← ClaudeAtlas

setuplisted

Run once after installing turbocharge. Audits global config for conflicts — duplicate agents, competing skills, stale rules — and offers to fix them. Also validates turbocharge plugin health.
nicodiansk/turbocharge · ★ 2 · AI & Automation · score 73
Install: claude install-skill nicodiansk/turbocharge
# Setup Turbocharge One-time audit and cleanup to make turbocharge your single orchestration system. **Announce:** "Running turbocharge setup — auditing your config for conflicts." ## The Goal Turbocharge replaces ad-hoc agents, scattered skills, and custom commands with one pipeline. This setup finds and removes the overlap so Claude doesn't get confused about which system to use. ## Audit Steps ### 1. Check for Competing Agents Scan `~/.claude/agents/` for agent definitions that overlap with turbocharge agents: | Turbocharge Agent | Conflicts With | |-------------------|----------------| | builder | tdd-guide, implementer | | planner | planner, architect | | code-reviewer | code-reviewer | | researcher | explorer, investigator | | task-reviewer | spec-reviewer, quality-reviewer | Also check for: session-wrapper, session-wrap, build-error-resolver (covered by turbocharge:debug) **Action:** List conflicts and offer to delete them. Explain what turbocharge agent replaces each one. ### 2. Check for Duplicate Skills/Commands Scan `.claude/commands/` (project level) for commands that overlap with turbocharge skills: | Turbocharge Skill | Conflicts With | |-------------------|----------------| | wrap | session-wrap, wrap-up, session-wrapper | | story | story-author, user-story, story-writer | | plan | task-breakdown, plan-tasks, task-planner | | review | code-review | | build | implement, implement-story | | brainstorm | brainstorm (if non-turbocharge) | | debug | deb