What is session?
セッション管理の総合窓口。初期化・記憶・状態を一手に引き受けます。Use when managing Claude Code sessions, /session command. Do NOT load for: app user sessions, login state, authentication features. Source: chachamaru127/claude-code-harness.
セッション管理の総合窓口。初期化・記憶・状態を一手に引き受けます。Use when managing Claude Code sessions, /session command. Do NOT load for: app user sessions, login state, authentication features.
Quickly install session AI skill to your development environment via command line
Source: chachamaru127/claude-code-harness.
Shows all active Claude Code sessions in the current project.
| Initialization | Start new session, load context | See ../session-init/SKILL.md | | Memory | Persist learnings across sessions | See ../session-memory/SKILL.md | | State Control | Resume/fork session based on flags | See references/session-control.md | | Communication | Cross-session messaging | See ../session-state/SKILL.md |
| 通常実装 | 1-2時間ごとに --resume で再開 | | 大規模リファクタ | 機能単位でセッション分割 → 各セッションで --resume | | 並列タスク | /work all で並列実行、長時間なら途中で --resume | | メモリ警告時 | 即座に --resume で再開(以前より高速) |
セッション管理の総合窓口。初期化・記憶・状態を一手に引き受けます。Use when managing Claude Code sessions, /session command. Do NOT load for: app user sessions, login state, authentication features. Source: chachamaru127/claude-code-harness.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/chachamaru127/claude-code-harness --skill sessionセッション管理の総合窓口。初期化・記憶・状態を一手に引き受けます。Use when managing Claude Code sessions, /session command. Do NOT load for: app user sessions, login state, authentication features. Source: chachamaru127/claude-code-harness.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/chachamaru127/claude-code-harness --skill session Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/chachamaru127/claude-code-harness