10x-bootstrapper

Scaffold a software project from a validated tech-stack hand-off file.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Skaz7/10xDevs --skill 10x-bootstrapper-skaz7
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-bootstrapper
Source: https://github.com/Skaz7/10xDevs/tree/main/10xdevs3-artifacts-m1/claude-code/m1l3/skills/10x-bootstrapper
Command: npx skills add https://github.com/Skaz7/10xDevs --skill 10x-bootstrapper-skaz7

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill turns a previously selected tech stack into a real project scaffold in the current working directory while preserving existing project context and documenting what happened.

Core Features & Use Cases

  • Hand-off Driven Scaffolding: Reads the tech stack hand-off file, resolves the selected starter, and runs the correct scaffold command for the chosen ecosystem.
  • Safe Merge and Verification: Preserves context data, handles file conflicts with .scaffold siblings, checks starter recency, and records a full verification log.
  • Use Case: After finishing stack selection for a new app, use this Skill to generate the starter codebase, review any merge conflicts, and inspect the verification report before implementation begins.

Quick Start

Ask the agent to bootstrap the project from the existing tech-stack hand-off in the current directory.

Frequently Asked Questions about 10x-bootstrapper

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

FAQPage Schema
How do I scaffold a project from a selected tech stack safely?

To scaffold a project safely, you need a validated tech-stack hand-off file. The skill reads this file, resolves the starter registry, executes the scaffold command, and handles file conflicts using .scaffold siblings to preserve existing context.

How does conflict-aware file merging work during project setup?

Conflict-aware file merging during project setup preserves your existing project context by generating .scaffold sibling files. This mechanism prevents overwriting local changes when the scaffold command dispatches new codebase generation into the current working directory.

What do I need to generate a starter codebase using a hand-off file?

To generate a starter codebase, you need a root SKILL frontmatter contract and a tech-stack hand-off file located at context/foundation/tech-stack.md or a supplied path. The scaffolding process then resolves the starter and executes the setup.

Can I run codebase generation in a directory that already has project files?

Yes, you can run codebase generation in an existing directory. The scaffold execution strategies include conflict-aware file merging, which protects your current working directory context by using .scaffold siblings instead of overwriting files directly.

Does project scaffolding include a verification report before implementation?

Yes, project scaffolding includes post-scaffold audit handling that records a full verification log. This report documents the starter lookup, recency checks, and merge conflicts so you can inspect the setup before implementation begins.

Why should I use a starter registry for repository setup instead of manual scaffolding?

Using a starter registry for repository setup automates command dispatch and ensures the selected ecosystem starter is current through recency checks. This approach prevents manual configuration errors and provides a documented verification log for audit purposes.