First off, thanks for taking the time to contribute! π
- Check if the bug has already been reported in Issues
- If not, create a new issue using the bug report template
- Include as much detail as possible
- Open an issue with the "feature request" template
- Describe the use case and target users
- List the skills you think should be included
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-skill) - Make your changes
- Test your skills with Claude Code or other supported tools
- Commit your changes (
git commit -m 'Add amazing-skill') - Push to the branch (
git push origin feature/amazing-skill) - Open a Pull Request
skill-name/
βββ SKILL.md # Required: Skill definition
βββ references/ # Optional: Reference documents
β βββ guide.md
βββ assets/ # Optional: Templates, examples
βββ template.md
---
name: skill-name
description: Brief description of what this skill does and when to use it
---
# Skill Name
## Overview
Detailed description of the skill.
## When to Use
- Trigger condition 1
- Trigger condition 2
## Workflow
Step-by-step instructions for the AI.
## Output Format
Expected output format.- Clear trigger conditions - Make it easy for AI to know when to use the skill
- Specific instructions - Be detailed about what the AI should do
- Examples - Include example inputs and outputs
- References - Add supporting documents for complex skills
workflow-name/
βββ .claude/skills/ # Claude Code skills
βββ README.md # English documentation
βββ README_cn.md # Chinese documentation
βββ AGENTS.md # Agent routing guide
- At least 10 skills included
- README.md with clear target users
- README_cn.md for Chinese users
- AGENTS.md for AI routing
- Symlinks for multi-AI tool support
Please read our Code of Conduct before contributing.
Feel free to open an issue with your question!