What problem does it solve?
This Skill eliminates the need to manually invent a new subagent from scratch by providing a repeatable way to scaffold a specialized agent when existing agents don’t cover the task domain.
Core Features & Use Cases
- Specialized agent scaffolding: Creates a new subagent based on clearly defined domain boundaries and triggers.
- Research-first operational protocol: Enforces a workflow that prioritizes researching existing patterns before writing code.
- Reusable agent template: Generates an agent configuration with tools, model, responsibilities, and workflow sections.
- Use Case: You need a migration-focused agent for a one-off Express-to-Elysia or schema update task; use this Skill to quickly generate a targeted subagent you can deploy immediately.
Quick Start
Ask to create a new agent by specifying the agent name, the domain (what it handles), and the tools it should use, for example: “I need a migration-specialist agent to help with Express-to-Elysia migrations using Read, Write, and Grep—scaffold the new agent file.”