bootstrap

Detect project tech stack and generate a validated skill registry.

1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/lleontor705/cortex-ia --skill bootstrap-lleontor705
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bootstrap
Source: https://github.com/lleontor705/cortex-ia/tree/main/internal/assets/skills/bootstrap
Command: npx skills add https://github.com/lleontor705/cortex-ia --skill bootstrap-lleontor705

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Initialize and bootstrap a new SDD-enabled project by automatically detecting the tech stack, established conventions, and persistence backend, then building a working skill registry to accelerate onboarding.

Core Features & Use Cases

  • Automatic tech-stack detection with source-file validation to tailor the SDD context.
  • Bootstrap persistence layer and generate a project-wide skill registry for downstream agents.
  • Produce a persistent bootstrap record and facilitate future reboots or migrations with a ready-to-use skill registry.

Quick Start

Run the bootstrap skill to initialize the SDD project context and generate the skill registry.

Frequently Asked Questions about bootstrap

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

FAQPage Schema
How do I initialize an SDD project context for a new codebase?

To initialize an SDD project context, the bootstrap skill detects the project tech stack, conventions, and persistence settings, then generates a validated configuration and a project-wide skill registry for downstream agents.

What is automatic tech-stack detection and how does it work for project initialization?

Automatic tech-stack detection for project initialization works by analyzing source files to validate the technologies used, tailoring the SDD context and persistence backend configuration to match the specific codebase conventions.

How do I generate a project-wide skill registry for downstream agents?

You generate a project-wide skill registry by running the bootstrap process, which evaluates your codebase and writes a ready-to-use registry that facilitates future reboots, migrations, and onboarding for downstream agents.

Do I need any dependencies to configure the persistence backend during project initialization?

No dependencies are required to configure the persistence backend during project initialization. The bootstrap skill operates independently to detect settings and establish the persistence layer from scratch.

Can I use the bootstrap skill to migrate or reboot an existing project's skill registry?

Yes, you can use the bootstrap skill to reboot or migrate an existing project. It produces a persistent bootstrap record and regenerates the skill registry to ensure future reboots or migrations have a valid, up-to-date configuration.

What's the best way to automate project initialization and skill registry generation?

The best way to automate project initialization is to run the bootstrap skill, which automatically detects tech stack conventions, configures the persistence backend, and outputs a written skill-registry in a single action.