avmnu-sng

27 mods across 1 repository, 2 stars between them.

style-audit

25

avmnu-sng/sutra

Skill Claude CodeCodex

Audit a code or documentation change against the house style -- why-not-what comments, current-state docs, symbol-based references, theme-safe diagrams, and (when the project's style calls for it) ASCII-only files -- when reviewing or finishing a diff.

2 1mo ago A 50 tokens original MIT

test-authoring

26

avmnu-sng/sutra

Skill Claude CodeCodex

Use when writing, strengthening, or debugging tests -- enforces read-before-assert discipline, real assertions, and never weakening a failing test to go green.

2 1mo ago A 31 tokens original MIT

verify-completeness

27

avmnu-sng/sutra

Skill Claude CodeCodex

Use when finishing a verification, cleanup, or find-and-fix sweep across a codebase and a single missed instance would be costly -- enumerate every match, fix each individually, and re-search until empty instead of summarizing and applying once.

2 1mo ago A 48 tokens original MIT