cc-blueprint-toolkit

作者 croffasia已验证

🏗️ Claude Code Plugin for smart blueprint-driven development

192
Stars
25
Forks
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/croffasia/cc-blueprint-toolkit

快速入门

使用 cc-blueprint-toolkit 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

PRO Version

🏆 Need advanced features? Check out the PRO version with early access and lifetime license
vibecodekit.dev
💎 Use code CCBLUEPRINT for 10% OFF

🏗️ Blueprint-Driven Claude Code Autopilot

Claude Code Plugin for smart blueprint-driven development

AI analyzes patterns, creates solid implementation plans, delivers working code in 15 minutes

GitHub stars License: MIT Claude Code Threads / Open Source Alternatives

Blueprint-driven development plugin: AI analyzes your codebase patterns, creates comprehensive implementation plans, then delivers production-ready code with tests. Smart preparation over endless iterations.

/bp:init
# → Automatically installs/updates templates in your project → docs/templates/*

/bp:brainstorm Add user authentication with OAuth2
# → Smart feature planning session → docs/brainstorming/2025-08-22-user-auth.md

/bp:generate-prp @docs/brainstorming/2025-08-22-user-auth.md
# OR directly: /prp:generate Add user authentication with OAuth2
# → Complete implementation blueprint → docs/prps/user-auth.md

/bp:execute-prp @docs/prps/user-auth.md
# → Working auth system (direct PRP execution for simple features)

/bp:execute-task @docs/tasks/user-auth.md
# → Execute all tasks from breakdown (for complex features)

Before: 2-4 hours of coding, debugging, and integration
After: 15 minutes → Production-ready feature ✨

Found this helpful? Star the repo and hit Watch to get notified of new updates!

❤️ Why Developers Love It

  • 10x Faster Development - Feature idea to production in one session
  • Zero "Vibe Coding" - AI follows your exact patterns and conventions
  • Smart Research - Finds patterns in your codebase or searches dev resources for best practices when needed
  • Auto Task Breakdown - Complex features automatically split into manageable step-by-step tasks
  • Any Tech Stack - React, Python, Go, PHP - works everywhere

🚀 Quick Start

Installation (3 simple steps)

Step 1: Add Plugin from Marketplace

In Claude Code console, run:

# Short format
/plugin marketplace add croffasia/cc-blueprint-toolkit

# Or full URL
/plugin marketplace add https://github.com/croffasia/cc-blueprint-toolkit.git

Step 2: Install Plugin

/plugin install bp

Then restart Claude Code to load the plugin.

Step 3: Initialize Templates

In your project directory, run once:

/bp:init

This will automatically install documentation templates to your project, enabling the full Blueprint workflow.

🎯 Commands

1. Think Through Your Feature (/bp:brainstorm)

  • Smart AI Scrum Master guides you through structured planning
  • Asks the right questions to uncover hidden requirements
  • Creates comprehensive feature documentation → docs/brainstorming/feature-session.md
  • Perfect for solo developers who need a thinking partner

2. Create Perfect Plan (/bp:generate-prp)

  • Validates your request is complete (may ask clarifying questions)
  • Studies your codebase patterns
  • Researches external docs if needed
  • Creates detailed implementation plan → docs/prps/feature-name.md
  • Breaks down into technical tasks → docs/tasks/feature-name.md

3. Execute the Plan (/bp:execute-prp)

  • Follows your patterns exactly
  • Writes production-ready code
  • Runs tests and linting
  • Validates everything works

4. Execute Tasks (/bp:execute-task)

  • Breaks down complex features into manageable tasks
  • Executes task-by-task with validation
  • Perfect for large implementations
  • Systematic progress tracking

🎯 How It Works

🧠 Full Feature Development Flow

brainstorm → generate prp → execute

  1. Start with Ideas - Use /bp:brainstorm when you need to explore and refine feature concepts
  2. Generate Implementation Plan - Use /bp:generate-prp to create detailed technical specifications
  3. Choose Your Execution Path:
    • Simple Features: /bp:execute-prp - Direct implementation for straightforward tasks
    • Complex Features: /bp:execute-task - Step-by-step implementation with progress tracking

🚀 Quick Implementation Flow

generate prp → execute

Skip brainstorming when you have clear requirements:

  1. Generate Plan: /bp:generate-prp
  2. Execute: Choose /bp:execute-prp for simple features or /bp:execute-task for complex ones

Pro Tip: Use /bp:execute-task for higher quality first-pass implementations on complex features

💎 What You Get

⚙️ Works With Everything

  • Frontend: React, Vue, Angular, Svelte
  • Backend: Node.js, Python, Go, PHP, Java
  • Mobile: React Native, Flutter, Swift, Kotlin

📊 Real Results

  • Development Speed: Dramatically faster feature delivery
  • Code Quality: Higher (follows existing patterns)
  • Technical Debt: Zero (uses established conventions)
  • Completeness: AI asks clarifying questions to fill gaps
  • Validation: Built-in linting and project checks

📁 What's Included

📦 cc-blueprint-toolkit/
├── claude/agents/            # Smart research agents
├── claude/commands/          # Claude Code Commands
├── docs/templates/           # Templates
└── docs/                     # Documentation & guides
    └── vibe-coding-guide.md  # 10 essential tips for AI-powered development

🎯 Perfect For

  • Solo Developers - Get team-level productivity + AI thinking partner for feature planning
  • Startups - Ship features 10x faster with structured planning
  • Large Teams - Maintain consistency across developers

📖 Learning Resources

🏆 Upgrade to PRO

Want production-ready setup with zero configuration?

Watch Demo

Vibe Code Kit PRO - Early Access with Lifetime License

💎 Use code CCBLUEPRINT for 10% OFF

What's included:

  • Enhanced PRP Workflow - Optimized blueprint generation with smarter context handling
  • Smart CLAUDE.md - Pre-configured with lightweight workflow for routine tasks
  • Context-Aware AI Rules - Automatically loads relevant rules based on your task
    • Working with styles? Style guidelines and CSS libraries rules auto-loaded
    • API development? Backend patterns and security rules activated
    • Smart context detection eliminates rule overload
    • Modular system lets you customize rules to fit your exact needs
  • Standards Compliance Agent - Validates code quality and best practices after task completion
  • Professional Vue 3 Starter Kit - Senior-grade template with Claude Code development rules
    • Pre-configured: ESLint, Prettier, Stylelint, TypeScript, Husky, Docker
    • Zero setup required - works from day one
    • Deploy anywhere instantly

Perfect for teams and professionals who want enterprise-grade AI development tools without the setup hassle.

🤝 Join the Community

  • Star this repo if it saves you hours
  • 🍴 Fork to customize for your stack
  • 💬 Issues for questions and feature requests
  • 🔄 PRs welcome for new agents and improvements

📄 License

MIT License - Use freely in commercial projects


Ready to stop wasting hours on features? Install now and experience autonomous development! 🚀

GitHub stars License: MIT Claude Code Threads / Open Source Alternatives

常见问题

What is cc-blueprint-toolkit?

cc-blueprint-toolkit is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by croffasia. 🏗️ Claude Code Plugin for smart blueprint-driven development. It has 192 GitHub stars.

Is cc-blueprint-toolkit safe to use?

Yes. cc-blueprint-toolkit passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install cc-blueprint-toolkit?

Clone the repository with "git clone https://github.com/croffasia/cc-blueprint-toolkit" and add it to your Claude Code skills directory (see the Installation section above).

Are there alternatives to cc-blueprint-toolkit?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh cc-blueprint-toolkit against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情