Contributing
Help grow the library. Every skill you share becomes available to every agent on every platform.
Skill Structure
Each skill lives in plugins/<domain>/skills/<skill-name>/ and contains two files:
README.md Human-readable description, usage examples, and platform notes.
SKILL.md Structured metadata: name, description, triggers, and the skill body.
Quality Checklist
All PRs are reviewed against this checklist:
- Skill has a README.md with clear description and usage examples
- Skill has a SKILL.md with structured metadata (name, description, triggers)
- Skill is tested on at least one supported platform
- Skill does not duplicate an existing skill
- Skill is scoped to a single, well-defined purpose
- Trigger conditions are explicit (avoids accidental activation)
Getting Started
- Fork archlab-space/Open-Skill-Hub on GitHub
- Create your skill under
plugins/<domain>/skills/<your-skill>/ - Test locally with your preferred platform
- Open a PR — maintainers review within 48 hours
Read the full contributor guide including agent instructions in
AGENTS.md ↗