blueprint
Turn a one-line objective into a step-by-step construction plan any coding agent can execute cold. Each step has a self-contained context brief — a fresh agent in a new session can pick up any step without reading prior steps.
Content Preview
--- name: blueprint description: "Turn a one-line objective into a step-by-step construction plan any coding agent can execute cold. Each step has a self-contained context brief — a fresh agent in a new session can pick up any step without reading prior steps." category: planning risk: safe source: community date_added: "2026-03-10" --- # Blueprint — Construction Plan Generator Turn a one-line objective into a step-by-step plan any coding agent can execute cold. ## Overview Blueprint is for
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/blueprint.md \
https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/blueprint/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/sickn33/antigravity-awesome-skillsThen reference at skills/blueprint/SKILL.md
Related Skills
blueprint
将单行目标转化为多会话、多代理工程项目的分步构建计划。每个步骤包含独立的上下文简介,以便新代理能直接执行。包括对抗性审查门、依赖图、并行步骤检测、反模式目录和计划突变协议。触发条件:当用户请求复杂多PR任务的计划、蓝图或路线图,或描述需要多个会话的工作时。不触发条件:任务可在单个PR或少于3个工具调用中完成,或用户说“直接执行”时。origin: community
blueprintblueprint
by affaan-m · everything-claude-code
flask-blueprint-creator
This skill provides automated assistance for flask blueprint creator tasks within the Backen
flask-blueprint-creatorflaskblueprintcreator
by jeremylongshore · plugins-plus-skills
new-rails-project
Generate a new Rails project named $1 in the current directory. You may reference @CLAUDE.md for general guidance, though the guidance here takes precedence.
generalnewrails
by sickn33 (Antigravity) · antigravity-awesome-skills
claude-api
Build apps with the Claude API or Anthropic SDK. TRIGGER when: code imports `anthropic`/`@anthropic-ai/sdk`/`claude_agent_sdk`, or user asks to use Claude API, Anthropic SDKs, or Agent SDK. DO NOT TRIGGER when: code imports `openai`/other AI SDK, general programming, or ML/data-science tasks.
claude-apiclaudeapiai
by Anthropic · anthropic-official-skills