A small collection of agent skills for documentation maintenance, question
shaping, and repo hygiene. Each pack lives under .agents/skills/<name>/ with
a SKILL.md. MIT licensed.
Copy the pack you want from .agents/skills/ into the same path in your target repo, then ask your agent to use that skill by name.
For example, copy .agents/skills/readme/ to your project when you want README maintenance guidance, or copy .agents/skills/changelog/ when you want changelog standards.
This project uses Semantic Versioning for
the published pack collection, starting at 0.1.0 during initial development.
Minor releases add backward-compatible packs or workflows, patch releases fix or
clarify existing packs, and future major releases mark incompatible public pack
behavior or path changes.
One-line capability blurbs come from the first sentence of each pack's YAML description: in SKILL.md.
- commit-standards - Author and validate git commit messages against Conventional Commits, layering any repo-local rules on top.
- setup-standards - Binds a repository to selected commit, README, and changelog standards by writing invoke-before-work pointers into the repo's agent-read source-of-truth doc.
- changelog - Maintains changelog documents using Keep a Changelog 1.1.0 and Semantic Versioning.
- maintain-badges - Maintains manually updated static Shields.io badges and their repository rules using authoritative local evidence.
- readme - Maintains README documents using Make a README and Google README guidance for clear project identity, setup, usage, support, status, documentation links, and license coverage.
- mirror-question - Repeat a question exactly, then restate it in clearer technical language without changing its meaning.
- publish-boundary - Reviews private source-of-truth repos and their generated public repos for sanitation, audience separation, whitelist drift, and pre-push safety.
This project is licensed under the MIT License.
See CHANGELOG.md for release notes.