jig CLAUDE.md

jig CLAUDE.md is an instructions file for Claude Code from 0x0w1/jig. It costs 2,383 tokens per session, scanned A, a copy of jig AGENTS.md, MIT.

A repository instruction file for jig, a software project with defined development, release, setup, and diagnostic workflows. It tells Claude Code which project-specific skills and Git branches to use.

In plain words
What is it for?
It supports development, releases, GitHub synchronization, project setup and updates, diagnostics, README changes, and version assessment.
Why use it?
It keeps project work consistent by directing agents to the correct procedure for each task and documenting the repository's branch rules.

Instructions file for Claude Code

Written for Claude Code: Claude Code plugin machinery. Also seen: reads .claude/ paths; mentions Claude Code; mentions Codex.

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/claude-md
Clone the repo
git clone --depth 1 https://github.com/0x0w1/jig

Made for: Claude Code.

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 CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/0x0w1/jig/claude-md.svg)](https://agentmods.dev/instructions/0x0w1/jig/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/0x0w1/jig/claude-md"><img src="https://agentmods.dev/badge/instructions/0x0w1/jig/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,383 This file is loaded in full into every session.
When invoked 2,383 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin 94% copy Near-identical to another mod 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.1 $0.02383 $0.02383
Opus 5 $0.01192 $0.01192
Sonnet 5 $0.00477 $0.00477
Haiku 4.5 $0.00238 $0.00238

Measured 2d ago against content hash 0b62f9221022, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

jig CLAUDE.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 2d 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.

Origin

This is a copy

94% identical to jig AGENTS.md — 45 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.

CLAUDE.md · 94 lines

How it starts

The opening of the file, as written. The whole thing — 94 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Claude Code Rules

Use these repo-scoped Claude Code skills:

  • Repository setup/sync: github-sync from .claude/skills/github-sync/SKILL.md.
  • Release: github-release from .claude/skills/github-release/SKILL.md.
  • Ordinary implementation tasks targeting develop: develop-task-flow from .claude/skills/develop-task-flow/SKILL.md.
  • Urgent fix for a released defect: hotfix-flow from .claude/skills/hotfix-flow/SKILL.md.
  • README writing/updating: readme from .claude/skills/readme/SKILL.md.
  • jig project installation and GitHub profile setup: jig-setup from .claude/skills/jig-setup/SKILL.md.
  • jig installation updates: jig-update from .claude/skills/jig-update/SKILL.md.
  • jig installation diagnostics: jig-doctor from .claude/skills/jig-doctor/SKILL.md.
  • Repository branch and file cleanup: repo-hygiene from .claude/skills/repo-hygiene/SKILL.md.
  • Procedure conformance audit of the history: conformance-audit from .claude/skills/conformance-audit/SKILL.md.
  • Version grading rubric: version-rubric from .claude/skills/version-rubric/SKILL.md.
  • Project type scan and rubric recommendation: rubric-scan from .claude/skills/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 · 94 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. 2d ago Changed · +6 lines · +314 tokens per session 0b62f9221022
  2. 6d ago First seen · 88 lines · 2,069 tokens per session scan A c9a9237296f3

Subscribe to this mod's changes

jig CLAUDE.md is an instructions file published in the GitHub repository 0x0w1/jig (5 stars, last pushed 2d ago), licensed MIT. It adds 2,383 tokens to every session, about $0.0119 per session on Opus 5. A static security scan graded it A with 0 findings. It is 94% identical to jig AGENTS.md, differing in 45 lines, and is treated as a copy.

Related

Other instructions, from other repositories