repository-bootstrap

repository-bootstrap is a skill for Codex from cz1993/vibe-coding-repository-standard. It costs 41 tokens per session (408 once invoked), scanned A, original, Apache-2.0.

A controlled audit and setup process for a repository’s governance baseline—the standard files and practices used to manage a codebase. It can inspect the repository and, when explicitly requested, apply approved updates.

In plain words
What is it for?
Use it to bootstrap, audit, or upgrade repository governance using an approved standard and version. It covers project inventory, commands, tests, CI, documentation, configuration, proposed changes, and safe validation.
Why use it?
It helps standardize repository rules without unexpectedly changing application code, dependencies, or production systems. The audit-first process also protects existing uncommitted work.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents).

Good fit Use it to bootstrap, audit, or upgrade repository governance using an approved standard and version. It covers project inventory, commands, tests, CI, documentation, configuration, proposed changes, and safe validation.

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

Made for: Codex.

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 repository-bootstrap

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/cz1993/vibe-coding-repository-standard/repository-bootstrap"><img src="https://agentmods.dev/badge/skills/cz1993/vibe-coding-repository-standard/repository-bootstrap.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 408 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.00041 $0.00408
Opus 5 $0.00020 $0.00204
Sonnet 5 $0.00008 $0.00082
Haiku 4.5 $0.00004 $0.00041

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

Security

Grade A, and why

repository-bootstrap 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 10d 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.

standard/template/.agents/skills/repository-bootstrap/SKILL.md · 51 lines

What it actually says

Repository Bootstrap

Inputs

  • target repository root;
  • approved standard/kit path and version;
  • mode: audit-only or audit-and-apply;
  • Git action: none, commit, or explicitly authorized push/PR;
  • optional project context.

Constraints

  • Audit before editing.
  • Protect uncommitted work.
  • Do not access production, client data, live databases, deployments, schedules, or paid external services.
  • Do not move/rename application code, change dependencies, implement features, or perform broad cleanup.
  • Do not enable memories, hooks, network access, MCP servers, or optional indexing tools.
  • Preserve framework-native conventions and merge existing governance files carefully.

Procedure

  1. Read the approved canonical standard and bootstrap plan.
  2. Inspect Git state and create a dedicated branch/worktree before writes.
  3. Inventory the stack, layout, commands, entry points, tests, CI, documentation, scripts, and agent/tool configuration.
  4. Select a project profile and risk class.
  5. Verify candidate commands safely; never publish unrun commands as verified.
  6. Produce a proposal listing facts, unknowns, files, exceptions, non-goals, and validation.
  7. In apply mode, add the smallest compatible governance surface.
  8. Run validator tests, the standard validator, and safe project checks.
  9. Use the independent read-only reviewer.
  10. Commit locally only when gates pass and report exact outcomes.

Outputs

  • selected profile and risk;
  • governance diff;
  • verified command register;
  • standard manifest and exceptions;
  • validator/test evidence;
  • unresolved risks and placeholders;
  • branch/commit/PR identifiers when applicable.

Completion

Completion means baseline governance is safe and validated. It does not mean the application architecture or documentation is fully recovered.

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 10d ago First seen · 51 lines · 41 tokens per session scan A 72b5e57ffb34

Subscribe to this mod's changes

repository-bootstrap is a skill published in the GitHub repository cz1993/vibe-coding-repository-standard (21 stars, last pushed 25d ago), licensed Apache-2.0. It adds 41 tokens to every session and 408 once invoked, about $0.0002 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-30.

Related

Other skills, from other repositories

jira-issue-deliver

Autonomously deliver one Jira issue from intake to a ready GitHub pull request. Use only when the user authorizes implementation, commits, pushes, PR state changes, CI remediation, and resolution of requested automated review feedback.

yarlson/yarstack · 51 tokens

roadmap-task-deliver

Deliver the first eligible unfinished roadmap task through implementation, review, green CI, PR merge, and a task-status update. Use for autonomous delivery from local roadmap and task files. Files can be outside the code repository or outside Git.

yarlson/yarstack · 52 tokens

create-project

Scaffold a new project with git, .gitignore, CLAUDE.md, AGENTS.md, GitHub repo, and memory directory. Use when user says "start a new project", "create a repo", or "scaffold an app". Creates the project as a sibling to the .claude/ config directory.

john-wilmes/claude-agentic-coding-playbook · 69 tokens

create-issue

Draft and submit a GitHub issue from a user idea or bug description, with bilingual body and correct labels.

QwenLM/qwen-code · 26 tokens

mcore-split-pr

Split a PR into multiple PRs to reduce the number of required CODEOWNERS reviewer groups.

NVIDIA/skills · 25 tokens

goal-issues-and-release

Clear the open issue backlog and then cut a release, in one autonomous run: use the batch-all-issues skill to resolve every open issue, then the goal-release skill to draft, merge, and see the release through publication. Never asks the user anything — every decision is made autonomously, and blockers are reported at…

dyoshikawa/rulesync · 83 tokens