Use --all -g so the skill installs to every supported agent, not just the default.
Discipline AI coding agents against state explosion, grab-bag models, and mutation ambiguity.
npx skills add gbasin/clanker-discipline --all -g
AI coding agents overproduce state — every bug gets one more flag, every feature one more optional field. This skill teaches agents to:
Combines ideas from theswerd/aicode (self-documenting code) and Tommy D. Rossi's event sourcing post on combating agent state explosion.