new-agent-creation
Installation
SKILL.md
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: src/lib/agents/my-new-agent.ts
import { BaseAgent, AgentTask, AgentConfig } from './base-agent';
import { getAnthropicClient } from '@/lib/anthropic/lazy-client';