karpathy-wiki-capture
karpathy-wiki capture
You loaded this skill because a TRIGGER fired (per the loader). Your job
is to write a capture file (or move a file into inbox/ for raw-direct
ingest), then return to the user's task.
Single capture entry point
All chat-driven captures go through ONE command:
echo "$BODY" | bin/wiki capture \
--title "<one-line title>" \
--kind chat-only \
--suggested-action create|update|augment
For chat-attached (a real file accompanies the conversation), pass the
absolute path of that file via --evidence-path:
More from toolboxmd/karpathy-wiki
karpathy-wiki
|
8karpathy-project-wiki
Build and maintain a persistent Karpathy Project Wiki — an auto-updating knowledge base for your codebase based on Andrej Karpathy's LLM Wiki pattern. TRIGGER when: user modifies project files (code, configs, docs), adds new modules, refactors architecture, merges PRs, asks about project architecture ('how does auth work', 'what's the data flow', 'where is X implemented', 'explain this module', 'what patterns does this project use'), or requests a documentation health check ('is the wiki up to date', 'check the docs', 'find undocumented code'). Also triggers when git shows changes since last wiki update. DO NOT TRIGGER when: user wants a general research wiki on external topics (use karpathy-wiki instead), asks to read a single specific file, or asks general programming questions unrelated to this project.
3karpathy-wiki-ingest
|
2karpathy-wiki-read
|
2using-karpathy-wiki
|
2