From great-minds
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: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:
npx claudepluginhub sethshoultes/great-minds-plugin --plugin great-mindsProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
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.