AI AGENT ADDONS

Making a new skill for an AI agent is like writing a test first. You create a test case using a subagent and watch it fail. Then you write the skill documentation to fix the problem. This approach is called test-driven development for skills.

The skill helps you teach an AI agent new abilities step by step. You see what the agent does wrong without the skill. Then you write clear instructions to make it right. You keep testing and improving until the agent always does the right thing.

Anyone who wants to build better AI agents can use this guide. It turns general AI helpers into specialized experts for specific tasks.

Add Create Skill skill to your workflow

Global

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

Project

mkdir -p .claude/skills/create-skill

Source Repository

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