Raw capture
Drop everything here with zero friction. Notes, transcripts, snippets, internal standards, practical examples — the burden of categorisation belongs to the agent, not to you.
This methodology is based on the LLM Wiki approach. You capture raw material, an agent compiles it into structured, interlinked knowledge, and you codify only what is verified. The result is a pack built from real expertise rather than manufactured documentation.
The fastest way to create a weak pack is to open a blank file and try to write a polished product in one go. You end up manufacturing documentation rather than packaging real knowledge. The result is thin, abstract, and hard for other teams to actually use.
The stronger pattern: capture real source material first, let an agent compile it into structure, then codify only what is verified and reusable.
This pipeline is based on the LLM Wiki methodology — an idea developed by Andrej Karpathy. The core insight is that traditional RAG (uploading files and retrieving chunks at query time) is ephemeral: the model re-derives context from scratch on every query and nothing accumulates.
The LLM Wiki approach inverts this. Instead of querying a static dump, you use an agent to incrementally compile raw material into a persistent, interlinked knowledge graph. Knowledge compounds over time rather than evaporating between sessions.
Use these layers to move from messy inputs to something another team can actually install.
Drop everything here with zero friction. Notes, transcripts, snippets, internal standards, practical examples — the burden of categorisation belongs to the agent, not to you.
Point your agent (Claude Code, Cursor, etc.) at .sys/schema.md and ask it to compile the raw folder into the wiki. The agent extracts concepts, entities, and sources, links them together, and maintains an index. You review and correct — the agent writes.
Review the shaped wiki and promote only the verified, reusable material into the publishable pack source created with `ctx pack create`. This is the human-in-the-loop checkpoint before anything becomes a distributable product.
Publish a clean version, then manage the marketplace-facing experience: release notes, visibility, ownership, lifecycle, and future versions.