Stats
Actions
Tags
From sonar
Use when the user wants to build or rebuild a complete `.sonar/` map for the current repository.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sonar:sonar-crawlThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Build a full `.sonar/` map for the current repository.
Build a full .sonar/ map for the current repository.
.sonar/meta.json already exists and the user did not ask for a full rebuild, recommend @sonar sonar-update instead..sonar/{modules,flows,submodules,partials} if needed.SONAR_PLUGIN_ROOT from this skill path.(cd "$SONAR_PLUGIN_ROOT" && npm install --ignore-scripts)
bash "$SONAR_PLUGIN_ROOT/scripts/build-skeleton.sh" . .sonar
.sonar/skeleton.json, enumerate non-test modules, then analyze them.node "$SONAR_PLUGIN_ROOT/scripts/build-state.mjs" .sonar
node "$SONAR_PLUGIN_ROOT/scripts/build-db.mjs" .sonar
node "$SONAR_PLUGIN_ROOT/scripts/build-wiki.mjs" .sonar
build-db.mjs; the map is incomplete without the query layer.npx claudepluginhub goldfish-1x/sonar --plugin sonarCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.