Delegate AI Subtasks
by Aman Garg
Stop burning expensive model tokens on repetitive subtasks. This skill delegates mechanical work to cheaper models and writes handoff snapshots so you never lose context switching between sessions.
$5
· or 25 creditsSecure checkout via Stripe
Works with the AI tools you already use
About this skill
When you give your agent a complex task, it does everything with the same expensive model. Reformatting 10 files? Opus. Generating boilerplate from a spec? Opus. Running a script and checking output? Still Opus. Meanwhile, most of those subtasks could be handled by Haiku at a fraction of the cost. Smart Router does two things. First, it automatically identifies which parts of a task are mechanical or repetitive and delegates them to a cheaper model. Creating a batch of similar files, converting formats, running validation checks, generating boilerplate. The skill writes fully self contained prompts so the subagent has everything it needs without any conversation context. Your main model focuses on the work that actually requires judgment: architecture, debugging, the final user facing deliverable. Second, it handles context handoffs when you switch models or start a new session. It writes a structured HANDOFF.md snapshot that captures not just what was done, but why. Key decisions and their rationale, rejected approaches and why they didn't work, specific next steps, and any user preferences that came up in conversation. The next model reads that file and picks up exactly where you left off without asking you to repeat yourself. You can use either feature independently or both together. On a big task, you might delegate boilerplate to Haiku, do the complex work yourself, and then write a handoff when the user wants to continue later with a different model. Works with Claude Code, Cursor, Codex CLI, VS Code Copilot, and any agent that supports the SKILL.md standard.
Details
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Be the first to review this skill.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
No special permissions declared or detected
Frequently Asked Questions
Browse More Skills
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.
synthesizing-institutional-knowledge
Builds the organizational memory schema your AI agent needs to answer why — capturing decision provenance, causal chains, and event context that embedding-based retrieval permanently discards.
code-reviewer
Reviews your code for bugs, security vulnerabilities, logic errors, performance issues, and style violations. Organizes findings by severity and suggests fixes with code examples.

frontend-motion-wizard
Advanced responsive layout and interactive micro-interaction engine for React, Tailwind CSS, and Framer Motion. Automatically injects fluid element states, mobile-first touch behaviors, adaptive viewports, and non-destructive layout transitions into static codebases