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.
npx claudepluginhub pwarnock/pwarnock-cc-plugins --plugin codified-contextThis skill uses the workspace's default tool permissions.
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."
Extracts 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.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Share bugs, ideas, or general feedback.
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)