bootstrap

Bootstrap new projects with AI governance, Git hooks, and documentation architecture.

8|9|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/vibercoder79/KI-Masterclass-Koerting- --skill bootstrap-vibercoder79
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bootstrap
Source: https://github.com/vibercoder79/KI-Masterclass-Koerting-/tree/main/bootstrap
Command: npx skills add https://github.com/vibercoder79/KI-Masterclass-Koerting- --skill bootstrap-vibercoder79

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

OpenCLAW Bootstrap sets up a complete, traceable AI development governance framework in a new project, so work is repeatable, reviewable, and safe from “no-spec/no-trace” drift.

Core Features & Use Cases

  • Guided project setup interview (A–D): collects stack, existing infrastructure, documentation architecture, and optional production guardrails in a short flow.
  • Governance enforcement via Git hooks: installs hooks that block commits without required spec files and prevent doc/version drift.
  • Documentation architecture with hub auto-linking: creates the repo’s core docs (including ARCHITECTURE_DESIGN.md) and scaffolds component docs and references so Claude navigates correctly.
  • Optional production-grade safety nets: can enable self-healing (cron), doc sync to Obsidian, an automation daemon, and a learning loop (L1/L2/L3).

Use case: starting a brand-new repository where you want AI-assisted development with strict traceability (Idea → Linear issue → Spec → commit → changelog) and machine-level governance gates.

Quick Start

Run /bootstrap in Claude Code and answer the interview questions to generate the governance files, install the selected skills, and initialize the documentation architecture.

Frequently Asked Questions about bootstrap

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up Git pre-commit hooks to enforce AI development traceability?

To set up AI development governance, you run a guided project setup interview that scaffolds a fresh workspace and installs Git pre-commit hooks. These hooks block commits missing required spec files and prevent documentation or version drift, ensuring full traceability.

What is a governance-ready AI development workflow and when do I need it?

A governance-ready AI development workflow applies machine-level safety gates and traceability from idea to changelog. You need it when starting a new repository for AI-assisted development to prevent no-spec/no-trace drift across automated changes.

Can I integrate Linear and Obsidian into a new project scaffolding setup?

Yes, project scaffolding integrates with existing GitHub, Linear, and Obsidian infrastructure. The guided setup interview collects your stack details and optionally enables documentation synchronization to Obsidian and automated traceability linking via Linear issues.

How do I create a multi-layer documentation architecture for AI navigation?

You create a multi-layer documentation architecture by scaffolding core documents like ARCHITECTURE_DESIGN.md alongside component docs and hub references. This auto-linking structure ensures AI navigates correctly across project specifications and dependencies.

Does self-healing automation work with cron for project governance?

Yes, self-healing automation can be optionally enabled using cron schedules as a production-grade safety net. This operates alongside an automation daemon and a learning loop to maintain continuous governance, documentation sync, and reproducible skill installation.