skills/smithery.ai/new-agent-creation

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';
Installs
1
First Seen
Mar 23, 2026
new-agent-creation from smithery.ai