Skip to content

Contributing

Contributions welcome! Here's how to get involved:

  1. Fork the repository
  2. Create a branch for your changes
  3. Follow the AgentSkills format (SKILL.md + rules/)
  4. Submit a PR with a clear description

Adding a New Skill

  1. Create skills/<skill-name>/SKILL.md with the standard frontmatter
  2. Add rules in skills/<skill-name>/rules/
  3. Add documentation in docs/skills/
  4. Update mkdocs.yml navigation

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