blueprintkit-plugin — community blueprintkit-plugin, Fyleris, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Ideal for AI Assistants needing a unified control plane across Slack, Discord, WhatsApp, Telegram, and WebChat A secure home and control plane for always‑on AI assistants that live across Slack, Discord, WhatsApp, Telegram, and WebChat, giving small teams and indie founders a production‑ready “Cloud Home” for their agents without touching infra. ​

JustineDevs JustineDevs
[0]
[0]
Updated: 3/5/2026

Agent Capability Analysis

The blueprintkit-plugin skill by JustineDevs is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Ideal for AI Assistants needing a unified control plane across Slack, Discord, WhatsApp, Telegram, and WebChat

Core Value

Empowers agents to manage project lifecycles with 14 comprehensive planning sections and 9 specialized Claude Skills, leveraging a production-ready Cloud Home without infrastructure setup, utilizing protocols like WebChat and messaging platforms

Capabilities Granted for blueprintkit-plugin

Automating project planning workflows across multiple messaging platforms
Generating execution plans with specialized Claude Skills
Unifying team communications with a single Cloud Home interface

! Prerequisites & Limits

  • Requires installation of the BlueprintKit framework
  • Limited to small teams and indie founders
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

blueprintkit-plugin

Install blueprintkit-plugin, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

BlueprintKit Plugin

This plugin automatically includes the complete BlueprintKit framework: all 14 planning sections plus all 9 specialized Claude Skills. When installed, all planning templates and execution skills are immediately available in a single package.

Overview

The Project Planning Starter Pack Plugin provides a unified interface to a complete planning framework with 14 comprehensive planning sections plus nine specialized skills that cover the complete project lifecycle from planning through deployment and continuous improvement.

Complete Planning Framework

This plugin includes 14 comprehensive planning sections:

  1. Master Index - Complete navigation guide and overview
  2. Executive Summary - Vision, problem statement, expected outcomes
  3. Objectives & Success Metrics - Quantified success criteria and KPIs
  4. Scope Definition - What's in/out, constraints, assumptions
  5. System Architecture & Design - Technical blueprint and architecture decisions
  6. Technical Execution Workflow - Complete technical implementation guide
  7. Project Phases & Timeline - Phases, milestones, and timeline
  8. Resource Planning - Team structure, skills, budget allocation
  9. Risk Management - Risk identification, mitigation, contingency planning
  10. Execution Strategy - Daily execution, ceremonies, quality assurance
  11. Monitoring & Reporting - Metrics tracking and status reporting
  12. ROI & Value Realization - Financial projections and value tracking
  13. Governance & Decision-Making - Decision authority and escalation procedures
  14. Lessons Learned & Continuous Improvement - Learning capture and process improvement

Bundled Skills

This plugin also includes nine specialized execution skills:

  1. tech-stack-selector - Technology decision framework with structured recommendations
  2. architecture-decisions - Architecture Decision Records (ADRs) documentation
  3. code-standards-enforcer - Comprehensive code review checklists and quality standards
  4. ci-cd-pipeline-builder - GitHub Actions workflow templates and automation
  5. agile-executor - Sprint planning, retrospectives, and Agile ceremony facilitation
  6. project-risk-identifier - Risk assessment frameworks and mitigation strategies
  7. automation-orchestrator - Script orchestration for setup, validation, and deployment
  8. webapp-testing - Playwright-based web application testing toolkit
  9. web-artifacts-builder - React + TypeScript artifact creation with shadcn/ui

Installation

For Claude Code Users

  1. Clone or copy this repository to your local machine
  2. Ensure the .claude-plugin/ directory is in your project root
  3. Claude Code will automatically detect and load the plugin

For Skills.sh Users

Install BlueprintKit from skills.sh:

bash
1npx skills add JustineDevs/blueprintkit

This automatically installs:

  • All 14 planning sections from .claude/skills/blueprintkit/planning/ directory
  • All 9 Claude Skills from .claude/skills/blueprintkit/ directory
  • Complete framework ready to use immediately

Usage

Individual Skill Access

Each skill in .claude/skills/blueprintkit/ can be accessed individually. Skills auto-activate based on natural language queries:

  • "What tech stack should we use?" → tech-stack-selector
  • "Create an ADR" → architecture-decisions
  • "Code review checklist" → code-standards-enforcer
  • "Setup CI/CD" → ci-cd-pipeline-builder
  • "Plan sprint" → agile-executor
  • "Identify risks" → project-risk-identifier
  • "Set up Claude skills" → automation-orchestrator
  • "Test web application" → webapp-testing
  • "Build web artifact" → web-artifacts-builder

Plugin-Level Usage

The plugin provides unified access to all skills. Ask Claude:

  • "Help me plan this project" - Activates multiple relevant skills
  • "Set up project automation" - Uses automation-orchestrator and related skills
  • "Review project quality" - Combines code-standards-enforcer with risk management

Automatic File Access

When BlueprintKit is installed, the following files are automatically available:

