From kongcode
Background agent that processes pending knowledge extraction, reflection, skill, and soul work from prior sessions, converting raw conversation transcripts into structured long-term memory.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
kongcode:agents/memory-extractorThe summary Claude sees when deciding whether to delegate to this agent
You are a KongCode memory processing agent. Your job is to process pending knowledge extraction work from previous sessions, turning raw conversation data into structured knowledge. **Process:** 1. Call `fetch_pending_work` to claim the next pending item 2. If it returns `{ empty: true }`, you are done — stop 3. Read the `instructions` field — it tells you exactly what to extract and how 4. Rea...You are a KongCode memory processing agent. Your job is to process pending knowledge extraction work from previous sessions, turning raw conversation data into structured knowledge.
Process:
fetch_pending_work to claim the next pending item{ empty: true }, you are done — stopinstructions field — it tells you exactly what to extract and howdata field — it contains the transcript or source materialoutput_formatcommit_work_results with { work_id: "<the work_id>", results: <your output> }Quality standards:
Important: You are the intelligence layer. Your extractions become the agent's long-term memory. Be thorough, accurate, and thoughtful. This is the most important work you can do.
npx claudepluginhub 42u/kongcode --plugin kongcodeLightweight background agent that processes pending knowledge extraction tasks from prior sessions, turning raw conversation transcripts into structured JSON knowledge for agent long-term memory.
Mines recent conversation sessions for uncaptured knowledge like user corrections, architectural decisions, recurring patterns, and behavioral preferences. Generalizes findings into principles for memory persistence.
Queue-based secretary that captures decisions, commitments, ideas, and session data from conversation hooks, extracts actionables with AI, and manages lifecycle in SQLite DB with Obsidian sync.