bootstrap

Initialize a new Starlake project with optional template support.

209|30|Updated Sep 18, 2021
One-click install
npx skills add https://github.com/starlake-ai/starlake --skill bootstrap-starlake-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: bootstrap
Source: https://github.com/starlake-ai/starlake/tree/main/.agent/skills/bootstrap
Command: npx skills add https://github.com/starlake-ai/starlake --skill bootstrap-starlake-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly initialize a new Starlake project, with optional template-based setup to standardize scaffolding and reduce manual configuration.

Core Features & Use Cases

  • Automatic project skeleton creation for new initiatives.
  • Template-based scaffolding to enforce consistent starter structures.
  • Optional exit after creation to streamline integration into CI/CD.

Quick Start

Run starlake bootstrap to create a new project, optionally selecting --template and controlling exit with --no-exit.

Frequently Asked Questions about bootstrap

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

FAQPage Schema
How do I initialize a new Starlake project quickly?▼

To initialize a new Starlake project, run the bootstrap command. It automatically generates the initial project structure, allowing you to start development with a standard skeleton and reduced manual configuration.

Can I use custom templates for Starlake project setup?▼

Yes, you can use custom templates for Starlake project setup by applying the --template CLI option. This enforces consistent starter structures across team onboarding and standardizes project scaffolding.

What is the best way to standardize starter structures for team onboarding?▼

The best way to standardize starter structures is using template-based scaffolding during project initialization. This approach reduces manual configuration and ensures consistent project skeletons for new team members.

Does Starlake bootstrap support CI/CD integration?▼

Yes, Starlake bootstrap supports CI/CD integration through the --no-exit CLI option. This controls the exit behavior after project creation, streamlining automated workflows and pipeline integration.

What CLI options are available for Starlake project initialization?▼

Available CLI options for Starlake project initialization include --template to apply a chosen template and --no-exit to control exit behavior. These options configure the generated initial project structure.