AI AGENT ADDONS

You can create autonomous agents that handle complex tasks without your help. These agents run in their own space and return results to you. This guide follows official best practices from Anthropic.

The skill covers everything you need. It explains the structure of an agent file with a special header section and a text prompt. You will learn how to set triggering conditions so the agent knows when to act. The guide also shows validation rules for naming and descriptions.

With this knowledge you can build agents for code review, testing, writing docs, and more. Each agent works independently and reports back to your main conversation.

Add Create Agent skill to your workflow

Global

mkdir -p ~/.claude/skills/create-agent

Project

mkdir -p .claude/skills/create-agent

Source Repository

Stars
1,185
Forks
128
Watchers
1,185
License
GPL-3.0
Last Push
1 month ago
Created
8 months ago