delivery-bootstrap

Detect project tech stacks and generate reproducible setup commands.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/haabe/tic-tac-toe --skill delivery-bootstrap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: delivery-bootstrap
Source: https://github.com/haabe/tic-tac-toe/tree/main/.claude/skills/delivery-bootstrap
Command: npx skills add https://github.com/haabe/tic-tac-toe --skill delivery-bootstrap

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamline the start of a new or unfamiliar codebase by automatically detecting the technology stack and provisioning a coherent development context.

Core Features & Use Cases

  • Stack detection: scan project root for language indicators, frameworks, package managers, and CI/CD files.
  • Tailored setup: generate a reproducible Stack Profile and a concrete set of commands to initialize the dev environment.
  • Pattern documentation: identify project structure, tooling conventions, and common failure points to guide onboarding and maintenance.

Quick Start

Run the delivery bootstrap skill on a new or existing project to auto-detect the stack and prepare the development environment.

Frequently Asked Questions about delivery-bootstrap

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

FAQPage Schema
How do I automate dev setup for an unfamiliar codebase with multiple languages?

To automate dev setup for a codebase, you can scan the project root for language indicators, package managers, and CI configurations. This generates a reproducible Stack Profile and concrete setup commands to initialize your environment across multiple languages.

What is the best way to detect a project's tech stack and build tooling?

The best way to detect a project's tech stack is scanning package files, config files, and deployment targets. This validates tooling via build, test, and lint commands, then documents observed patterns and gaps to guide onboarding.

Can I bootstrap a development environment for a monorepo with diverse CI configurations?

Yes, you can bootstrap a development environment for monorepos with diverse CI configurations. The process applies to diverse project layouts, identifying project structure and tooling conventions to provision a coherent development context.

How does stack detection handle common failure points during project onboarding?

Stack detection handles common failure points by validating tooling through build, test, and lint commands. It documents observed patterns and gaps in the project structure, guiding maintenance and onboarding to prevent setup failures.

When do I need to generate a Stack Profile for an existing project?

You need to generate a Stack Profile when starting work on a new or existing project to streamline onboarding. It provides a reproducible development context by identifying the technology stack, frameworks, and deployment targets.

What are the limitations of automating codebase onboarding for complex project layouts?

Automating codebase onboarding relies on scanning indicators like package and config files, so complex project layouts with non-standard configurations may have gaps. The process documents these observed gaps to guide manual maintenance.