coding style skills

7 tagged coding style, measured the same way as everything else here.

Browse within: ci 7code-quality 7

argot-check

01

get-tmonier/argot

Skill Claude CodeCodex

Score your working changes with argot — flag code foreign to this repo's own patterns (unfamiliar dependencies, APIs, constructs), functions the repo already has, code filed in the wrong place, imports that break the repo's layering, and tests weakened, disabled, or deleted alongside a production change — before…

48 19d ago A 110 tokens original MIT

argot-setup

02

get-tmonier/argot

Skill Claude CodeCodex

Set argot up for a repository end to end — audit its history, decide what should shape its voice, fit, verify the fit actually catches things, tune the rules its own history says are noisy, and wire the places it runs (pre-write hook, pre-commit, MCP, CI). One sitting, one decision at a time, each proposed with the…

48 19d ago A 129 tokens original MIT

argot-write-rule

03

get-tmonier/argot

Skill Claude CodeCodex

Codify a repo convention argot's built-ins don't cover into a scripted custom rule — a .argot/rules/NAME/rule.toml manifest plus a sandboxed Rhai script that fires exactly like a built-in, gated on a green fixture suite before it ever sees a real diff. Use when the user asks to "write an argot rule for X", "codify…

48 19d ago A 131 tokens original MIT