Skip to content

JustineDevs/StarterPack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

111 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

The Blueprint for High-Velocity Technical Execution

Starter Pack Template that synthesizes end-to-end execution playbooks, frameworks, and blueprints from practitioners who've generated measurable ROI.

Repository Structure

This monorepo contains two main components:

πŸ“¦ skill/ - Skills Repository Component

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 skills
  • SKILL.md - Root skill definition for skills.sh compatibility
  • LICENSE - 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-skill

starter-pack/ - Complete Starter Pack

The full starter pack with frontend, documentation, and all project files:

  • src/ - Next.js frontend application
  • docs/ - Complete documentation
  • scripts/ - Automation scripts
  • prisma/ - Database schema
  • public/ - Static assets
  • context/ - LLM context files
  • package.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.

Quick Start

For Skills Installation

Install the skill for your AI agent:

npx skills add JustineDevs/blueprintkit-skill

For Starter Pack Usage

  1. Navigate to the starter pack:

    cd starter-pack
  2. Install dependencies:

    npm install
  3. Start development server:

    npm run dev
  4. Read the documentation:

What's Included

Skill Component (skill/)

  • 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

Starter Pack Component (starter-pack/)

  • 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

Repository Organization

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

Related Repositories

Installation Options

Option 1: Install Skill Only (Recommended for AI Agents)

npx skills add JustineDevs/blueprintkit-skill

This installs only the skill files, perfect for AI agent usage.

Option 2: Use Complete Starter Pack

git clone https://github.com/JustineDevs/StarterPack.git
cd StarterPack/starter-pack
npm install
npm run dev

This gives you the complete starter pack with frontend and all documentation.

Documentation

Skill Documentation

Starter Pack Documentation

Contributing

We welcome contributions! To contribute:

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Make your changes and commit with descriptive messages
  4. Push to your branch (git push origin feature/amazing-feature)
  5. Open a Pull Request with a clear description of your changes

For detailed contribution guidelines, see CONTRIBUTING.md.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contributions to this project are accepted under the same license.

About

Starter Pack Template that synthesizes end-to-end execution playbooks, frameworks, and blueprints from practitioners who've generated measurable ROI.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors