Install
$ agentstack add skill-pbnz-repo-kit-repo-standard ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
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: at load — read /standard/.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.jsonas 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.
The core, inline
AGENTS.mdis canonical;CLAUDE.mdis a thin@AGENTS.mdimport. Don't put conventions in
a plugin-root CLAUDE.md — it isn't loaded as context.
- Read the START-HERE map in
AGENTS.mdfirst. It tells you where rules, decisions,
checklists, CI, and tests live in this repo.
- Record notable decisions as ADRs in
docs/adr/(copy0000-template.md). - "Where does X go?" — consult
standard/where-things-go.md. Give the location, how to create
the place if it doesn't exist yet, and the convention it's based on (name the source). If the thing isn't listed, apply the rule of thumb there, say where your suggestion comes from, and offer to add a row (or write an ADR) so it's captured.
- Conventional Commits, one concern per PR. Update
CHANGELOG.mdunder## [Unreleased]for
user-visible changes.
- Living-docs repos (the repo has
docs/STATE.json): volatile facts live there and only
there — docs move together in the same commit, and pwsh scripts/check-docs.ps1 must pass.
- Ceremony scales by visibility (Core → +Public → +Published). Don't add public/published
governance to a private repo.
- Before committing or opening a PR, run the relevant checklist above. Before ending a working
session, run standard/session-end-checklist.md.
- After a push or PR, check the remote — confirm CI/Actions are green and address any GitHub Copilot / reviewer feedback before calling the work done (see
pre-pr-checklist.md).
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: PBNZ
- Source: PBNZ/repo-kit
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.