Releases: gg-mo/repo-hygiene
Releases · gg-mo/repo-hygiene
Release list
v0.1.0 — Initial release
First release of repo-hygiene — a Claude Code / Codex / Cursor / OpenCode / Gemini / Copilot plugin that injects a bootstrap skill at session start and provides 8 sub-skills auto-triggered at hygiene-relevant moments.
Skills
| Skill | Triggers when |
|---|---|
orienting-to-repo |
Starting substantive work in an unfamiliar repo |
writing-docstrings |
Writing or modifying any function, class, or source file |
keeping-files-small |
About to add lines to a file >400 lines |
keeping-docs-fresh |
Changing a public API surface |
testing-new-code |
Adding business logic, branching code, or fixing a bug |
writing-commit-messages |
Drafting any commit message |
gating-commits |
About to commit, merge, or push |
cleaning-existing-codebase |
User asks to clean up / apply repo-hygiene to an existing project |
Supported harnesses
Claude Code, Codex CLI/App, Cursor, OpenCode, Gemini CLI, GitHub Copilot CLI — one polyglot SessionStart hook detects the platform at runtime and emits the right JSON shape.
Installation
See the README for platform-specific install commands.