skill-parity

skill-parity is a skill for Claude Code, Codex from jerseycheese/agent-skills. It costs 103 tokens per session (2,021 once invoked), scanned A, original, MIT.

A synchronization tool for keeping coding-agent skills identical across Claude Code, Codex, Gemini CLI, and shared agent folders. These skills are instruction sets that teach agents how to perform particular development tasks.

In plain words
What is it for?
Use it to copy, update, remove, or verify skills across multiple coding-agent environments.
Why use it?
It reduces differences between copies and prevents one agent from using outdated instructions. It also keeps a chosen source of truth and verifies the copies.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also reads ~/.codex or $CODEX_HOME. Also seen: reads .claude/ paths; mentions Claude Code; mentions Codex.

Part of the workflow-skills plugin — 31 skills shipped together

Good fit Use it to copy, update, remove, or verify skills across multiple coding-agent environments.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jerseycheese/agent-skills/skill-parity
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.

Any agent
npx skills add jerseycheese/agent-skills --skill skill-parity
Clone the repo
git clone --depth 1 https://github.com/jerseycheese/agent-skills

Made for: Claude Code, Codex.

Or install workflow-skills, the plugin that ships this one along with the rest of its 31 skills.

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 skill-parity

README.md
[![agentmods](https://agentmods.dev/badge/skills/jerseycheese/agent-skills/skill-parity/github.svg)](https://agentmods.dev/skills/jerseycheese/agent-skills/skill-parity)
Your own site
<a href="https://agentmods.dev/skills/jerseycheese/agent-skills/skill-parity"><img src="https://agentmods.dev/badge/skills/jerseycheese/agent-skills/skill-parity/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.

agentmods 80×15 button for skill-parity

Your own site · 80×15
<a href="https://agentmods.dev/skills/jerseycheese/agent-skills/skill-parity"><img src="https://agentmods.dev/badge/skills/jerseycheese/agent-skills/skill-parity.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 103 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,021 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00103 $0.02021
Opus 5 $0.00051 $0.01010
Sonnet 5 $0.00021 $0.00404
Haiku 4.5 $0.00010 $0.00202

Measured 9d ago against content hash 830a17a43401, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

skill-parity 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 9d 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.

skills/skill-parity/SKILL.md · 130 lines

How it starts

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

Skill Parity

Keep skills aligned across Claude Code, Codex, Gemini CLI, and the shared Agent Skills layout. Treat Claude as canon only when the user has made that explicit or recent audit context shows Claude is the cleaned source of truth.

The single source of truth for hand-authored skills is the public repo jerseycheese/agent-skills (cloned at ~/Projects/shared/agent-skills). It's also registered as a Claude Code plugin marketplace (jerseycheese-skills -> plugin workflow-skills), but that plugin is deliberately disabled on this machine — plugin skills always need a /plugin-name:skill-name prefix to invoke (no bare-name resolution, even when unambiguous), and that prefix drifted unpredictably (a shifting git-SHA namespace, since the plugin has no pinned version). Bare /skill-name invocation only works for standalone skills, so:

  1. Edit a skill once in the repo.
  2. git push (keeps the public marketplace listing current for other users/machines).
  3. On this machine, Claude Code loads it via a real symlink at ~/.claude/skills/<name> -> ~/Projects/shared/agent-skills/skills/<name> — edits are live immediately, no copy or plugin-update step needed. This is canon now, not a fallback; do not remove these symlinks or re-enable the workflow-skills plugin (it would double-register the same skill names).
  4. Codex and Gemini hydrate ~/.agents/skills/ from the same repo via the copy/symlink paths below (or the find-skills installer).

New skills added to the repo need a matching symlink created in ~/.claude/skills/ (ln -s ../../Projects/shared/agent-skills/skills/<name> ~/.claude/skills/<name>) — this doesn't happen automatically. The manual copy/prune/hash steps below still apply when working outside the repo or syncing a one-off.

Research-first rule

Before adding, editing, pruning, or syncing Codex/Gemini skills, verify current official guidance. Do this even if this skill contains advice that seems current.

Read the full file on GitHub · 130 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. 9d ago First seen · 130 lines · 103 tokens per session scan A 830a17a43401

Subscribe to this mod's changes

skill-parity is a skill published in the GitHub repository jerseycheese/agent-skills (1 stars, last pushed 8d ago), licensed MIT. It adds 103 tokens to every session and 2,021 once invoked, about $0.0005 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 skills, from other repositories

env-scanner

Scan and audit Gemini CLI, Claude Code, Antigravity, Continue, Windsurf, JetBrains AI, and OpenCode environments. Discovers configurations, audits memory tiers, detects skill extraction state, analyzes behavioral tool chains, checks policy governance (v0.40+), and suggests reusable skills with evidence gating.…

pauldatta/gemini-cli-scanner · 101 tokens

scan

Scan your AI coding tool ecosystem — Gemini CLI, Claude Code, Antigravity (Desktop, CLI, IDE), Continue, Windsurf, JetBrains AI, OpenCode. Produces a maturity score, advisory recommendations, and optionally generates reusable SKILL.md files from your conversation patterns. Use when the user asks to audit their…

pauldatta/gemini-cli-scanner · 82 tokens

chorus-council

Run an LLM council — Claude (correctness), Gemini (edge cases), Cursor (integration), Kilo (maintainability), and you (scope) tackle the same task in parallel. Use when the user wants multiple independent perspectives on a decision, approach, or problem.

valpere/chorus · 62 tokens

chorus-vote

Put a yes/no proposition to five agents and tally YES / NO / ABSTAIN votes when the user wants a quick decision signal.

valpere/chorus · 32 tokens

chorus-parallel-debug

Parallel root-cause hypotheses from multiple agents for a reported bug. Use when the user says "parallel debug", "chorus debug", "multiple hypotheses", or "debug with all agents".

valpere/chorus · 44 tokens

chorus-parallel-review

Parallel code review of the current git diff from multiple agents — Claude (correctness/security), Gemini (edge cases), Cursor (integration), Kilo (maintainability), and you (scope/simplicity). Use when the user says "parallel review", "review with all agents", or "chorus review".

valpere/chorus · 69 tokens