📄️ Agent Profiles
Agent profiles define specialized AI personas — each with its own identity, behavior, skills, tools, and connection method. Think of them as job descriptions for your AI agents.
📄️ Skills
Skills are portable, reusable agent capabilities defined as instruction files. They extend what your agents know without code changes — and they work across DotAgents, Claude Code, Cursor, and any tool that reads the .agents/ directory.
📄️ Memory
Memory gives your agents persistent context across sessions. When an agent learns something important, it can store it as a memory entry and recall it in future conversations.
📄️ Multi-Agent Delegation
DotAgents supports multi-agent orchestration through the Agent Client Protocol (ACP). Your main agent can delegate tasks to specialized sub-agents — each running as a separate process with its own capabilities.