skills/think-efficiently/SKILL.md
Prevents wasted tokens — pointless actions, analysis paralysis, redundant work, and disproportionate effort. Always-on efficiency filter.
npx skillsauth add nhouseholder/nicks-claude-code-superpowers think-efficientlyInstall 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.
| Wasteful | Do Instead |
|----------|-----------|
| Testing weight=0.0 (that's the baseline) | Start at domain-informed midpoint |
| Re-reading a file still in context | Use what you have |
| Running same backtest twice | Reference prior result |
| npm run build when nothing changed | Skip it |
| 7-point linear sweep | Binary search: 3 smart tests |
| Full test suite for one function | Run the specific test |
| Planning when you know the answer | Just do it |
| Signal | Action | |--------|--------| | You can see the bug | Fix it. Don't plan. | | Pattern exists in codebase | Copy it. Don't propose 3 approaches. | | One obvious path | Take it. Don't present alternatives. | | You've decided what to do | Do it. Don't explain first. |
Before multi-file changes: (1) What assumption could be wrong? (2) What will this break? (3) What's my rollback? Skip for single-file edits.
tools
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.