docs/ja-JP/skills/knowledge-ops/SKILL.md
複数のストレージレイヤー(ローカルファイル、MCP メモリ、ベクターストア、Git リポジトリ)にわたるナレッジベースの管理、取り込み、同期、検索。ユーザーが知識システム全体で保存・整理・同期・重複排除・検索を行いたい場合に使用します。
npx skillsauth add affaan-m/everything-claude-code knowledge-opsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
複数のストアにわたって知識を取り込み・整理・同期・検索するための多層ナレッジシステムを管理します。
ライブワークスペースモデルを優先してください:
~/.claude/projects/*/memory/新しい知識を取り込む必要がある場合:
どのタイプの知識か?
この知識がすでに存在するか確認する:
適切なレイヤーに書き込む:
関連するインデックスまたはサマリーファイルを更新する。
会話履歴を定期的にナレッジベースに同期する:
重要なワークスペース設定とスクリプトをナレッジベースにミラーする:
情報がアクティブな実行に影響する場合:
複数のソースから一箇所に知識を集める:
# 短期: 現在のセッションコンテキスト
セッション内タスク追跡には TodoWrite を使用
# 中期: プロジェクトメモリファイル
クロスセッション呼び出しのために ~/.claude/projects/*/memory/ に書き込む
# 長期: GitHub / Linear / KB
アクティブな実行の真実は GitHub + Linear に
耐久性のある合成コンテキストはナレッジベースリポジトリに
# セマンティックレイヤー: MCP ナレッジグラフ
永続的な構造化データには mcp__memory__create_entities を使用
関係マッピングには mcp__memory__create_relations を使用
既知エンティティへの新しい事実には mcp__memory__add_observations を使用
既存の知識を見つけるには mcp__memory__search_nodes を使用
ナレッジ操作を完了する前に:
development
Share durable, inspectable context and handoffs between Claude, Codex, Hermes, Cursor, OpenCode, and other agents through the local ECC Memory Vault. Use when an agent must save work state, transfer context, resume another agent's task, or search shared project knowledge.
development
Use when multiple consumers and providers must evolve an API or event schema without field drift, integration surprises, or one side silently redefining the interface.
tools
Query live GPU inventory, submit an authenticated Itô fixed-rate RFQ, inspect RFQ or procurement status, and run explicitly gated node qualification through the separately installed canonical CLI. Use when a user asks to find H100/H200 capacity, request a fixed compute rate, check Itô compute status, or validate GPU nodes.
data-ai
Instinct-based learning system that observes sessions via hooks, creates atomic instincts with confidence scoring, and evolves them into skills/commands/agents. v2.1 adds project-scoped instincts to prevent cross-project contamination.