jig AGENTS.md

jig AGENTS.md is an instructions file for Codex, OpenCode from 0x0w1/jig. It costs 2,437 tokens per session, scanned A, original, MIT.

A repository instruction file for the jig project that tells the coding agent which rules, workflows, and skills to follow.

In plain words
What is it for?
Use it when working on jig repositories so tasks follow the required branches, skills, build process, and release procedures.
Why use it?
It gives the agent project-specific guidance for setup, development, releases, documentation, installation, diagnostics, and version checks.

Instructions file for CodexOpenCode

Install

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.

agentmods
npx agentmods add instructions/0x0w1/jig/agents-md
Clone the repo
git clone --depth 1 https://github.com/0x0w1/jig

Made for: Codex, OpenCode.

Wrote 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.

agentmods badge for jig AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/0x0w1/jig/agents-md.svg)](https://agentmods.dev/instructions/0x0w1/jig/agents-md)
Your own site
<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>
Per session 2,437 This file is loaded in full into every session.
When invoked 2,437 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured today against content hash da63f6cb87c0, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

AGENTS.md · 95 lines

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-sync from .agents/skills/jig-github-sync/SKILL.md.
  • Release: jig-github-release from .agents/skills/jig-github-release/SKILL.md.
  • Ordinary implementation tasks targeting develop: jig-develop-task-flow from .agents/skills/jig-develop-task-flow/SKILL.md.
  • Urgent fix for a released defect: jig-hotfix-flow from .agents/skills/jig-hotfix-flow/SKILL.md.
  • README writing/updating: jig-readme from .agents/skills/jig-readme/SKILL.md.
  • jig project installation and GitHub profile setup: jig-setup from .agents/skills/jig-setup/SKILL.md.
  • jig installation updates: jig-update from .agents/skills/jig-update/SKILL.md.
  • jig installation diagnostics: jig-doctor from .agents/skills/jig-doctor/SKILL.md.
  • Repository branch and file cleanup: jig-repo-hygiene from .agents/skills/jig-repo-hygiene/SKILL.md.
  • Procedure conformance audit of the history: jig-conformance-audit from .agents/skills/jig-conformance-audit/SKILL.md.
  • Version grading rubric: jig-version-rubric from .agents/skills/jig-version-rubric/SKILL.md.
  • Project type scan and rubric recommendation: jig-rubric-scan from .agents/skills/jig-rubric-scan/SKILL.md.

Repository Model

  • main and develop are 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 develop locally and pushed. There are no pull requests.
  • A release promotes develop to main with a fast-forward push (git push origin develop:main), then creates the vX.Y.Z tag 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.

Read the full file on GitHub · 95 lines

Changes

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.

  1. today Changed · +6 lines · +332 tokens per session da63f6cb87c0
  2. 4d ago First seen · 89 lines · 2,105 tokens per session scan A 6ae3feb81316

Subscribe to this mod's changes

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.

Related

Other instructions, from other repositories