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.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin style-switcherThis skill uses the workspace's default tool permissions.
1. Resolve `$DATA_ROOT` and read `config.json`. Identify `apply_target.path`.
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.
Checks Next.js compilation errors using a running Turbopack dev server after code edits. Fixes actionable issues before reporting complete. Replaces `next build`.
Guides code writing, review, and refactoring with Karpathy-inspired rules to avoid overcomplication, ensure simplicity, surgical changes, and verifiable success criteria.
Share bugs, ideas, or general feedback.
$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.