knowledge-ops

Ingest, deduplicate, sync, and retrieve knowledge across local files, MCP memory, and Git-backed stores.

Updated Sep 13, 2025
One-click install
npx skills add https://github.com/llmh333/employee_management_spring --skill knowledge-ops-llmh333
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: knowledge-ops
Source: https://github.com/llmh333/employee_management_spring/tree/main/.gemini/skills/knowledge-ops
Command: npx skills add https://github.com/llmh333/employee_management_spring --skill knowledge-ops-llmh333

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Knowledge operations prevent information from becoming scattered, duplicated, stale, or undiscoverable across multiple tools and storage layers.

Core Features & Use Cases

  • Multi-layer ingestion & storage routing: Classify incoming knowledge and store it in the appropriate layer (memory files, MCP knowledge graph, GitHub/Linear, durable knowledge base, or external databases).
  • Deduplication and updating: Search before writing to avoid duplicates and update existing entries when knowledge already exists.
  • Cross-source synchronization and indexing: Sync conversations and workspace state into the durable knowledge base while generating indexes for fast browsing and retrieval.
  • Semantic retrieval via MCP: Use a structured knowledge graph to enable semantic search and relationship mapping across stored memories.

Quick Start

Ask to ingest and sync a new piece of knowledge about "X" into your knowledge base, ensuring duplicates are avoided and the relevant storage layers are updated.

Frequently Asked Questions about knowledge-ops

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

FAQPage Schema
How do I sync local files and MCP memory into a single knowledge base?

Multi-layer ingestion and cross-source synchronization consolidate local files and MCP memory into a single knowledge base. The system routes incoming data to appropriate storage layers, generating indexes for fast retrieval across durable Git-backed repositories.

What is the best way to avoid duplicate entries when ingesting new documents into a knowledge graph?

To avoid duplicate entries during knowledge ingestion, the system searches existing storage layers before writing. It automatically checks for existing facts and updates entries across the MCP knowledge graph, preventing scattered or duplicated information.

Can I use GitHub as a durable backend for semantic search and retrieval?

Yes, GitHub functions as a durable backend for semantic search. The system leverages durable Git-backed repositories for cross-session storage, enabling structured knowledge graph retrieval and relationship mapping across indexed workspace memories.

Does knowledge base synchronization work with vector stores and graph databases?

Knowledge base synchronization works with vector and graph stores. The system classifies incoming knowledge, routes it to appropriate storage layers, and applies semantic graph creation to enable consistent cross-session retrieval and indexing.

How do I query what the system knows about a specific topic across different storage layers?

To query what the system knows about a specific topic, use semantic retrieval via MCP. The structured knowledge graph maps relationships across stored memories, answering "what do we know about X" consistently across local files and durable repositories.

When should I apply redaction and safety quality gates during knowledge ingestion?

Apply redaction and safety quality gates during knowledge ingestion before indexing updates. The system enforces these gates during multi-layer storage routing, ensuring sensitive information is redacted before entering the durable knowledge base.