Best fit
- Use when the user wants to save, organize, sync, deduplicate, or search across their knowledge systems.
affaan-m/ECC
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.
npx skills add https://github.com/affaan-m/ECC --skill "skills/knowledge-ops"Source checked Jul 28, 2026·Refresh due Oct 26, 2026
Reorganized from the pinned upstream SKILL.md
Manage a multi-layered knowledge system for ingesting, organizing, syncing, and retrieving knowledge across multiple stores.
npx skills add https://github.com/affaan-m/ECC --skill "skills/knowledge-ops"The pinned source contains enough sections and task detail for a source-grounded deep guide; automated content is still not an independent test.
848 source words · 25 usable sections
Best fit
Project context
Implementation workflow
Sections are extracted automatically from the pinned SKILL.md and link back to the source.
When new knowledge needs to be captured:
User wants to save information to their knowledge base
Sources: GitHub issues, PRs, discussions, release notes, Linear issues/projects/docs
Sources: GitHub issues, PRs, discussions, release notes, Linear issues/projects/docs
Path: /.claude/projects//memory/
SkillSignal prompt templates
These prompts were written by SkillSignal from the source structure; they are not upstream text.
Source-grounded prompt
Use for a development task while explicitly checking the source sections.
Use knowledge-ops for this development task: [task]. Inputs and constraints: [details]. Work through these pinned SKILL.md sections: “Ingestion Workflow”, “When to Activate”, “Knowledge Architecture”, “Layer 1: Active execution truth”, “Layer 2: Claude Code Memory (Quick Access)”. Cite the concrete requirements that shape each step, do not invent capabilities absent from the source, and verify the result against: [acceptance criteria].
Development checklist
The source section “Ingestion Workflow” has been checked.
The source section “When to Activate” has been checked.
The source section “Knowledge Architecture” has been checked.
The source section “Layer 1: Active execution truth” has been checked.
Choose a different workflow
Use 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 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
Manage a multi-layered knowledge system for ingesting, organizing, syncing, and retrieving knowledge across multiple stores.
The source record exposes this install command: npx skills add https://github.com/affaan-m/ECC --skill "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.
Use it for engineering tasks; the detail page covers purpose, installation, and practical steps.
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".
Build persistent multi-agent operating systems on Claude Code. Covers kernel architecture, specialist agents, slash commands, file-based memory, scheduled automation, and state management without external databases.
Garbage collection for your Claude Code configuration. Periodically scans ~/.claude (skills, memory, hooks, permissions, MCP servers, caches) for redundant, stale, orphaned, or low-value items, then walks the user through a confirm-each-deletion cleanup. Use when the user says "clean up my config", "config GC", "too many skills", "audit my setup", "my .claude is bloated", or asks for a periodic config review.
Manage a multi-layered knowledge system for ingesting, organizing, syncing, and retrieving knowledge across multiple stores.
Prefer the live workspace model:
~/.claude/projects/*/memory/When new knowledge needs to be captured:
What type of knowledge is it?
Check if this knowledge already exists:
Write to appropriate layer(s):
Update any relevant indexes or summary files.
Periodically sync conversation history into the knowledge base:
Mirror important workspace configuration and scripts to the knowledge base:
When the information affects active execution:
Pull knowledge from multiple sources into one place:
# Short-term: current session context
Use TodoWrite for in-session task tracking
# Medium-term: project memory files
Write to ~/.claude/projects/*/memory/ for cross-session recall
# Long-term: GitHub / Linear / KB
Put active execution truth in GitHub + Linear
Put durable synthesized context in the knowledge base repo
# Semantic layer: MCP knowledge graph
Use mcp__memory__create_entities for permanent structured data
Use mcp__memory__create_relations for relationship mapping
Use mcp__memory__add_observations for new facts about known entities
Use mcp__memory__search_nodes to find existing knowledge
Before completing any knowledge operation: