669 B
669 B
Summary
Checklist
- Target branch is
dev(notmain— PRs to main will be auto-closed) - Skill has
SKILL.mdwith valid YAML frontmatter (name,description,license) - Scripts (if any) run with
--helpwithout errors - No hardcoded API keys, tokens, or secrets
- No vendor-locked dependencies without open-source fallback
- Follows existing directory structure (
domain/skill-name/SKILL.md)
Type of Change
- New skill
- Improvement to existing skill
- Bug fix
- Documentation
- Infrastructure / CI