Thank you for your interest in contributing to this collection. We welcome new skills, improvements to existing ones, and bug fixes from the community.
-
Fork the repository and clone it to your local machine.
-
Choose the right category. Browse the existing categories in the repository and select the one that best fits your skill. If no existing category fits, you may propose a new one.
-
Create the skill directory. Inside the appropriate category folder, create a new directory for your skill. The directory name must use
kebab-case(lowercase letters, numbers, and hyphens only). -
Create the
SKILL.mdfile. Every skill must include aSKILL.mdfile with the following structure:
---
name: your-skill-name
description: A clear description of what the skill does and when to use it.
license: MIT
---
# Your Skill Name
Detailed instructions, workflows, and examples for the agent.-
Add optional resources. If your skill requires scripts, reference documentation, or templates, add them in the appropriate subdirectories (
scripts/,references/,assets/). -
Submit a pull request. Push your changes to your fork and open a pull request against the
mainbranch.
We prioritize quality over quantity. Please ensure your skill meets the following criteria:
- Clear and actionable instructions. The agent should be able to follow the instructions without ambiguity.
- Practical examples. Include at least one example of how the skill is used.
- Proper YAML frontmatter. The
nameanddescriptionfields are required. - Tested and validated. If possible, test your skill with an AI agent before submitting.
Be respectful and constructive in all interactions. We are building this together.