New Agent Creation Skill Step-by-Step Agent Implementation When to Use : Creating new AI agents for Unite-Hub --- Quick Start Template 1. Create Agent File Location : 2. Register in Orchestrator File : 3. Add to Registry File : 4. Create Tests File : 5. Create CLI Runner (Optional) File : --- Checklist - [ ] Create agent file extending BaseAgent - [ ] Implement processTask() method - [ ] Add to orchestrator-router.ts intent enum - [ ] Add to orchestrator routing logic - [ ] Register in .claude/agents/registry.json - [ ] Create tests (100% pass required) - [ ] Add CLI runner script (optional)…