gg-mo

29 mods across 3 repositories, 13 stars between them.

orienting-to-repo

25

gg-mo/repo-hygiene

Skill Claude CodeCodex

Use when starting substantive work in an unfamiliar repo, before diving into task-specific grep or edits — especially when the task touches business logic, public API, build, or infra, or you don't yet know the repo's purpose, stack, conventions, or layout.

3 3mo ago A 57 tokens original MIT

testing-new-code

26

gg-mo/repo-hygiene

Skill Claude CodeCodex

Use when adding or modifying business logic, branching code, public API, or fixing a bug in a repo using repo-hygiene — tests for the new code paths must exist before the change is committed, not "later" or "if the user asks".

3 3mo ago A 56 tokens original MIT

using-repo-hygiene

27

gg-mo/repo-hygiene

Skill Claude CodeCodex

Use when starting any conversation in a repo — establishes the repo-hygiene skill set and the moments each sub-skill applies.

3 3mo ago A 32 tokens original MIT

gg-mo/repo-hygiene

Skill Claude CodeCodex

Use when drafting any commit message — sets format (imperative subject under 72 chars, explanatory body when the why isn't obvious from the diff) and prevents the "Fix X" one-liner reflex for non-trivial fixes.

3 3mo ago A 51 tokens original MIT

writing-docstrings

29

gg-mo/repo-hygiene

Skill Claude CodeCodex

Use when writing or modifying any function, method, class, or source file in a repo using repo-hygiene — public API, internal helpers, and new files all require docstrings; only one-line lambdas and trivial accessors are excluded.

3 3mo ago A 53 tokens original MIT