bootstrap-docs

Bootstrap or adapt project documentation using the project-documentation-template.

7|3|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/nesnilnehc/ai-cortex --skill bootstrap-docs-nesnilnehc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bootstrap-docs
Source: https://github.com/nesnilnehc/ai-cortex/tree/main/skills/bootstrap-docs
Command: npx skills add https://github.com/nesnilnehc/ai-cortex --skill bootstrap-docs-nesnilnehc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bootstrap or adapt project documentation using the project-documentation-template to produce a structured lifecycle docs aligned with enterprise templates. Initialize (empty) or Adjust (non-empty); repeatable; strict kebab-case naming.

Core Features & Use Cases

  • Bootstrap core project documentation by copying and applying the enterprise template, enabling a ready scaffold in any repo.
  • Enforce naming conventions, populate placeholders from project metadata, and align artifact structure (ADR, docs) with templates.
  • Use cases include initializing docs for new projects and adjusting existing docs to templates with minimal manual edits.

Quick Start

Run the bootstrap-docs skill on a repository to initialize or adjust its documentation using the enterprise template, providing project metadata.

Frequently Asked Questions about bootstrap-docs

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

FAQPage Schema
How do I bootstrap project documentation for a new repository?

To bootstrap project documentation, run the skill on an empty repository to apply the enterprise template, generating a structured, lifecycle-aligned docs scaffold ready for placeholder filling.

Can I adapt existing project docs to align with an enterprise template?

Yes, you can adapt existing project docs by running the skill on a non-empty repository, which adjusts current documents to match template conventions with minimal manual edits required.

What naming conventions are enforced when bootstrapping project docs?

The skill enforces strict kebab-case naming, document versioning, and specific ADR and document-path conventions to ensure alignment with the enterprise template structure.

Do I need access to the enterprise template repository to generate documentation scaffolds?

Yes, you need access to the enterprise template repository or a local clone to generate the documentation scaffold and populate placeholders using project metadata.

What's the best way to align ADR structures with project documentation templates?

The best way to align ADR structures is to use the skill's Initialize or Adjust modes, which enforce ADR path conventions and populate placeholders directly from project metadata.

Why does bootstrapping docs require project metadata input?

Bootstrapping docs requires project metadata because the skill uses it to automatically populate template placeholders and enforce naming conventions, ensuring a structured and repeatable scaffold.