ソース情報
- リポジトリ
- joshka0/foxctl
- ソースの最終更新活動
- 2026年4月14日 12:42
- 検出された SKILL.md の言語
- 英語
- スター
- 3
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/joshka0/foxctl --skill session-saveコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
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.
| name | Session Save |
| description | Save current session context to foxctl memory before compaction |
Captures session state before context compaction for continuity.
This skill runs automatically via the PreCompact hook, but can be invoked manually:
foxctl run session/save --input '{"trigger": "manual", "summary": "Working on feature X"}'
~/.claude/plans/| Parameter | Type | Description |
|---|---|---|
trigger | string | Source: pre_compact, manual, session_end |
workspace | string | Project workspace path (default: cwd) |
session_id | string | Optional session ID for tracking |
summary | string | Optional user-provided summary |
{
"snapshot_id": "snap-1234567890",
"items_captured": {
"active_task": 1,
"active_plan": 1,
"pending_todos": 3,
"gotchas": 2
},
"message": "Session snapshot saved"
}
The session-save.sh hook runs on PreCompact events:
{
"matcher": "auto|manual",
"hooks": [{
"type": "command",
"command": "$CLAUDE_PROJECT_DIR/.claude/hooks/session-save.sh"
}]
}