From supercharge-ingest
Save durable knowledge to the Supercharge knowledge base. Use when the user says "remember this", "save this to our knowledge base", "add this to memory", "ingest", "keep this for later", or shares a durable fact about their company, product, customers, positioning, strategy, or decisions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/supercharge-ingest:knowledge-ingestThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Save durable company knowledge to the user's Supercharge knowledge base using the `supercharge` MCP server. Prefer saving over assuming something is already known — duplicates and irrelevant content are handled automatically on the server.
Save durable company knowledge to the user's Supercharge knowledge base using the supercharge MCP server. Prefer saving over assuming something is already known — duplicates and irrelevant content are handled automatically on the server.
supercharge MCP server)add_knowledge(content, title?, origin_uri?) — save a durable fact. Only content is required. Returns a receipt {source_id, status, ...} immediately; the knowledge is reviewed and compiled asynchronously.get_ingestion_status(source_id) — check what happened to an earlier save.list_memory_map() — see what knowledge already exists (the routing index).fetch_memory(document_path) — read one knowledge document (path from list_memory_map).add_knowledge)Save when the user shares something worth remembering: company facts, product details, customer/ICP info, positioning, strategy, decisions, brand/voice notes, or process knowledge.
content.content, and set origin_uri to the URL. If you can't fetch it, summarize what the user said and still set origin_uri.title when it helps.After saving, briefly tell the user what was saved and the returned status.
Before answering questions about the company, call list_memory_map to see what's known, then fetch_memory on the relevant document.
"remember this", "save this to our knowledge base", "add this to memory", "ingest this", "keep this for later", "note this down", "store this".
npx claudepluginhub kindling-tech/supercharge-plugins --plugin supercharge-ingestCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.