how-it-works
claude-memスキルは、AIエージェントの活動を圧縮された観測としてどのように捉え、関連する記憶を後続のセッションに自動的に注入してコンテキストを提供するのかを説明します。これにより、AIはプロジェクトの詳細や決定を記憶し、コードベースの再説明や情報の再発見を回避できるため、開発効率とタスクの一貫性が大幅に向上します。
npx skills add https://github.com/thedotmack/claude-mem --skill how-it-worksBefore / After 効果比較
1 组メモリ管理がない場合、AIエージェントが新しいセッションを開始したり新しいタスクを処理したりするたびに、プロジェクトのコンテキスト、コードベースの構造、および以前の決定を再理解する必要があり、繰り返しのコンテキスト準備と情報検索に多くの時間が費やされます。
claude-memのメモリ注入機能により、AIエージェントは関連する履歴コンテキストを自動的に取得できるため、繰り返しの説明や情報の再発見が不要になり、コンテキスト準備時間が大幅に短縮され、開発効率とタスクの一貫性が向上します。
How claude-mem works
What it does
Every Read, Edit, and Bash that Claude makes turns into a compressed observation. Observations get summarized at session end. Relevant ones get auto-injected into future prompts so the next session starts with context from the last one — no re-explaining the codebase, no re-discovering decisions.
When it kicks in
Memory injection starts on your second session in a project.
The first session in a fresh project seeds memory; subsequent sessions receive auto-injected context for relevant past work. Run /learn-codebase if you want to front-load the entire repo into memory in a single pass (~5 minutes, optional).
Where data lives
Everything stays in ~/.claude-mem on this machine.
Nothing leaves your machine except calls to whichever AI provider you configured for compression (Claude / OpenRouter / Gemini). The SQLite database, vector index, logs, and settings all live under that directory and are removed cleanly on npx claude-mem uninstall.
ユーザーレビュー (0)
レビューを書く
レビューなし
統計データ
ユーザー評価
この Skill を評価