Contributing¶
Contributions welcome! Here's how to get involved:
- Fork the repository
- Create a branch for your changes
- Follow the AgentSkills format (SKILL.md + rules/)
- Submit a PR with a clear description
Adding a New Skill¶
- Create
skills/<skill-name>/SKILL.mdwith the standard frontmatter - Add rules in
skills/<skill-name>/rules/ - Add documentation in
docs/skills/ - Update
mkdocs.ymlnavigation
Guidelines¶
- Keep rules concise and actionable
- Include code examples for every concept
- Reference OTel semantic conventions properly
- Test with at least one AI coding assistant