Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 619 Bytes

File metadata and controls

21 lines (15 loc) · 619 Bytes

Contributing

Development Workflow

  1. Create or update a skill under skills/.
  2. Run npm run validate.
  3. Run npm test when changing shared tooling.
  4. Keep generated packages out of commits unless a release requires them.

Skill Guidelines

  • Use lowercase kebab-case directory names.
  • Keep SKILL.md focused on executable guidance.
  • Prefer examples that can be copied directly.
  • Avoid embedding secrets, machine-specific paths, or private URLs.

Pull Request Checklist

  • Validation passes with npm run validate.
  • Tests pass with npm test.
  • Documentation is updated when behavior changes.