bootstrap-project

Automate software project setup with tiered t0, t1, t2 structures.

12|Updated Dec 26, 2025
One-click install
npx skills add https://github.com/jrjsmrtn/project-orchestration-skills --skill bootstrap-project-jrjsmrtn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bootstrap-project
Source: https://github.com/jrjsmrtn/project-orchestration-skills/tree/main/skills/bootstrap-project
Command: npx skills add https://github.com/jrjsmrtn/project-orchestration-skills --skill bootstrap-project-jrjsmrtn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the setup of a new software project or the promotion of an existing project to a higher tier, following AI-Assisted Project Orchestration best practices.

Core Features & Use Cases

  • Tiered Bootstrap: Supports three graduation tiers (t0, t1, t2) to ensure project maturity and structure.
  • Automated Setup: Generates foundational artifacts and documentation based on project tier and category.
  • Use Case: When starting a new project or converting an existing project to follow best practices, this Skill creates the necessary structure and documentation.

Quick Start

/bootstrap-project --name my-project --description "My project description" --tier t2 --category Development --type library --stack Python/FastAPI --license MIT --remotes origin --distribution Public

Frequently Asked Questions about bootstrap-project

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

FAQPage Schema
How do I automate project setup for AI-assisted development?

To automate project setup for AI-assisted development, you can generate foundational artifacts like CLAUDE.md and ADRs using tiered bootstrap principles. This Skill structures new software projects based on AI-Assisted Project Orchestration best practices.

What are project maturity tiers and how do they affect project structure?

Project maturity tiers are graduation levels (t0, t1, t2) that ensure appropriate project structure and documentation. Higher tiers demand more comprehensive artifacts and foundational documentation generated during the automated setup process.

How do I create CLAUDE.md and ADRs for a new Python FastAPI project?

You can create CLAUDE.md and ADRs for a Python FastAPI project by running the bootstrap command with parameters for stack, category, and tier. The Skill generates these foundational artifacts automatically based on your specified project configurations.

Can I migrate an existing project to follow AI-Assisted Project Orchestration best practices?

Yes, you can migrate an existing project to follow AI-Assisted Project Orchestration best practices by promoting it to a higher tier. The Skill generates missing documentation and foundational artifacts required for the target maturity level.

What is the best way to bootstrap a public library with tiered graduation levels?

The best way to bootstrap a public library with tiered graduation levels is using an automated setup command that specifies the project type, distribution, and target tier. This ensures proper structure, licensing, and documentation generation from the start.

Does tiered project bootstrap work for different software project categories?

Yes, tiered project bootstrap works for different software project categories by generating customized structure and documentation based on the specified category. You define the project type and category during setup to receive appropriate foundational artifacts.