Agent Design 2
Installation
SKILL.md
Agent Design
Overview
Agent profiles define what an agent can do - its personality, tools, skills, subagents, commands, and integrations. The runtime is architecture-agnostic, supporting both Claude Agent SDK and OpenCode.
AgentProfile Structure
interface AgentProfile {
// Identity
id: string; // Unique identifier
name: string; // Display name
description?: string; // Human-readable description
// Behavior
systemPrompt?: string; // Agent's system prompt
agentMDFile?: string; // Memory file content (CLAUDE.md/AGENT.md)