Publishing Skills

Share your AI agent skill with the community by publishing it to Agent Skills Index.

Step 1: Create Your Repository

Create a new public GitHub repository for your skill. You can name it anything, but we recommend using a descriptive name.

Step 2: Add SKILL.md

Create a SKILL.md file in the root of your repository. This file tells AI agents what your skill does.

your-repo/
├── SKILL.md        # Required
├── README.md       # Recommended
└── ... other files

Step 3: Add Topics

Add relevant topics to your GitHub repository to help users find your skill. We recommend including:

  • ai-skill - Required for discovery
  • claude, chatgpt - Supported platforms
  • Other relevant topics for your skill

Step 4: Submit Your Skill

Once your repository is ready, submit it to Agent Skills Index:

Submit Your Skill

Alternatively, our crawler automatically discovers public repositories with SKILL.md files and the ai-skill topic.

Publishing Checklist

  • Public GitHub repository
  • SKILL.md file in root directory
  • Clear description and capabilities
  • Relevant repository topics
  • README with additional documentation

After Publishing

Once your skill is indexed, it will appear in search results and category listings. Keep your skill updated and respond to community feedback to improve its ranking.