Command
Generate mobile and tablet variants from a desktop Figma wireframe — adapts layout, reflowing content for smaller breakpoints.
Command
Generate mobile and tablet variants from a desktop Figma wireframe — adapts layout, reflowing content for smaller breakpoints.
Command
Detect drift between Figma designs and code implementation — compare tokens, spacing, colors, typography, and component structure.
Command
Convert a Figma design to production code. Provide a Figma URL or select a node in Figma desktop.
Command
Generate an AI audio brief — voiceover (ElevenLabs, Murf) or music/jingle (Suno), with tool selection, voice/music brief template, timing cues for video sync, and synthetic voice compliance note.
Command
Generate a brand-aligned AI image — tool selection, full prompt (subject, style, lighting, camera, mood, negatives), variation prompts, and seed strategy. Works across Midjourney, DALL-E, Ideogram, Firefly, and Stable Diffusion.
Command
Generate 3 AI moodboard directions for a concept or campaign — brand personality extraction, visual style definition, and 4–6 ready-to-paste image prompts per direction with rationale.
Command
Generate video output in one of three modes: Remotion (programmatic React-based video), Gen-AI (shot prompt pack for Runway/Kling/Sora/Pika/Luma), or Remotion+Gen-AI (programmatic scaffold with AI footage embedded).
Command
Design an illustration style guide, icon system, or SVG asset set for a product or brand.
Command
Scan a Figma file for design quality issues — orphan colors, spacing violations, non-standard type sizes, missing auto-layout, and detached styles. Returns a prioritized lint report with severity levels and fix suggestions.
Command
Design micro-interactions, transitions, and animation systems for UI components or full pages.
Command
Browse any URL with browser vision — extract design patterns for research or inspect your own UI, saved to project memory.
Command
Run all naksha quality checks and report the plugin's health status.
Plugin Claude Code
Plugin marketplace listing 1 plugin: gearbox.
Plugin Claude Code
Automatic model+effort routing for Claude Code: tiered subagents, escalation ladder, independent verifier, JSONL routing telemetry.
Agent
Use for hard problems only — cross-cutting design, gnarly multi-file debugging, race conditions and concurrency, performance investigations, database migrations, security-sensitive changes, or anything a cheaper tier escalated. Expensive; use deliberately.
Agent
Use for standard implementation work — features, bug fixes, writing tests, refactors scoped to roughly 5 files or fewer, API endpoints, UI components. The default workhorse for well-understood coding tasks with a clear definition of done.
Agent
Use proactively for mechanical, low-risk edits — renames, typo fixes, comment and docstring updates, formatting, simple config tweaks, adding log lines. Only for changes touching 1-2 files with zero design decisions. Never for logic changes, never when reading conventions first is required.
Agent
Use proactively for codebase exploration, file/symbol search, reading logs, summarizing files or directories, and answering "where is X / how does Y work" questions. Read-only. Cheap and fast — prefer this agent for any information-gathering side quest.
Agent
Use proactively after builder or architect completes any task that edited files. Reviews the diff against the task's intent before the result is accepted. Read-only reviewer; never fixes anything itself.
Command
Self-check the Gearbox installation and print a PASS/WARN/FAIL report.
Command
Creates a project-local copy of the Gearbox routing policy. Optional — only needed if you want to customize the policy for this repo.
Hook
Runs before the agent uses a tool for Task and Agent tool calls, executing log-escalation.py via python3. From Adityaraj0421/gearbox.
Hook
Runs after a tool call finishes for Task and Agent tool calls, executing log-routing.py via python3. From Adityaraj0421/gearbox.
Hook
Runs when a session starts, executing inject-routing.py via python3. From Adityaraj0421/gearbox.