blueprint by affaan-m/everything-claude-code
npx skills add https://github.com/affaan-m/everything-claude-code --skill blueprint将单行目标转化为逐步构建计划,任何编码代理都能直接执行。
请勿用于可在单个 PR 内完成的任务、少于 3 次工具调用的任务,或当用户说"直接做吧"时。
Blueprint 运行一个 5 阶段流水线:
plans/ 目录。每个步骤都包含上下文摘要、任务列表、验证命令和退出标准——这样,一个新代理无需阅读先前步骤即可执行任何步骤。Blueprint 自动检测 git/gh 的可用性。如果具备 git + GitHub CLI,它会生成完整的分支/PR/CI 工作流计划。如果没有,则切换到直接模式(就地编辑,无分支)。
/blueprint myapp "migrate database to PostgreSQL"
生成 plans/myapp-migrate-database-to-postgresql.md,包含如下步骤:
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
/blueprint chatbot "extract LLM providers into a plugin system"
生成一个尽可能包含并行步骤的计划(例如,"实现 Anthropic 插件"和"实现 OpenAI 插件"在插件接口步骤完成后并行运行),分配模型层级(接口设计步骤使用最强模型,实现步骤使用默认模型),并在每个步骤后验证不变量(例如,"所有现有测试通过"、"核心代码中无提供商导入")。
.md 文件——无钩子、无 shell 脚本、无可执行代码、无 package.json、无构建步骤。除了 Claude Code 原生的 Markdown 技能加载器外,安装或调用时不会运行任何东西。此技能随 Everything Claude Code 一同提供。安装 ECC 后无需单独安装。
如果您是从 ECC 仓库检出中工作,请通过以下命令验证技能是否存在:
test -f skills/blueprint/SKILL.md
如需后续更新,请在更新前查看 ECC 的差异:
cd /path/to/everything-claude-code
git fetch origin main
git log --oneline HEAD..origin/main # 更新前查看新提交
git checkout <reviewed-full-sha> # 锁定到特定的已审查提交
如果您在完整 ECC 安装之外仅独立安装此技能,请将已审查的文件从 ECC 仓库复制到 ~/.claude/skills/blueprint/SKILL.md。独立副本没有 git 远程仓库,因此通过从已审查的 ECC 提交中重新复制文件来更新它们,而不是运行 git pull。
/blueprint 斜杠命令)灵感来源于 antbotlab/blueprint —— 上游项目和参考设计。
每周安装数
29
仓库
GitHub 星标数
72.1K
首次出现
1 天前
安全审计
安装于
codex28
github-copilot26
kimi-cli26
amp26
cline26
gemini-cli26
Turn a one-line objective into a step-by-step construction plan that any coding agent can execute cold.
Do not use for tasks completable in a single PR, fewer than 3 tool calls, or when the user says "just do it."
Blueprint runs a 5-phase pipeline:
plans/. Every step includes a context brief, task list, verification commands, and exit criteria — so a fresh agent can execute any step without reading prior steps.Blueprint detects git/gh availability automatically. With git + GitHub CLI, it generates full branch/PR/CI workflow plans. Without them, it switches to direct mode (edit-in-place, no branches).
/blueprint myapp "migrate database to PostgreSQL"
Produces plans/myapp-migrate-database-to-postgresql.md with steps like:
/blueprint chatbot "extract LLM providers into a plugin system"
Produces a plan with parallel steps where possible (e.g., "implement Anthropic plugin" and "implement OpenAI plugin" run in parallel after the plugin interface step is done), model tier assignments (strongest for the interface design step, default for implementation), and invariants verified after every step (e.g., "all existing tests pass", "no provider imports in core").
.md files — no hooks, no shell scripts, no executable code, no package.json, no build step. Nothing runs on install or invocation beyond Claude Code's native Markdown skill loader.This skill ships with Everything Claude Code. No separate installation is needed when ECC is installed.
If you are working from the ECC repository checkout, verify the skill is present with:
test -f skills/blueprint/SKILL.md
To update later, review the ECC diff before updating:
cd /path/to/everything-claude-code
git fetch origin main
git log --oneline HEAD..origin/main # review new commits before updating
git checkout <reviewed-full-sha> # pin to a specific reviewed commit
If you are vendoring only this skill outside the full ECC install, copy the reviewed file from the ECC repository into ~/.claude/skills/blueprint/SKILL.md. Vendored copies do not have a git remote, so update them by re-copying the file from a reviewed ECC commit rather than running git pull.
/blueprint slash command)Inspired by antbotlab/blueprint — upstream project and reference design.
Weekly Installs
29
Repository
GitHub Stars
72.1K
First Seen
1 day ago
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
codex28
github-copilot26
kimi-cli26
amp26
cline26
gemini-cli26
agent-browser 浏览器自动化工具 - Vercel Labs 命令行网页操作与测试
136,300 周安装
OpenAPI 转 TypeScript 工具 - 自动生成 API 接口与类型守卫
563 周安装
数据库模式设计器 - 内置最佳实践,自动生成生产级SQL/NoSQL数据库架构
564 周安装
Rust Unsafe代码检查器 - 安全使用Unsafe Rust的完整指南与最佳实践
564 周安装
.NET并发编程模式指南:async/await、Channels、Akka.NET选择决策树
565 周安装
韩语语法检查器 - 基于国立国语院标准的拼写、空格、语法、标点错误检测与纠正
565 周安装
技能安全扫描器 - 检测Claude技能安全漏洞,防范提示注入与恶意代码
565 周安装