Thanks for helping make AI coding projects more sustainable.
Good contributions:
- make the skill easier to use in real repos
- improve minimal harness artifact quality
- add small, reusable templates
- improve validation
- clarify multi-session or multi-agent handoffs
- add realistic examples
Avoid:
- large governance systems
- fictional benchmarks
- generic AI hype
- templates that require users to fill a long questionnaire before doing work
- docs that duplicate the skill body
- Edit the skill, references, templates, or docs.
- Run:
python3 scripts/validate.py- Test with a realistic project plan.
- Keep the change small enough that a future agent can understand it quickly.
SKILL.mdshould route the workflow.references/should hold deeper guidance loaded only when needed.assets/templates/should contain files intended to be copied or adapted.- README should speak to humans.
- Every new artifact needs a reason to exist.
Use short, conventional messages when possible:
feat: add harness audit promptfix: tighten AGENTS templatedocs: improve launch copytest: validate template references