アクティベートするタイミング
ユーザーがナレッジベースに情報を保存したい
affaan-m/ECC
Use it for engineering tasks; the detail page covers purpose, installation, and practical steps.
npx skills add https://github.com/affaan-m/ECC --skill "docs/ja-JP/skills/knowledge-ops"Source checked Jul 28, 2026·Refresh due Oct 26, 2026
Limited to facts supported by the pinned source
複数のストアにわたって知識を取り込み・整理・同期・検索するための多層ナレッジシステムを管理します。
npx skills add https://github.com/affaan-m/ECC --skill "docs/ja-JP/skills/knowledge-ops"The pinned source contains about 79 English words and 25 usable sections. That evidence supports a source profile, not a complete guide.
79 source words · 25 usable sections
What the source actually contains
Sections are extracted automatically from the pinned SKILL.md and link back to the source.
ユーザーがナレッジベースに情報を保存したい
ソース: GitHub のイシュー、PR、ディスカッション、リリースノート、Linear のイシュー/プロジェクト/ドキュメント
ソース: GitHub のイシュー、PR、ディスカッション、リリースノート、Linear のイシュー/プロジェクト/ドキュメント
Choose a different workflow
Knowledge base management, ingestion, sync, and retrieval across multiple storage layers (local files, MCP memory, vector stores, Git repos). Use when the user wants to save, organize, sync, deduplicate, or search across their knowledge systems.
A separate implementation from affaan-m/ECC; compare its source, maintenance signals, and permission requirements.
Open source detailUse it for engineering tasks; the detail page covers purpose, installation, and practical steps.
A separate implementation from affaan-m/ECC; compare its source, maintenance signals, and permission requirements.
Open source detailAudit skill SKILL.md files for compliance with the agentskills.io specification and house conventions. Checks frontmatter fields (name, description, compatibility, metadata, argument-hint), metadata sub-fields (author, scope, layer, confirms), and layer/suffix consistency. Use when adding new skills, reviewing skill quality, or ensuring all skills follow the spec. Triggers: "audit skills", "check skill spec", "skill compliance", "are my skills up to spec", "/claude-skill-spec-audit".
A separate implementation from jackchuka/skills; compare its source, maintenance signals, and permission requirements.
Open source detailFAQ
The source record exposes this install command: npx skills add https://github.com/affaan-m/ECC --skill "docs/ja-JP/skills/knowledge-ops". Inspect the command and pinned source before running it.
The pinned source record declares support for: claude code.
Quality breakdown
Based on traceable docs and repository signals; stars are not treated as quality.
Compare before choosing
These links are selected from shared tasks, functions, stacks, platforms, and same-name variants. Compare the source owner, documentation, permissions, and maintenance signals.
Knowledge base management, ingestion, sync, and retrieval across multiple storage layers (local files, MCP memory, vector stores, Git repos). Use when the user wants to save, organize, sync, deduplicate, or search across their knowledge systems.
Use it for engineering tasks; the detail page covers purpose, installation, and practical steps.
Audit skill SKILL.md files for compliance with the agentskills.io specification and house conventions. Checks frontmatter fields (name, description, compatibility, metadata, argument-hint), metadata sub-fields (author, scope, layer, confirms), and layer/suffix consistency. Use when adding new skills, reviewing skill quality, or ensuring all skills follow the spec. Triggers: "audit skills", "check skill spec", "skill compliance", "are my skills up to spec", "/claude-skill-spec-audit".
Patterns and architectures for autonomous Claude Code loops — from simple sequential pipelines to RFC-driven multi-agent DAG systems.
GAN-inspired Generator-Evaluator agent harness for building high-quality applications autonomously. Based on Anthropic's March 2026 harness design paper.
複数のストアにわたって知識を取り込み・整理・同期・検索するための多層ナレッジシステムを管理します。
ライブワークスペースモデルを優先してください:
~/.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 を使用
ナレッジ操作を完了する前に: