ソース情報
- リポジトリ
- joshka0/foxctl
- ソースの最終更新活動
- 2026年4月14日 12:42
- 検出された SKILL.md の言語
- 英語
- スター
- 3
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/joshka0/foxctl --skill route-research-for-testingコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Protocol for participant agents in transport-first rooms: join, check membership, handle inbox/tasks, reply durably, and escalate.
Operate inside an existing foxctl room: orient from status or inbox, manage tasks correctly, escalate, and close with durable updates.
Run durable multi-agent rooms with transport-first delivery, participant state, room tasks, and optional tmux or zellij viewers.
SOC 職業分類に基づく
SKILL.md を表示中
| name | Route Research for Testing |
| description | Map edited routes & launch tests |
| argument-hint | [/extra/path ...] |
| allowed-tools | Bash(cat:*), Bash(awk:*), Bash(grep:*), Bash(sort:*), Bash(xargs:*), Bash(sed:*) |
| model | sonnet |
Map changed routes and launch tests.
Find changed routes:
cat "$CLAUDE_PROJECT_DIR/.claude/tsc-cache"/*/edited-files.log | awk -F: '{print $2}' | grep '/routes/' | sort -u
Combine with $ARGUMENTS, dedupe, resolve prefixes from src/app.ts
Output JSON per route: path, method, request/response shapes, valid/invalid payloads
Launch tester: Call Task tool with auth-route-tester sub-agent
Full docs: ~/.foxctl/share/configs/skills/route-research-for-testing/Skill.md