From style-switcher
Strip the style-switcher managed block from the target file and clear active_layers in config.json. Equivalent to "no styles applied" without deleting any snippets.
How this skill is triggered — by the user, by Claude, or both
Slash command
/style-switcher:clear-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`. Identify `apply_target.path`.
$DATA_ROOT and read config.json. Identify apply_target.path.$DATA_ROOT/backups/<basename>.<timestamp>.bak.<!-- style-switcher:start --> … <!-- style-switcher:end --> block (and the blank line preceding it, if present) from the target file. Leave everything else untouched.active_layers: {} and active_recipe: null in config.json. Update applied_at to ISO-8601 now.$DATA_ROOT/state/history.jsonl:
{"ts":"<iso>","action":"clear-layers","target":"<path>"}
Snippets in the library are not deleted. Use delete-snippet for that.
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