knowledge-ops

Store and organize knowledge across local files, MCP memory, vector stores, and Git repositories.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/sakamoto-family-smile/agent_monorepo --skill knowledge-ops-sakamoto-family-smile
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: knowledge-ops
Source: https://github.com/sakamoto-family-smile/agent_monorepo/tree/main/.claude/skills/ecc/knowledge-ops
Command: npx skills add https://github.com/sakamoto-family-smile/agent_monorepo --skill knowledge-ops-sakamoto-family-smile

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Knowledge management is fragmented across local files, MCP memory, vector stores, and Git repos, making it difficult to store, find, and reuse important information efficiently.

Core Features & Use Cases

  • Ingest, deduplicate, and normalize information across multiple storage layers
  • Synchronize and persist knowledge across local, MCP memory, vector stores, and repo histories
  • Enable semantic search and cross-source retrieval using MCP memory graph and vector indices
  • Archive durable notes and export synthesized knowledge for future reuse

Quick Start

Save this document to the knowledge base and trigger a cross-store sync

Frequently Asked Questions about knowledge-ops

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I sync knowledge across local files, vector stores, and Git repositories?

You can sync knowledge across multiple storage layers by applying structured files with frontmatter metadata to ingest, deduplicate, and persist information across local files, vector stores, and Git repositories for durable retrieval.

What is the best way to deduplicate information stored across different memory layers?

The best way to deduplicate information across memory layers is to normalize data during ingestion using cross-source indexing and structured knowledge files, ensuring persistent storage without redundant entries across local and MCP memory systems.

Can I perform semantic search across local files and MCP memory graph simultaneously?

Yes, you can perform semantic search across local files and MCP memory graph simultaneously by using cross-source retrieval mechanisms that query vector indices and memory layers together for comprehensive results.

Do I need structured knowledge files with frontmatter metadata to use cross-source indexing?

Yes, structured knowledge files with frontmatter metadata are required because they provide the standardized format needed to implement cross-source indexing and support semantic search across multiple storage layers.

How does cross-source retrieval work for knowledge management across fragmented systems?

Cross-source retrieval works by querying synchronized vector indices and MCP memory graph layers that have ingested and normalized data from local files and Git repos, enabling semantic search across all connected storage layers.

When should I not use a multi-store knowledge management approach for my data?

You should not use a multi-store knowledge management approach if your information is isolated to a single storage layer, as the overhead of cross-source indexing and deduplication provides no benefit without multiple fragmented storage systems to synchronize.