From workflow
Use before navigating or editing an unfamiliar part of the codebase, and whenever a change moves, renames, or adds a module. Reads extras/internals/INTERNALS.md to find the right code fast, and keeps that map honest. Triggers: "where does X live", "how is this structured", "which file handles…", before grepping blindly, after changing module boundaries.
How this skill is triggered — by the user, by Claude, or both
Slash command
/workflow:internalsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
`extras/internals/INTERNALS.md` is the project's **code map** — how the code is
extras/internals/INTERNALS.md is the project's code map — how the code is
structured and where to make each kind of change. It is an extension of
CLAUDE.md, written for developers and agents who modify the code. This skill
keeps you using it: read it before you touch unfamiliar code, and update it the
moment the structure changes.
Fresh from workflow init, INTERNALS.md is a stub marked "Not yet written."
If you find it in that state, write it before relying on it: run
workflow internals info for the sections and what to inspect, then fill it in
from the actual codebase (confirm the non-obvious parts with the developer). The
manifesto has the same pattern — workflow manifesto info.
extras/internals/INTERNALS.md. Use its Map of the codebase and
Where things live sections to jump straight to the entry point for the
change you intend to make.The map is only useful if it matches reality. Update
extras/internals/INTERNALS.md in the same commit as the code whenever you:
This is the same honesty rule that applies to docs/ and README.md — extend it
to the internals map.
extras/manifesto/MANIFESTO.md. The manifesto says
what the project must be; the internals map says where the code is.INTERNALS.md describing the old layout.Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub dagyu/skills-marketplace --plugin workflow