$ skill --submit
Submit your GitHub repository to the Agent Skills Marketplace
Requirements
- βYour repository must contain a SKILL.md file in the root directory
- βThe SKILL.md must include name and description in the frontmatter
- βRepository must be public
SKILL.md Example
---
name: My Awesome Skill
description: A skill that does amazing things
allowed-tools: Read, Write, Bash
model: claude-3-opus
---
# My Awesome Skill
This skill helps you do amazing things with AI agents.
## Usage
Describe how to use your skill here.