·session

セッション管理の総合窓口。初期化・記憶・状態を一手に引き受けます。Use when managing Claude Code sessions, /session command. Do NOT load for: app user sessions, login state, authentication features.

20Installs·1Trend·@chachamaru127

Installation

$npx skills add https://github.com/chachamaru127/claude-code-harness --skill session

How to Install session

Quickly install session AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/chachamaru127/claude-code-harness --skill session
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: chachamaru127/claude-code-harness.

SKILL.md

View raw

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.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/chachamaru127/claude-code-harness --skill session
Category
</>Dev Tools
Verified
First Seen
2026-02-23
Updated
2026-03-10

Browse more skills from chachamaru127/claude-code-harness

Quick answers

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.

How do I install session?

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

Where is the source repository?

https://github.com/chachamaru127/claude-code-harness

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-23