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

  1. Fork archlab-space/Open-Skill-Hub on GitHub
  2. Create your skill under plugins/<domain>/skills/<your-skill>/
  3. Test locally with your preferred platform
  4. Open a PR — maintainers review within 48 hours

Read the full contributor guide including agent instructions in

AGENTS.md ↗