get-tmonier/argot

A statistical code analyzer built from your repository's history.

48Stars on the repository
17Mods indexed here, across every type
20d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

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 20d ago A 110 tokens original MIT

argot-refresh

02

get-tmonier/argot

Skill Claude CodeCodex

Refresh Argot's committed fit snapshot safely — first diagnose why maintenance is recommended, re-audit corpus scope and structural path changes, review stale mutes and policy entries with the user, then fit locally, verify, and prepare the reviewed .argot/ update. Use when argot status, argot check, MCP, or CI…

48 20d ago A 136 tokens original MIT

argot-review-pr

03

get-tmonier/argot

Skill Claude CodeCodex

Review a specific pull request (or diff range) against this repo's learned patterns with argot, without checking it out — flag dependencies, APIs, and constructs foreign to how the repo is written, duplicated functions, misfiled code, layering breaks, and tests weakened, disabled, or deleted alongside a production…

48 20d ago A 78 tokens original MIT

argot-setup-ci

04

get-tmonier/argot

Skill Claude CodeCodex

Wire argot into a repository's GitHub Actions as a non-blocking configured check on every pull request — a job summary plus code-scanning annotations. Use when the user wants argot "in CI", "on PRs", "as a GitHub Action", or asks to "set up argot CI". Distinct from argot-setup (local checking) and argot-review-pr…

48 20d ago A 94 tokens original MIT

argot-setup

05

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 20d ago A 129 tokens original MIT

argot-suggest-rules

06

get-tmonier/argot

Skill Claude CodeCodex

Turn a convention argot has already discovered into a scripted custom rule. Runs argot conventions, surfaces the repo's mined placement conventions (where a kind of code lives — "validation in schema files", "DB access only in migrations", "business logic in the service layer, not views") and internal-API vocabulary…

48 20d ago A 173 tokens original MIT

argot-write-rule

07

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 20d ago A 131 tokens original MIT