Loading...
Loading...
Guide for creating Agent Skills: structure, best practices, and SKILL.md format for Claude Code, Codex, Gemini CLI, and other AI agents.
npx skill4agent add gmh5225/awesome-skills skill-creation-guideskill-name/
├── SKILL.md # Required: Instructions and metadata
├── scripts/ # Optional: Helper scripts
├── templates/ # Optional: Document templates
└── resources/ # Optional: Reference files---
name: my-skill-name
description: A clear description of what this skill does and when to use it.
---# Skill Name
Detailed description of the skill's purpose.
## When to Use This Skill
- Use case 1
- Use case 2
## Instructions
[Detailed instructions for the agent]
## Examples
[Real-world examples]references/| Platform | Project Path | Global Path |
|---|---|---|
| Claude Code | | |
| Codex | | |
| Cursor | | |
| Gemini CLI | | |
| GitHub Copilot | | |
https://raw.githubusercontent.com/gmh5225/awesome-skills/refs/heads/main/README.md