$ 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.