Repository Authoring
Repository management skills for technical writing, README generation, changelog curation, and commit recaps.
- version from plugin.json
- 1.0.0
- license from plugin.json
- Apache-2.0
- author from plugin.json
- ghchinoy · https://github.com/ghchinoy
- repository from plugin.json
- https://github.com/ghchinoy/agent-skills
- keywords plugin keywords, from plugin.json
- readme
- changelog
- technical-writing
- git-recap
- name from plugin.json
repo-authoring- conformance derived from plugin.json $schema
- Targets Agent Plugins 1.0.0.
- source derived
plugins/repo-authoring/plugin.json
Skills
- Make README
make-readmeCreate, assess, and improve README.md files for public GitHub projects. Scores an existing README against a weighted rubric, gives targeted section-by-section fixes, and can check strict standard-readme spec compliance. Use when the user asks to write a README, review/grade a README, improve an existing README, or check standard-readme compliance. - Technical Post Editorial
technical-post-editorialEdit and review technical blog posts, specs, and engineering write-ups to ensure clean house-style conformity and pitch-appropriate readability. Use as a post-hoc acceptance gate or review tool. - Repository Change Recap
repository-change-recapGenerates a structured weekly or custom timeframe commit recap for a repository. Looks for repository-specific categorization rules in .gemini/recap-rules.md or GEMINI.md before fetching git logs via git log --stat to accurately organize changes (e.g. core vs experiments). Supports optional audio generation. - Changelog Manager Skill
changelog-managerGenerates, updates, and curates a CHANGELOG.md file adhering to the Keep a Changelog v1.1.0 specification and Common Changelog style guide by analyzing bd issue tracking history and git commit history.