workflow-chapter2-repository-bootstrap

Bootstrap a copied template repository into a clean business repository.

Updated Nov 6, 2025
One-click install
npx skills add https://github.com/skyoxu/godotgame --skill workflow-chapter2-repository-bootstrap
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: workflow-chapter2-repository-bootstrap
Source: https://github.com/skyoxu/godotgame/tree/main/.agents/skills/workflow-chapter2-repository-bootstrap
Command: npx skills add https://github.com/skyoxu/godotgame --skill workflow-chapter2-repository-bootstrap

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Bootstrap a copied template repository into a clean, production-ready business repository.

Core Features & Use Cases

  • Idempotent Chapter 2 bootstrap from workflow.md
  • Clean names, paths, and entry indexes for business repos
  • Run repository-level hard checks with optional project-health service and OpenAI backend bootstrap

Quick Start

Run the Chapter 2 bootstrap against the target business repository by executing the local hard checks workflow as described in workflow.md.

Frequently Asked Questions about workflow-chapter2-repository-bootstrap

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

FAQPage Schema
How do I bootstrap a copied template repository into a clean business repository?▼

Bootstrap a copied template repository by running the idempotent Chapter 2 workflow to clean names, rebuild entry indexes, and execute immediate repository hard checks for production readiness.

What is idempotent repository cleanup for a copied template?▼

Idempotent repository cleanup ensures running the bootstrap process multiple times on a copied template yields the same clean state without duplication, safely overwriting names, paths, and entry indexes.

How do I initialize docs directories like prd and gdd when provisioning a new repository?▼

Provisioning a new repository initializes required docs directories including docs/prd, docs/gdd, and docs/prototypes during the bootstrap workflow to establish ongoing project governance.

Can I bootstrap an OpenAI backend and project-health dashboard during repository initialization?▼

Repository initialization supports optional OpenAI backend bootstrap and an optional project-health dashboard service alongside immediate repository hard checks during the template conversion process.

Does the repository bootstrap workflow require any external dependencies?▼

The repository bootstrap workflow operates with zero external dependencies, relying solely on its internal references component to guide template cleanup and governance via workflow.md.