AIHowToSkills.com is a directory of install-ready AI agent skills. If you've created a skill that works with Claude, Cursor, ChatGPT, Gemini, GitHub Copilot, or any other AI tool, we'd love to feature it here.

📋 How to Submit

1

Create a SKILL.md

Create a markdown file named SKILL.md with your skill's instructions. The skill should follow our standard format with a title, description, and step-by-step instructions. Make sure it's self-contained and ready to use with an AI assistant.

Your SKILL.md should include:

  • A clear title and description
  • Step-by-step instructions
  • Any relevant tools or dependencies
  • Example usage or output
2

Add to a GitHub Repository

Place your SKILL.md in a GitHub repository under the following path:

your-repo/skills/<skill-slug>/SKILL.md

The <skill-slug> should be a URL-friendly identifier for your skill (e.g., code-review-assistant). You can host multiple skills in the same repository.

3

Submit via GitHub Issue

Once your skill is in a public GitHub repository, open an issue on our repository to submit it:

🐛 Open a Submission Issue

Please include the repository URL and the skill slug in your issue. We'll review your submission and add it to the directory.

🏷️ Badge for Your Repository

Once your skill is listed, you can add this badge to your GitHub repository's README to show it's featured on AIHowToSkills.com:

Listed on AIHowToSkills

Markdown

[![Listed on AIHowToSkills](https://aihowtoskills.com/badge.svg)](https://aihowtoskills.com)

HTML

<a href="https://aihowtoskills.com" target="_blank" rel="noopener noreferrer">
  <img src="https://aihowtoskills.com/badge.svg" alt="Listed on AIHowToSkills" />
</a>

✅ Guidelines