Starter Pack Template that synthesizes end-to-end execution playbooks, frameworks, and blueprints from practitioners who've generated measurable ROI.
This monorepo contains two main components:
The skill-only files for publishing to skills.sh. This directory contains:
.claude/skills/blueprintkit/- Complete skill definition with all 14 planning sections and 9 execution skillsSKILL.md- Root skill definition for skills.sh compatibilityLICENSE- MIT License
Publishing: This component is also available as a separate repository at JustineDevs/blueprintkit-skill for clean skills.sh installation.
Installation:
npx skills add JustineDevs/blueprintkit-skillThe full starter pack with frontend, documentation, and all project files:
src/- Next.js frontend applicationdocs/- Complete documentationscripts/- Automation scriptsprisma/- Database schemapublic/- Static assetscontext/- LLM context filespackage.json- Dependencies and scripts- Configuration files (TypeScript, ESLint, Prettier, etc.)
- Planning documentation and guides
Usage: Navigate to starter-pack/ directory to use the complete starter pack.
Install the skill for your AI agent:
npx skills add JustineDevs/blueprintkit-skill-
Navigate to the starter pack:
cd starter-pack -
Install dependencies:
npm install
-
Start development server:
npm run dev
-
Read the documentation:
- START-HERE.md - Entry point
- BEGINNER-GUIDE.md - Step-by-step guide
- QUICK-START.md - 5-minute overview
- 14 Planning Sections - Complete strategic and operational planning templates
- 9 Claude Skills - Specialized execution capabilities:
- Technology Selection
- Architecture Documentation
- Code Quality Enforcement
- CI/CD Automation
- Agile Execution
- Risk Management
- Automation Orchestration
- Web Application Testing
- Web Artifact Building
- Frontend Application - Next.js documentation site
- Complete Documentation - Technical guides, API references, architecture docs
- Configuration Files - CI/CD pipelines, linting, testing, build configs
- Automation Scripts - Setup, validation, and deployment scripts
- Skills Reference Library - Example skill implementations
BlueprintKit/
βββ skill/ # Skill-only files (for skills.sh)
β βββ .claude/
β β βββ skills/
β β βββ blueprintkit/
β βββ SKILL.md
β βββ LICENSE
β
βββ starter-pack/ # Complete starter pack
β βββ src/ # Next.js frontend
β βββ docs/ # Documentation
β βββ scripts/ # Automation scripts
β βββ prisma/ # Database schema
β βββ public/ # Static assets
β βββ context/ # LLM context
β βββ package.json
β βββ [config files]
β
βββ README.md # This file
βββ LICENSE # MIT License
- Skills Repository: JustineDevs/blueprintkit-skill - Clean skill-only repository for skills.sh
- Main Repository: JustineDevs/StarterPack - This monorepo (starter pack with frontend)
npx skills add JustineDevs/blueprintkit-skillThis installs only the skill files, perfect for AI agent usage.
git clone https://github.com/JustineDevs/StarterPack.git
cd StarterPack/starter-pack
npm install
npm run devThis gives you the complete starter pack with frontend and all documentation.
- Skill Definition - Complete skill documentation
- Planning Sections - All 14 planning templates
- START-HERE.md - Entry point and navigation
- BEGINNER-GUIDE.md - Step-by-step walkthrough
- QUICK-START.md - 5-minute overview
- Technical Summary - Tech stack reference
- System Architecture - Architecture overview
We welcome contributions! To contribute:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Make your changes and commit with descriptive messages
- Push to your branch (
git push origin feature/amazing-feature) - Open a Pull Request with a clear description of your changes
For detailed contribution guidelines, see CONTRIBUTING.md.
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions to this project are accepted under the same license.
