Consolidate the repository into clearer apps, tools, and layered docs areas so contributors can navigate and maintain it more reliably. Align validation, metadata sync, and CI around the same canonical workflow to reduce drift across local checks and GitHub Actions.
1.1 KiB
1.1 KiB
Pull Request Description
Please include a summary of the change and which skill is added or fixed.
Quality Bar Checklist ✅
All items must be checked before merging.
- Standards: I have read
docs/contributors/quality-bar.mdanddocs/contributors/security-guardrails.md. - Metadata: The
SKILL.mdfrontmatter is valid (checked withnpm run validate). - Risk Label: I have assigned the correct
risk:tag (none,safe,critical,offensive, orunknownfor legacy/unclassified content). - Triggers: The "When to use" section is clear and specific.
- Security: If this is an offensive skill, I included the "Authorized Use Only" disclaimer.
- Local Test: I have verified the skill works locally.
- Repo Checks: I ran
npm run validate:referencesif my change affected docs, bundles, workflows, or generated artifacts. - Credits: I have added the source credit in
README.md(if applicable).
Type of Change
- New Skill (Feature)
- Documentation Update
- Infrastructure