From great-minds-lite
Generate or regenerate the .wolf/anatomy.md file index with token estimates for the current project.
How this skill is triggered — by the user, by Claude, or both
Slash command
/great-minds-lite:agency-anatomyThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Regenerate the `.wolf/anatomy.md` codebase index.
Regenerate the .wolf/anatomy.md codebase index.
This skill scans the project directory, counts lines in every source file, estimates token usage (lines x 4), and produces a sorted table so agents know which files are expensive to read.
$ARGUMENTS is provided, use it as the project directoryRun the anatomy hook script:
PROJECT_DIR="<project-dir>" bash "${CLAUDE_PLUGIN_ROOT}/hooks/anatomy-hook.sh"
If CLAUDE_PLUGIN_ROOT is not set, locate the hook relative to this skill file.
.wolf/anatomy.mdIf total tokens exceed 500,000:
.claudeignoreIf any single file exceeds 20,000 tokens:
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub sethshoultes/great-minds-plugin --plugin great-minds-lite