What problem does it solve? Knowledge gets scattered across conversation history, local notes, GitHub issues, Linear tickets, and memory files, making it hard to find, deduplicate, and keep in sync. This Skill provides a structured workflow for deciding where each piece of knowledge belongs and keeping all layers consistent. ## Core Features & Use Cases - Multi-Layer Storage Routing: Classifies incoming knowledge and routes it to the right layer: Claude Code memory files, MCP memory knowledge graph, GitHub/Linear for active execution truth, a knowledge base repo for durable docs, or external stores like Supabase for large data. - Deduplication-First Ingestion: Searches existing memory files and MCP memory before writing, updating existing entries instead of creating duplicates. - Sync Operations: Syncs conversation sessions, workspace state, and cross-source exports (Claude/ChatGPT/Grok conversations, bookmarks, GitHub activity) into the knowledge base with indexes and redaction of sensitive data. - Use Case: After a long planning session, ask the agent to save the key decisions: it stores quick-access summaries in memory files, creates entities and relations in MCP memory, updates the relevant GitHub issue, and commits the full session export to the knowledge base repo. ## Quick Start Save the key decisions from this conversation to my knowledge base and sync them across memory and GitHub.