H

how-it-works

by @thedotmackv
4.4(120)

claude-memスキルは、AIエージェントの活動を圧縮された観測としてどのように捉え、関連する記憶を後続のセッションに自動的に注入してコンテキストを提供するのかを説明します。これにより、AIはプロジェクトの詳細や決定を記憶し、コードベースの再説明や情報の再発見を回避できるため、開発効率とタスクの一貫性が大幅に向上します。

ai-agent-memorycontext-managementknowledge-retrievalllm-workflowdeveloper-toolsGitHub
インストール方法
npx skills add https://github.com/thedotmack/claude-mem --skill how-it-works
compare_arrows

Before / After 効果比較

1
使用前

メモリ管理がない場合、AIエージェントが新しいセッションを開始したり新しいタスクを処理したりするたびに、プロジェクトのコンテキスト、コードベースの構造、および以前の決定を再理解する必要があり、繰り返しのコンテキスト準備と情報検索に多くの時間が費やされます。

使用後

claude-memのメモリ注入機能により、AIエージェントは関連する履歴コンテキストを自動的に取得できるため、繰り返しの説明や情報の再発見が不要になり、コンテキスト準備時間が大幅に短縮され、開発効率とタスクの一貫性が向上します。

SKILL.md

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)

レビューを書く

効果
使いやすさ
ドキュメント
互換性

レビューなし

統計データ

インストール数4.6K
評価4.4 / 5.0
バージョン
更新日2026年9月19日
比較事例1 件

ユーザー評価

4.4(120)
5
37%
4
43%
3
13%
2
5%
1
2%

この Skill を評価

0.0

対応プラットフォーム

🤖claude-code

タイムライン

作成2026年5月28日
最終更新2026年9月19日
🎁 Agent 知識カード
アンケート