Skip to content

nicksinx/bootstrap

Repository files navigation

Bootstrap Launcher Toolkit

Reusable project bootstrap toolkit for deterministic scaffolding, optional GitHub setup, backlog initialization, MCP wrappers, and local worker dispatch.

Prerequisites

  • bash
  • python3 with pyyaml and jsonschema
  • git
  • optional: gh for --with-github

Common commands

make test-contracts
make test-launch-smoke
make check

Manual launch example

./scripts/launch_project.sh \
  --name demo-proj \
  --profile default \
  --target-dir ./out/demo-proj \
  --non-interactive

Repository layout

  • scripts/ launcher, validation, github/bootstrap helpers, workers
  • templates/new-project/ generated project template tree
  • schemas/ JSON schema contracts
  • profiles/ launcher profile defaults
  • tests/ contract and smoke checks

About

Bootstrap project template tailored for Cursor and the MCP server at https://github.com/nicksinx/cursor-ai-task-mcp-server-updated

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors