bootstrap

Scaffold projects, features, or packages with convention-aware templates.

1|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/lasswellt/cc-plugin-suite --skill bootstrap-lasswellt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bootstrap
Source: https://github.com/lasswellt/cc-plugin-suite/tree/main/skills/bootstrap
Command: npx skills add https://github.com/lasswellt/cc-plugin-suite --skill bootstrap-lasswellt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scaffolds new projects, features, or packages with consistent conventions and detects existing code patterns to adapt scaffolding accordingly.

Core Features & Use Cases

  • Automated project bootstrap with convention-aware templates.
  • Greenfield vs existing repository detection to tailor scaffolds.
  • Deterministic, phase-driven workflow that guides from plan to implementation.

Quick Start

Run the bootstrap command with a type and name to generate a fully scaffolded project structure.

Frequently Asked Questions about bootstrap

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

FAQPage Schema
How do I automate project scaffolding with consistent conventions across different codebases?

Automated project scaffolding applies convention-aware templates to generate consistent structures. It detects existing patterns in your codebase and adapts the scaffold to match your specific stack and conventions.

Can I scaffold new features in an existing repository without breaking current patterns?

Yes, scaffolding works in existing repositories by detecting current code patterns and adapting generated templates accordingly. This ensures new features match your established stack rather than applying generic boilerplate.

What is a deterministic phase-driven bootstrap workflow for project setup?

A deterministic phase-driven bootstrap workflow guides project setup through sequential, predictable phases from planning to implementation. This enforces safety rules and type-safe templates at each step to ensure consistent results.

Does automated scaffolding enforce type-safe TypeScript templates during project generation?

Yes, the scaffolding process enforces type-safe TypeScript templates during generation. It applies safety rules alongside convention-aware templates to ensure the scaffolded project structure maintains strict type safety.

What's the best way to bootstrap a greenfield project while ensuring consistent developer tooling?

Bootstrapping a greenfield project with convention-aware templates ensures consistent developer tooling from the start. The workflow detects the greenfield state and applies tailored scaffolds with safety rules and type-safe templates.