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 jig-version-rubricgit 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/jig-version-rubric)<a href="https://agentmods.dev/skills/0x0w1/jig/jig-version-rubric"><img src="https://agentmods.dev/badge/skills/0x0w1/jig/jig-version-rubric/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/0x0w1/jig/jig-version-rubric"><img src="https://agentmods.dev/badge/skills/0x0w1/jig/jig-version-rubric.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00066 | $0.03893 |
| Opus 5 | $0.00033 | $0.01946 |
| Sonnet 5 | $0.00013 | $0.00779 |
| Haiku 4.5 | $0.00007 | $0.00389 |
Grade A, and why
jig-version-rubric 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 5d 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- version-rubric — 95% identical, 2 lines differ
How it starts
The opening of the file, as written. The whole thing — 237 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Version Rubric
Use this repository skill to decide and maintain how this project grades patch, minor, and major. The decision lives in a project-owned Markdown file that github-release reads at release time.
Run this skill whenever the rubric needs to be created, reviewed, or changed. It is safe to run repeatedly.
Rubric File
Resolve the rubric path in this order:
JIG_VERSION_RUBRICenvironment variable (session-only override).git config --local --get jig.versionRubric(repository override; not propagated by clone)..jig/versioning.md(the convention).
.jig/is owned by the project, not by jig. The installer andjig-updatenever write or delete it, andjig-doctornever treats it as drift.- The file must be committed.
git config --locallives in.git/configand is not propagated by clone or CI checkout, so a config-only setup grades differently for different people. - Never store state such as "the default was adopted" in a config key. That belongs in the file's
> Basis:line, which is the single record of the decision.
File Contract
Two required sections, six optional. The section titles are the contract.
# Version Policy
> Basis: jig default (human-intervention axis) | project-specific, <date>
## Decision Order (required)
1. <question> → `patch`
2. <question> → `minor`
3. <question> → `major`
## Grade Definitions (required)
| bump | definition |
## Hard Rules (optional) conditions that always escalate
## Interface Paths (optional) changed paths that set a starting grade
## Hotfix Triggers (optional) what justifies bypassing the develop queue
## Release Notes (optional) note section order and titles
## Version Format (optional) tag pattern, pre-1.0 handling, summary language
## Pre-Release Checks (optional) commands to run before releasing
## Decision Orderis asked in order and stops at the first match. A rubric cannot change that meaning.- An optional section a rubric omits simply does not apply to that project. No
## Hard Rulesmeans no escalation rule, even though the default below ships two. - The
> Basis:line records whether the default was adopted or the rubric was written for the project. - Sections beyond these are read as context, not ignored. A project may add its own, such as a list of what counts as its public interface.
What ships with it
20 files 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.
- rubrics/_template.md 3.5 KB
- rubrics/agent-skill-pack.md 2.8 KB
- rubrics/api-server.md 2.8 KB
- rubrics/background-worker.md 2.6 KB
- rubrics/cli-tool.md 2.5 KB
- rubrics/common.md 4.6 KB
- rubrics/config-collection.md 2.6 KB
- rubrics/content-site.md 2.8 KB
- rubrics/course-material.md 2.8 KB
- rubrics/data-pipeline.md 2.9 KB
- rubrics/dataset.md 2.8 KB
- rubrics/design-assets.md 2.6 KB
- rubrics/desktop-app.md 2.8 KB
- rubrics/document-archive.md 3.0 KB
- rubrics/INDEX.md 10 KB
- rubrics/infrastructure.md 2.9 KB
- rubrics/library-sdk.md 2.6 KB
- rubrics/mobile-app.md 2.8 KB
- rubrics/monorepo.md 3.7 KB
- rubrics/web-client.md 2.9 KB
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.
- 5d ago Changed · +27 lines 0a7fb987eb87
- 9d ago First seen · 210 lines · 66 tokens per session scan A b79322ca36f3
jig-version-rubric is a skill published in the GitHub repository 0x0w1/jig (5 stars, last pushed 5d ago), licensed MIT. It adds 66 tokens to every session and 3,893 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
github-release-briefing-skill
Create a source-linked briefing for the latest published GitHub release of a public repository. Use for engineering teams tracking a dependency release; do not use it to publish releases or change repositories.
taiyi-integration
A project workflow skill for closing a TaiyiForge change and recording it in a CHANGELOG.md file. It checks review results, tests, and the state of the working tree before archiving the change.
changelog-gen
A changelog generator that turns Git history into a version-by-version record of project changes. A changelog is a readable summary of new features, fixes, breaking changes, documentation, and other updates.
changelog-rules
Shared changelog conventions and formatting rules referenced by /create-changelog and /update-changelog. Not typically invoked directly.
release
Cut and publish a full stable NAC release after main, release-PR, and publication CI pass. Use when a maintainer asks for a stable version bump, tag, or GitHub Release. Never use for release candidates; NAC RC releases are automated.
artifact-metadata
Manage artifact metadata, versioning, ownership, and review history across the SDLC lifecycle.