·agent-patterns
</>

agent-patterns

markpitt/claude-skills

来自 Anthropic 工程指南的代理模式的模块化编排。智能地选择和实现提示链、路由、并行化、编排器-工作器、评估器-优化器和自治代理。包括模式组合和特定于语言的实现。

14安装·0热度·@markpitt

安装

$npx skills add https://github.com/markpitt/claude-skills --skill agent-patterns

SKILL.md

This skill implements AI agent patterns and workflows from Anthropic's "Building Effective Agents" engineering guide. It uses modular resources to help you select, design, and implement the right patterns for your needs.

| Task Characteristics | Best Pattern(s) | Load Resource |

| Fixed sequential steps, each requires different handling | Prompt Chaining | core-patterns.md | | Input falls into distinct categories | Routing | core-patterns.md | | Independent tasks to run in parallel | Parallelization (Sectioning) | core-patterns.md | | Same task multiple times for robustness/consensus | Parallelization (Voting) | core-patterns.md |

来自 Anthropic 工程指南的代理模式的模块化编排。智能地选择和实现提示链、路由、并行化、编排器-工作器、评估器-优化器和自治代理。包括模式组合和特定于语言的实现。 来源:markpitt/claude-skills。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/markpitt/claude-skills --skill agent-patterns
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 agent-patterns?

来自 Anthropic 工程指南的代理模式的模块化编排。智能地选择和实现提示链、路由、并行化、编排器-工作器、评估器-优化器和自治代理。包括模式组合和特定于语言的实现。 来源:markpitt/claude-skills。

如何安装 agent-patterns?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/markpitt/claude-skills --skill agent-patterns 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/markpitt/claude-skills