skills/_archived/smart-model-router/SKILL.md
Classifies each prompt as Sonnet-tier, Opus-tier, or Opus-1M-tier based on task complexity and context requirements. Injects model recommendation when current model is mismatched. Passive skill with near-zero overhead — only fires a visible recommendation when a mismatch is detected.
npx skillsauth add nhouseholder/nicks-claude-code-superpowers smart-model-routerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
The smart-model-router.py hook (UserPromptSubmit) classifies each prompt and recommends a model tier. If the current model matches, nothing happens (zero overhead). If mismatched, it injects a recommendation.
Simple tasks where Opus is overkill:
Signals: Short prompt (<50 words), no multi-step reasoning, no domain expertise, no creative work, single tool call expected.
Most development work:
Signals: Requires reasoning, judgment, or multi-step execution.
Tasks requiring massive context:
/site-review, /site-audit, /audit)/site-redesign (multi-phase agent pipeline)Signals: Task explicitly involves "all files", "entire codebase", "full audit", or references 10+ files. Also triggered when the conversation has been running long and nearing context limits.
| Tier | Model Picker | Model ID |
|---|---|---|
| Sonnet | Sonnet 4.6 | claude-sonnet-4-6 |
| Opus | Opus 4.6 | claude-opus-4-6 |
| Opus 1M | Opus 4.6 (1M) | claude-opus-4-6 with extended context |
additionalContext on UserPromptSubmittools
Unified context management and session continuity skill. Combines total-recall, strategic-compact, /ledger, and session continuity. Runs in background to preserve critical context across compaction and sessions.
tools
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
tools
Suggest /ultraplan for complex planning tasks on Claude Code CLI (2.1.91+ only). Research preview.
tools
UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 9 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient. Integrations: shadcn/ui MCP for component search and examples.