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 agentmods add instructions/0x0w1/jig/agents-mdgit 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/instructions/0x0w1/jig/agents-md)<a href="https://agentmods.dev/instructions/0x0w1/jig/agents-md"><img src="https://agentmods.dev/badge/instructions/0x0w1/jig/agents-md.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 | $0.02437 | $0.02437 |
| Opus 5 | $0.01218 | $0.01218 |
| Sonnet 5 | $0.00487 | $0.00487 |
| Haiku 4.5 | $0.00244 | $0.00244 |
Grade A, and why
jig AGENTS.md 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 today.
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:
- jig CLAUDE.md — 94% identical, 33 lines differ
How it starts
The opening of the file, as written. The whole thing — 95 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Codex Rules
Use these repo-scoped Codex skills:
- Repository setup/sync:
jig-github-syncfrom.agents/skills/jig-github-sync/SKILL.md. - Release:
jig-github-releasefrom.agents/skills/jig-github-release/SKILL.md. - Ordinary implementation tasks targeting
develop:jig-develop-task-flowfrom.agents/skills/jig-develop-task-flow/SKILL.md. - Urgent fix for a released defect:
jig-hotfix-flowfrom.agents/skills/jig-hotfix-flow/SKILL.md. - README writing/updating:
jig-readmefrom.agents/skills/jig-readme/SKILL.md. - jig project installation and GitHub profile setup:
jig-setupfrom.agents/skills/jig-setup/SKILL.md. - jig installation updates:
jig-updatefrom.agents/skills/jig-update/SKILL.md. - jig installation diagnostics:
jig-doctorfrom.agents/skills/jig-doctor/SKILL.md. - Repository branch and file cleanup:
jig-repo-hygienefrom.agents/skills/jig-repo-hygiene/SKILL.md. - Procedure conformance audit of the history:
jig-conformance-auditfrom.agents/skills/jig-conformance-audit/SKILL.md. - Version grading rubric:
jig-version-rubricfrom.agents/skills/jig-version-rubric/SKILL.md. - Project type scan and rubric recommendation:
jig-rubric-scanfrom.agents/skills/jig-rubric-scan/SKILL.md.
Repository Model
mainanddevelopare protected against force pushes and deletion; direct pushes are allowed.- Work branches start from
origin/develop:feature/<slug>,fix/<slug>,chore/<slug>. - A finished task is squash-merged into
developlocally and pushed. There are no pull requests. - A release promotes
developtomainwith a fast-forward push (git push origin develop:main), then creates thevX.Y.Ztag and GitHub release from the CLI. - Release notes are written by the agent from the commits in the release range; there is no release-drafter and there are no release labels.
Terminology
- jig product means the behavior and payload delivered to users: installed skills, installer/update behavior, generated
dist/, plugin hooks, and state created in installed repositories. - jig source repository means this repository where the jig product is developed. Repo-local instructions, validation, project plans, and contributor tooling belong to this scope unless they are deliberately added to the product payload.
- jig-managed project means an external repository where jig is installed and used. Its clone-local hooks,
.jig/files, Git config, and GitHub settings are managed-project state. - Avoid “this project” or “the current project” when the distinction affects implementation. Say jig product, jig source repository, or jig-managed project explicitly.
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.
- today Changed · +6 lines · +332 tokens per session da63f6cb87c0
- 4d ago First seen · 89 lines · 2,105 tokens per session scan A 6ae3feb81316
jig AGENTS.md is an instructions file published in the GitHub repository 0x0w1/jig (5 stars, last pushed today), licensed MIT. It adds 2,437 tokens to every session, about $0.0122 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 instructions, from other repositories
my-git AGENTS.md
Instructions for xirong/my-git, covering agents.md, 仓库结构, 改动后必须验证, 内容规则 and 禁止操作.
watchfire CLAUDE.md
Instructions for watchfire-io/watchfire, covering watchfire - development guide, what is watchfire?, source of truth, task-completion lifecycle (v7.0 relay) and telegram bridge (v10.0 torch).
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.