Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env python3
from __future__ import annotations
import json
import os
import re
import shutil
import subprocess
import sys
import tempfile
#!/usr/bin/env bash
set -euo pipefail
# claude-ps: Monitor Claude Code sessions running in tmux panes
WATCH_INTERVAL=1
# send subcommand constants
MAX_MESSAGE_BYTES=102400
WAIT_AFTER_PASTE="${CLAUDE_PS_WAIT_AFTER_PASTE:-0.2}"
@mostlyfine
mostlyfine / SKILLS.md
Created April 13, 2026 04:18
install mcp server skill
name install-mcp
description MCPサーバのインストールと設定を行うスキル。プリセットから選択してClaude CodeやClaude Desktopにセットアップする。「MCPサーバをインストール」「MCP入れて」「MCPセットアップ」「MCP設定して」などの依頼で発動する。MCPサーバの追加・設定・導入に関する依頼には必ずこのスキルを使うこと。

MCP Server Installer

MCPサーバをプリセット一覧から選択してインストールするスキル。

プリセット一覧

#!/usr/bin/env bash
set -euo pipefail
# copilot-ps: Monitor GitHub Copilot CLI sessions running in tmux panes
WATCH_INTERVAL=1
BOLD='\033[1m'
GREEN='\033[32m'
YELLOW='\033[33m'
[env]
_.file = { path = '.env', tools = true }
_.python.venv = { path = '.venv', create = true, python = '3.11' }
UV_PYTHON = { value = "", tools = true }

Instructions / Rules

Directory

Agent Project User
ClaudeCode <REPO_DIR>/CLAUDE.md
<REPO_DIR>/.claude/CLAUDE.md
~/.claude/CLAUDE.md
Gemini-CLI <REPO_DIR>/GEMINI.md ~/.gemini/GEMINI.md
Codex-CLI <REPO_DIR>/AGENTS.md ~/.codex/AGENTS.md
Cursor <REPO_DIR>/AGENTS.md
<REPO_DIR>/.cursor/rules/AGENTS.md
~/.cursor/rules/*.md
CopilotChat <REPO_DIR>/.github/copilot-instructions.md ~/Library/Application Support/Code/User/prompts/*.instructions.md
Cline /.clinerules/*.md ~/Documents/Cline/Rules/*.md
{
"agents": [
"claude-code",
"gemini-cli"
],
"mcpServers": {
"markdownit": {
"command": "docker",
"args": [
"run",
@mostlyfine
mostlyfine / design.md
Created September 3, 2025 10:36
kiro example

Design Document

Overview

The ECS External Monitoring System is a serverless, cost-efficient solution that performs automated health checks on external services. The system uses AWS ECS Fargate scheduled tasks to run TypeScript-based monitoring code, stores configurations in S3, manages secrets through AWS Secrets Manager, and provides comprehensive alerting through multiple channels. The architecture is designed to scale efficiently to hundreds of monitoring targets while maintaining low operational costs.

Architecture

graph TB