From style-switcher
Show which snippet is currently active in each category and what the composed block in the target file looks like. Read-only.
How this skill is triggered — by the user, by Claude, or both
Slash command
/style-switcher:current-layersThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. Resolve `$DATA_ROOT` and read `config.json`.
$DATA_ROOT and read config.json.active_layers is empty, report "no layers applied" and suggest apply-layers.category — snippet — description per active layer, alphabeticalapplied_at timestamp<!-- style-switcher:start --> … <!-- style-switcher:end --> block from the target file and print it verbatim, so the user can see what Claude actually loads.Do not modify anything.
Provides 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.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin style-switcher