What is session-memory?
セッション間の学習と記憶の永続化を管理。Use when user asks about previous sessions, history, or to continue from before. Do NOT load for: implementation work, reviews, or ad-hoc information. Source: chachamaru127/claude-code-harness.
セッション間の学習と記憶の永続化を管理。Use when user asks about previous sessions, history, or to continue from before. Do NOT load for: implementation work, reviews, or ad-hoc information.
Quickly install session-memory AI skill to your development environment via command line
Source: chachamaru127/claude-code-harness.
各セッション記録には ${CLAUDESESSIONID} 環境変数を活用してセッションIDを付与します。 これにより、セッション間のトレーサビリティが向上します。
Note: ${CLAUDESESSIONID} は Claude Code が自動設定する環境変数です。 セッションごとに一意のIDが割り当てられ、ログの追跡や問題調査に役立ちます。
| 長時間実装 | 1-2時間ごとにセッション再開 | | 大規模リファクタ | 機能単位でセッション分割 | | メモリ不足警告 | 即座に --resume で再開 |
セッション間の学習と記憶の永続化を管理。Use when user asks about previous sessions, history, or to continue from before. Do NOT load for: implementation work, reviews, or ad-hoc information. 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-memoryセッション間の学習と記憶の永続化を管理。Use when user asks about previous sessions, history, or to continue from before. Do NOT load for: implementation work, reviews, or ad-hoc information. 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-memory 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