repo-standard

repo-standard is a skill for Claude Code from PBNZ/repo-kit. It costs 61 tokens per session (1,044 once invoked), scanned A, original, Apache-2.0.

A set of repository conventions and checklists for projects built with RepoKit, a standard for organising Git repositories.

In plain words
What is it for?
Placing new files, following commit and release conventions, testing the right things, and preparing changes for review.
Why use it?
It answers questions about where files go and what to check before committing or opening a pull request.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions CLAUDE.md; mentions AGENTS.md.

Part of the repokit plugin — 2 skills shipped together

Good fit Placing new files, following commit and release conventions, testing the right things, and preparing changes for review.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pbnz/repo-kit/repo-standard
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 PBNZ/repo-kit --skill repo-standard
Clone the repo
git clone --depth 1 https://github.com/PBNZ/repo-kit

Made for: Claude Code.

Or install repokit, the plugin that ships this one along with the rest of its 2 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 repo-standard

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/pbnz/repo-kit/repo-standard"><img src="https://agentmods.dev/badge/skills/pbnz/repo-kit/repo-standard.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,044 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.00061 $0.01044
Opus 5 $0.00030 $0.00522
Sonnet 5 $0.00012 $0.00209
Haiku 4.5 $0.00006 $0.00104

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

Security

Grade A, and why

repo-standard 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 11d 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.

plugins/repokit/skills/repo-standard/SKILL.md · 59 lines

How it starts

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

repo-standard — conventions for a RepoKit repo

You are working in a repository scaffolded to the RepoKit standard. This skill is the router to the conventions. The full references live next to this skill; read the one you need from this skill's base directory (you were given Base directory for this skill: <ABS> at load — read <ABS>/standard/<doc>.md):

  • standard/the-standard.md — the type × tier model, per-tier file lists, the where-things-live map, the promotion path, and the do/don't list.
  • standard/where-things-go.md — a placement guide: "I have X — where does it go, how do I create the place if it doesn't exist yet, and on what convention?" Use this for any "where does this go" question.
  • standard/commit-conventions.md — Conventional Commits, SemVer, Keep a Changelog, and how release-please fits in at the Published tier.
  • standard/pre-commit-checklist.md — run through this before every commit.
  • standard/pre-pr-checklist.md — run through this before opening a PR.
  • standard/session-end-checklist.md — run through this before ending a working session: unmerged-branch decisions, one-concern commits, resume-state currency.
  • standard/testing-matrix.md — what to test, per repo type.
  • standard/doc-style.md — deterministic formatting rules for docs (one table style, ISO dates, fixed status words) so many sessions/models write like one author.
  • standard/living-docs.md — the living-docs add-on: docs/STATE.json as the single source for volatile facts, state blocks, scripts/check-docs.ps1, and the current-state-only runbook rules.
  • standard/labels.md — the layered issue/PR label scheme: GitHub defaults as the base, opt-in namespaces (area:, agent:, campaign:), workflow-verdict labels, and the bootstrap commands.
  • standard/agent-collaboration.md — humans + agents on a shared board: the real-time board rule, the pickup/handoff loop, closing-force gestures, agent-output signatures, and the session preflight.
  • standard/fleet.md — multi-repo projects (hub-and-spoke): the hub as router, the scope test, sibling clones, three-line spoke inheritance, and docs-move-with-stub.
  • standard/org-migration-checklist.md — moving repos into an org / rebuilding a project board: the six platform landmines as symptom → cause → fix, with doc citations.

Read the full file on GitHub · 59 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. 11d ago First seen · 59 lines · 61 tokens per session scan A 5f8205124153

Subscribe to this mod's changes

repo-standard is a skill published in the GitHub repository PBNZ/repo-kit (1 stars, last pushed 29d ago), licensed Apache-2.0. It adds 61 tokens to every session and 1,044 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.

Related

Other skills, from other repositories

levelup-publish

Compile accepted Context Directive Records (CDRs) into team-ai-directives artifacts and create a draft PR. Builds context modules, evals goldensets, and/or skills based on CDR context types.

tikalk/adlc-team-skills · 46 tokens

change-init

Mine git history for Change Decision Records (ChDRs) by detecting commit messages that link to issue trackers, clustering the commits into change stories, and inferring the decisions behind them. Use when bootstrapping project memory from an existing repo's history (brownfield), before refactoring unfamiliar code, or…

tikalk/adlc-team-skills · 72 tokens

workspace

Multi-repo workspace coordinator for shared team context. Initialize .adlc/ structure, configure .gitignore, discover child repos, link them as Git submodules, and audit workspace health. Use --init for first-time setup, default mode for ongoing auditing.

tikalk/adlc-team-skills · 54 tokens

procoder

Work like a senior developer in a repository governed by procoder: run the commit gate before calling anything done, format and lint through the binary, and drive the spec, plan, todo, backlog, and sprint chain in .procoder/. Use this skill when the repository contains a .procoder/ directory or an AGENTS.md naming…

azrtydxb/procoder · 101 tokens

github-pr-merge

Merges GitHub Pull Requests after validating pre-merge checklist. Use when user wants to merge PR, close PR, finalize PR, complete merge, approve and merge, or execute merge. Runs pre-merge validation (tests, lint, CI, comments), confirms with user, merges with proper format, handles post-merge cleanup.

fvadicamo/dev-agent-skills · 72 tokens

github-pr-creation

Creates GitHub Pull Requests with automated validation and task tracking. Use when user wants to create PR, open pull request, submit for review, or check if ready for PR. Analyzes commits, validates task completion, generates Conventional Commits title and description, suggests labels. NOTE - for merging existing…

fvadicamo/dev-agent-skills · 75 tokens