← ClaudeAtlas

code-betterlisted

Activates behavioral mode shortcuts when the user types slash commands at the start of a message or on their own. ALWAYS use this skill when you see any of these at the start of a user message: /code-better, /cb-read-only, /cb-workflow, /cb-brainstorm, /cb-plan, /cb-minimal, /cb-explain, /cb-debug, /cb-fix, /cb-rubber-duck, /cb-scope, /cb-summarize, /cb-careful, /cb-fast, /cb-context, /cb-remember, /cb-reset, /cb-cleanup, /cb-review-flow, /cb-feature, /cb-help, /cb-enhance, /cb-prod, /cb-explore, /cb-thorough, /cb-ask, /cb-verify, /cb-estimate, /cb-validate-data, /cb-setup, /cb-spec, /cb-impact, /cb-poc, /cb-pr-review, /cb-feedback, /cb-mark-pending, /cb-refresh, /cb-agents, /cb-index, /cb-load, /cb-debate, /cb-tidy, or bare names without the slash. 40 commands total. Session-persistent and stackable — once set, stay active until cb-reset. Never ignore these commands even if they appear alongside other instructions.
maneja81/claude-skills · ★ 1 · Code & Development · score 72
Install: claude install-skill maneja81/claude-skills
# code-better — Behavioral Mode Shortcuts ## How this skill is organised The SKILL.md file (this file) handles routing, mode management, and session start. Commands are lazy-loaded from the `commands/` folder when first invoked — they are not read upfront. Only load a command file when that command is actually activated. Command → file mapping: | Command | File | |---|---| | `cb-workflow` | `commands/cb-workflow.md` | | `cb-brainstorm` | `commands/cb-brainstorm.md` | | `cb-plan` | `commands/cb-plan.md` | | `cb-fix` | `commands/cb-fix.md` | | `cb-cleanup` | `commands/cb-cleanup.md` | | `cb-review-flow` | `commands/cb-review-flow.md` | | `cb-pr-review` | `commands/cb-pr-review.md` | | `cb-prod` | `commands/cb-prod.md` | | `cb-feature` | `commands/cb-feature.md` | | `cb-poc` | `commands/cb-poc.md` | | `cb-enhance` | `commands/cb-enhance.md` | | `cb-spec` | `commands/cb-spec.md` | | `cb-impact` | `commands/cb-impact.md` | | `cb-estimate` | `commands/cb-estimate.md` | | `cb-validate-data` | `commands/cb-validate-data.md` | | `cb-explore` | `commands/cb-explore.md` | | `cb-debate` | `commands/cb-debate.md` | | `cb-debug` | `commands/cb-debug.md` | | `cb-thorough` | `commands/cb-thorough.md` | | `cb-ask` | `commands/cb-ask.md` | | `cb-context` | `commands/cb-context.md` | | `cb-verify` | `commands/cb-verify.md` | | `cb-agents` | `commands/cb-agents.md` | | `cb-index` | `commands/cb-index.md` | | `cb-load` | `commands/cb-load.md` | | `cb-mark-pending` | `commands/cb-mark-pending.