By Kilowott-HQ
Tiered-model workflow for Claude Code. Routes work to the cheapest model that won't degrade quality, enforces cache + session hygiene, and adds a /efficient slash command.
Architecture, design, trade-off, and root-cause agent pinned to Opus. Use for "should we X or Y", "design a system that…", multi-file root-cause investigations, picking between approaches, anything where "it depends" is the honest answer. Returns a numbered plan plus rationale — NEVER ships code. The caller is expected to route execution to transform-sonnet afterward.
Pure search/lookup agent pinned to Haiku. Use for "where is X defined", "find every caller of Y", "list endpoints/files matching Z", any read-only retrieval that spans 3+ files or unknown symbols. Returns path:line references plus a short summary — never file contents.
Apply known patterns to known code. Use for renames, refactors, adding hooks/handlers to existing patterns, single-feature edits across multiple files, writing tests for existing logic, format conversions, boilerplate generation. Requires a self-contained brief with file paths and the exact change to make. Returns a unified diff or a list of edited files — never narrative.
Log/stack-trace/JSON-dump triage agent pinned to Haiku. Use when the user pastes a large blob (logs, stack trace, API response, test output) into chat. Returns the top error/warning lines plus a one-line root-cause guess — never echoes the full paste. Saves the main thread from absorbing 10K-100K of noise.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Tiered-model workflow plugin for Claude Code. Routes work to the cheapest model that won't degrade quality, enforces cache + session hygiene, and helps Pro/Max plans last longer without losing output quality.
When activated, Claude Code:
recall-haiku — search/lookup, returns path:line + ≤50w summarytransform-sonnet — applies a defined change across files, returns a diffreason-opus — design / trade-off / root-cause, returns a numbered plan (no code)triage-haiku — compresses pasted logs / stack traces / JSON dumps to the top 20 error lines + 1-line root-causeUserPromptSubmit hook into Recall / Transform / Reason / Triage and suggests the matching agent — fires once per turn, silent on ambiguous prompts and slash commands%K used / 200K, colour-shifted), and the last agent spawned — so you can self-trigger /compact or delegation before the classifier nags--escalate, --inline, --quiet) typed in the prompt control delegation behaviour for the turn / sessionCLAUDE.md edits, missing .claudeignoremodel:, restricted tools)The skill is content-only — no opinions about what you build, just how the model resources are spent building it.
Each team member runs these in Claude Code:
/plugin marketplace add Kilowott-HQ/cc-efficient
/plugin install cc-efficient@cc-efficient
To activate during a session: type /efficient.
The skill activates when:
/efficientTo deactivate: say "stop efficient" or "normal mode".
cc-efficient/
├── .claude-plugin/
│ ├── plugin.json # manifest (registers SessionStart + UserPromptSubmit hooks + statusline)
│ └── marketplace.json # marketplace entry for sharing
├── agents/
│ ├── recall-haiku.md # haiku-tier search/lookup agent
│ ├── transform-sonnet.md # sonnet-tier code-transformation agent
│ ├── reason-opus.md # opus-tier design/trade-off agent (no Edit/Write)
│ └── triage-haiku.md # haiku-tier paste/log triage agent
├── hooks/
│ ├── cc-efficient-prime.js # SessionStart — primes Claude (does NOT load full skill)
│ ├── cc-efficient-classify.js # UserPromptSubmit — classifies prompt → suggests agent
│ └── cc-efficient-statusline.js # statusline — shows model, context %, last agent
├── skills/
│ └── efficient/
│ └── SKILL.md # the skill — instructions Claude follows when active
└── README.md
How the pieces fit together:
--escalate, --inline, --quiet overrides typed in the prompt.efficient | sonnet | 47% (94K/200K) | ⟶ recall-haiku. Colour shifts green → yellow → red at 60% / 80%.agents/ with model: pinned in frontmatter, tool grants tier-locked (Haiku and Opus agents cannot Edit), and strict output contracts so the main thread absorbs short structured returns instead of agent prose./efficient invocation).This is the "best of both" pattern: every session starts aware, every turn gets a cheap classifier nudge, the statusline gives a constant visual cue, and the full ruleset only loads when actually relevant — keeping context lean.
Type these anywhere in your prompt to control delegation for the turn or session:
| Flag | Effect |
|---|---|
--escalate | Force reason-opus for this turn. Stop suggesting downgrades for the rest of the session. |
--inline | Do not delegate this turn — handle on the main thread. |
--quiet | Suppress Transform/Reason suggestions for the session. Recall and Triage still auto-delegate silently (that's the default). |
npx claudepluginhub kilowott-hq/cc-efficient --plugin cc-efficientComprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.