AI AGENT ADDONS
Skill Development
14,170installs

You can create or update skills for an AI agent. Each skill lives in its own folder with a SKILL.md file. The file must start with a special header called frontmatter that includes a name and description.

The name uses kebab-case like pdf-processing or add-feature-flag. The description tells what the skill does and when to use it. A good description helps other agents find the right skill.

The rest of the file explains how to use the skill. You can add steps, examples, and best practices. Simple skills keep everything in one file. Complex skills can split into a references folder. This guide makes it easy to write clear and useful skills.

Add Update Skill skill to your workflow

Global

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

Project

mkdir -p .claude/skills/update-skill

Source Repository

Stars
110
Forks
2
Watchers
110
License
MIT
Last Push
25 days ago
Created
2 months ago