Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add 0x0w1/jig --skill conformance-auditgit clone --depth 1 https://github.com/0x0w1/jigWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/0x0w1/jig/conformance-audit)<a href="https://agentmods.dev/skills/0x0w1/jig/conformance-audit"><img src="https://agentmods.dev/badge/skills/0x0w1/jig/conformance-audit.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00065 | $0.01412 |
| Opus 5 | $0.00032 | $0.00706 |
| Sonnet 5 | $0.00013 | $0.00282 |
| Haiku 4.5 | $0.00006 | $0.00141 |
Grade A, and why
conformance-audit scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
This is a copy
100% identical to jig-conformance-audit — 2 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 106 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Conformance Audit
Use this repository skill to verify after the fact that the procedure was followed. The push guards stop a bad push while it happens; nothing else checks that what did land matches the rules.
Three skills look at a repository and none of them overlap:
| Skill | Subject | Writes |
|---|---|---|
jig-doctor |
the jig installation | nothing |
repo-hygiene |
debris in the local clone | deletes what the user names |
conformance-audit |
the history the procedure produced | nothing |
This one never edits, deletes, or rewrites anything. Its output is a report and an exit code.
Why a Baseline
A repository that installs jig today has years of history written under other rules. Judging all of it reports the repository as broken on day one and teaches the user to ignore the tool.
Every run therefore starts from a baseline and judges nothing before it:
--since <ref>when the user names one.- The commit that added
.jig/versioning.md— the point the repository adopted the grading contract. - The oldest
vX.Y.Ztag. - Nothing resolves → stop with a usage error. Never fall back to the whole history.
Always report which baseline was used and where it came from. A finding means nothing without it.
What a Missing Grade Costs
develop-task-flow records a Release-Grade trailer at merge, and github-release reads the highest one in the release range as a floor it never lowers.
When no commit in the range carries a trailer, that lookup returns an empty string. The release does not fail and does not warn; it silently grades from the advisory path floor alone, which says what was touched and never how. A repository can ship many versions that way without one visible symptom.
That is why zero coverage is a violation while partial coverage is only a note: partial adoption is a repository mid-migration, zero is a floor that no longer exists.
Checks
| ID | What it looks for | Level |
|---|---|---|
subject-prefix |
commits with no conventional type | violation |
subject-type |
a type outside feat, fix, chore, docs, refactor, test, ci |
note |
grade-coverage |
no Release-Grade in the release range (partial → note) |
violation |
grade-value |
a trailer that is not one lowercase patch, minor, or major |
violation |
tag-format |
tags outside ^v[0-9]+\.[0-9]+\.[0-9]+$ |
violation |
tag-on-main |
a version tag main cannot reach |
violation |
main-ancestry |
main is not an ancestor of develop |
violation |
main-lineage |
commits on main that develop cannot reach |
violation |
rubric-tracked |
the rubric is missing, untracked, or uncommitted | note |
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 106 lines · 65 tokens per session scan A bc76af757069
conformance-audit is a skill published in the GitHub repository 0x0w1/jig (5 stars, last pushed 4d ago), licensed MIT. It adds 65 tokens to every session and 1,412 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to jig-conformance-audit, differing in 2 lines, and is treated as a copy.
Other skills, from other repositories
git-commit-push-pr
Commit, push, and create a PR. Prompts for branch and PR target using quick multi-choice questions. Lightweight alternative to /workflow-ship without preflight checks.
brpr
(devtools plugin) Create a branch, commit changes, push, and open a PR — or just commit+push+PR if already on a feature branch. Links related issues from GitHub or Linear based on project tracker config.
plate
Turn finished local work into a commit, an ordinary pull request, or a pull request stack. Use this skill to commit changes or to publish a branch. Use it to open or update a pull request. Use it to create, sync, restack, or submit a pull request stack. You can also run /plate. This skill owns all staging, commits…
ag-versionar-codigo
Gerencia git - branches, commits semanticos, PRs, releases e changelog. Use ao final de cada fase ou feature para manter historico limpo.
git
Granular git operations with conventional commits - stage, commit, push, PR, merge. Auto-splits commits by type/scope, blocks on secrets, delegates verbose work to git-manager subagent. GitHub CLI conventions: --body-file for PR bodies, treat gh pr checks exit 8 (pending) as retry not failure, guard run-id assignment…
semantic-release-convention-skill
Source of truth for commit-to-PR-to-merge-to-release conventions — semver labels, branch-aware tagging, changelogs, release pipelines.