subagent-prompt-construction
✓使用 lambda 契约和符号逻辑构建紧凑(<150 行)、富有表现力、Claude 代码集成的子代理提示的系统方法。在通过代理组合、MCP 工具集成或技能参考为 Claude Code 创建新的专用子代理时使用。使用阶段规划器执行器进行验证(V_instance=0.895)。
SKILL.md
λ(usecase, complexity) → subagentprompt | ∧ require(needorchestration(usecase) ∨ needmcpintegration(usecase)) ∧ complexity ∈ {simple, moderate, complex} ∧ linetarget = {simple: 30-60, moderate: 60-120, complex: 120-150} ∧ template = read(templates/subagent-template.md) ∧ patterns = read(reference/patterns.md)
∧ integration = read(reference/integration-patterns.md) ∧ apply(template, usecase, patterns, integration) → draft ∧ validate(|draft| ≤ 150 ∧ integrationscore ≥ 0.50 ∧ clarity ≥ 0.80) ∧ examples/{phase-planner-executor.md} demonstrates orchestration ∧ reference/case-studies/ provides detailed analysis ∧ scripts/ provide validation and metrics automation
Usage: See templates/subagent-template.md for structure. Apply integration patterns for Claude Code features. Validate compactness (≤150 lines), integration (≥1 feature), clarity. Reference examples/ for compact demonstrations and case-studies/ for detailed analysis.
使用 lambda 契约和符号逻辑构建紧凑(<150 行)、富有表现力、Claude 代码集成的子代理提示的系统方法。在通过代理组合、MCP 工具集成或技能参考为 Claude Code 创建新的专用子代理时使用。使用阶段规划器执行器进行验证(V_instance=0.895)。 来源:zpankz/mcp-skillset。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/zpankz/mcp-skillset --skill subagent-prompt-construction- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 subagent-prompt-construction?
使用 lambda 契约和符号逻辑构建紧凑(<150 行)、富有表现力、Claude 代码集成的子代理提示的系统方法。在通过代理组合、MCP 工具集成或技能参考为 Claude Code 创建新的专用子代理时使用。使用阶段规划器执行器进行验证(V_instance=0.895)。 来源:zpankz/mcp-skillset。
如何安装 subagent-prompt-construction?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/zpankz/mcp-skillset --skill subagent-prompt-construction 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/zpankz/mcp-skillset
详情
- 分类
- </>开发工具
- 来源
- skills.sh
- 收录时间
- 2026-02-01