From codified-context
Use when capturing debugging insights, repeated explanations, architecture decisions, or gotchas as durable context. Use when the user says "codify this", "write this down", "remember this", "capture knowledge", or after debugging sessions. Implements the "explained it twice, write it down" methodology.
How this skill is triggered — by the user, by Claude, or both
Slash command
/codified-context:codify-knowledgeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill captures knowledge from conversations and codifies it into the appropriate context document. It implements the paper's key heuristic: "if you explained it twice, write it down."
This skill captures knowledge from conversations and codifies it into the appropriate context document. It implements the paper's key heuristic: "if you explained it twice, write it down."
Self-detect codification signals during normal conversation:
When detecting a signal: state what was detected, propose the specific diff, reference which document section, wait for approval.
Full conversation analysis workflow:
${CLAUDE_PLUGIN_ROOT}/skills/codify-knowledge/references/codification-signals.md${CLAUDE_PLUGIN_ROOT}/skills/codify-knowledge/references/knowledge-placement.md
c. Draft the specific addition (formatted for the target document)npx claudepluginhub pwarnock/pwarnock-cc-plugins --plugin codified-contextExtracts patterns, quirks, and decisions from conversations; persists to Markdown files in knowledge/learnings/. Use /learn for quick or /learn --deep for thorough analysis.
Extracts reusable strategic knowledge from session history (architecture, patterns, ops) and updates local CLAUDE.md. Triggers on 'learn', 'save knowledge', or session ends.
Capture knowledge — solutions, context docs, learnings, and principles. Use after fixing non-trivial bugs, creating context for AI, or discovering patterns worth preserving. Triggers: compound, document solution, capture fix, save solution, knowledge compound, document this, save this fix, context, create context, update context, build context, learn, save learning, remember this.