Planning Sections (All 14 Files)

  • .claude/skills/blueprintkit/planning/0-Master-Index.md - Complete navigation guide
  • .claude/skills/blueprintkit/planning/1-Executive-Summary.md - Vision and problem statement
  • .claude/skills/blueprintkit/planning/2-Objectives-Success-Metrics.md - Success criteria and KPIs
  • .claude/skills/blueprintkit/planning/3-Scope-Definition.md - Project boundaries
  • .claude/skills/blueprintkit/planning/4-System-Architecture-Design.md - Technical blueprint
  • .claude/skills/blueprintkit/planning/5-Technical-Execution-Workflow.md - Implementation guide
  • .claude/skills/blueprintkit/planning/6-Project-Phases-Timeline.md - Phases and milestones
  • .claude/skills/blueprintkit/planning/7-Resource-Planning.md - Team and budget
  • .claude/skills/blueprintkit/planning/8-Risk-Management.md - Risk identification and mitigation
  • .claude/skills/blueprintkit/planning/9-Execution-Strategy.md - Daily execution and ceremonies
  • .claude/skills/blueprintkit/planning/10-Monitoring-Reporting.md - Metrics and reporting
  • .claude/skills/blueprintkit/planning/11-ROI-Value-Realization.md - Financial projections
  • .claude/skills/blueprintkit/planning/12-Governance-Decision-Making.md - Decision authority
  • .claude/skills/blueprintkit/planning/13-Lessons-Learned-Continuous-Improvement.md - Learning capture

Claude Skills (All 9 Skills)

  • .claude/skills/blueprintkit/tech-stack-selector/SKILL-INTERNAL.md - Technology decisions
  • .claude/skills/blueprintkit/architecture-decisions/SKILL-INTERNAL.md - ADR documentation
  • .claude/skills/blueprintkit/code-standards-enforcer/SKILL-INTERNAL.md - Code quality
  • .claude/skills/blueprintkit/ci-cd-pipeline-builder/SKILL-INTERNAL.md - CI/CD automation
  • .claude/skills/blueprintkit/agile-executor/SKILL-INTERNAL.md - Agile ceremonies
  • .claude/skills/blueprintkit/project-risk-identifier/SKILL-INTERNAL.md - Risk assessment
  • .claude/skills/blueprintkit/automation-orchestrator/SKILL-INTERNAL.md - Script orchestration
  • .claude/skills/blueprintkit/webapp-testing/SKILL-INTERNAL.md - Web testing toolkit
  • .claude/skills/blueprintkit/web-artifacts-builder/SKILL-INTERNAL.md - Artifact creation

Each skill directory contains:

  • SKILL-INTERNAL.md - Internal skill definition (not detected by skills.sh, only accessible via blueprintkit)
  • references/ - Detailed documentation and templates
  • scripts/ - Utility scripts for automation

Integration with Project Planning

This plugin integrates with the Project Planning Starter Pack's comprehensive planning framework:

  • Planning Sections (.claude/skills/blueprintkit/planning/) - 14 planning templates
  • Technical Documentation (docs/reference/) - Architecture and technical summaries
  • Configuration Files - CI/CD, linting, testing configurations
  • Ready-to-Build Structure - Organized application code directories

Examples

Example 1: Complete Project Setup

User: "Help me set up a new TypeScript project with CI/CD"

Plugin Response:

  1. Activates tech-stack-selector for technology recommendations
  2. Activates ci-cd-pipeline-builder for GitHub Actions setup
  3. Activates code-standards-enforcer for quality gates
  4. Activates automation-orchestrator for script setup
  5. Provides integrated workflow combining all skills

Example 2: Architecture Documentation

User: "Document our database choice and set up testing"

Plugin Response:

  1. Activates architecture-decisions for ADR creation
  2. Activates webapp-testing for test setup
  3. Links to planning sections for context
  4. Provides integrated documentation workflow

Configuration

The plugin is configured via .claude-plugin/plugin.mdc which defines:

  • Activation rules
  • File patterns to monitor
  • Related documentation references
  • Plugin metadata

Contributing

To contribute to this plugin:

  1. Review individual skill definitions in .claude/skills/blueprintkit/
  2. Follow the skill creation guidelines in skills-reference/template/SKILL.md
  3. Update this plugin's SKILL.md when adding new skills
  4. Test plugin loading in Claude Code
  5. Submit improvements via pull request

License

MIT License - See LICENSE file for details.

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is blueprintkit-plugin?

Ideal for AI Assistants needing a unified control plane across Slack, Discord, WhatsApp, Telegram, and WebChat A secure home and control plane for always‑on AI assistants that live across Slack, Discord, WhatsApp, Telegram, and WebChat, giving small teams and indie founders a production‑ready “Cloud Home” for their agents without touching infra. ​

How do I install blueprintkit-plugin?

Run the command: npx killer-skills add JustineDevs/Fyleris. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for blueprintkit-plugin?

Key use cases include: Automating project planning workflows across multiple messaging platforms, Generating execution plans with specialized Claude Skills, Unifying team communications with a single Cloud Home interface.

Which IDEs are compatible with blueprintkit-plugin?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for blueprintkit-plugin?

Requires installation of the BlueprintKit framework. Limited to small teams and indie founders.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add JustineDevs/Fyleris. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use blueprintkit-plugin immediately in the current project.

Related Skills

Looking for an alternative to blueprintkit-plugin or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI