geekma

Dev Standards Bootstrap — AI skill for Claude Code

AI community

一键为任意代码仓库注入 AI Agent 开发治理与质量门禁体系(五道门禁 + 风险分级 + Agent 独立性 + RTVM 追踪矩阵) One-command AI agent development governance: 5 quality gates, risk classification, agent independence, traceability matrix.

How to install Dev Standards Bootstrap

This entry records only its repository, not the path inside it, so there is no exact command to give. Open geekma/dev-standards-bootstrap and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Dev Standards Bootstrap does

一键为任意代码仓库注入 AI Agent 开发治理与质量门禁体系(五道门禁 + 风险分级 + Agent 独立性 + RTVM 追踪矩阵) One-command AI agent development governance: 5 quality gates, risk classification, agent independence, traceability matrix.

Alternatives in AI

  • Develop — Development phase - Build solutions with multi-AI implementation and quality gates 2.8k ★
  • Paul — Plan-Apply-Unify Loop — Structured AI-assisted development for Claude Code 1.2k ★
  • Claude Skills Governance Risk And Compliance — Claude Skills for Governance, Risk & Compliance (GRC): Expert-level compliance guidance for ISO 27001, SOC 2 340 ★

README

dev-standards-bootstrap

One-command AI Agent Development Governance & Quality Gate System for Any Repository

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![CI](https://github.com/geekma/dev-standards-bootstrap/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/geekma/dev-standards-bootstrap/actions/workflows/ci.yml) [![Standards Version](https://img.shields.io/badge/Standards-v3.37.1-green.svg)](resources/DEVELOPMENT_STANDARDS.md) [![AGENTS.md](https://img.shields.io/badge/Entry_Point-AGENTS.md-orange.svg)](resources/AGENTS.md) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](../../pulls)

[English](README.md) | [中文](README.zh-CN.md) | [Changelog](CHANGELOG.md)

**TL;DR** — `dev-standards-bootstrap` is a **Claude Code skill** (and a plain git repo, installable into any coding agent) that injects **development governance** into any repository: an `AGENTS.md` entry point every coding agent reads first, five mandatory **quality gates** (doc-first, test-first, evidence, traceability, independent verification), risk-classified **change management**, and Git/CI enforcement — installed once, kept current by the upgrade chain.

Register the skill (one time) npx skills add geekma/dev-standards-bootstrap -g — or pick any route in Step 1
Initialize any repo say: "Use dev-standards-bootstrap to initialize this repo."

About

**dev-standards-bootstrap** is a reusable AI agent skill: one sentence injects a battle-tested development-governance system into any repository. It was extracted from a production codebase where agents wrote hundreds of millions of tokens a day — and packages the loop that kept that output shippable: docs before code, tests before features, evidence before "done", independent review before