·agent-patterns
</>

agent-patterns

markpitt/claude-skills

Modular orchestration of agent patterns from Anthropic's engineering guide. Intelligently selects and implements prompt chaining, routing, parallelization, orchestrator-workers, evaluator-optimizer, and autonomous agents. Includes pattern combinations and language-specific implementations.

15Installs·1Trend·@markpitt

Installation

$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 |

Modular orchestration of agent patterns from Anthropic's engineering guide. Intelligently selects and implements prompt chaining, routing, parallelization, orchestrator-workers, evaluator-optimizer, and autonomous agents. Includes pattern combinations and language-specific implementations. Source: markpitt/claude-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/markpitt/claude-skills --skill agent-patterns
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is agent-patterns?

Modular orchestration of agent patterns from Anthropic's engineering guide. Intelligently selects and implements prompt chaining, routing, parallelization, orchestrator-workers, evaluator-optimizer, and autonomous agents. Includes pattern combinations and language-specific implementations. Source: markpitt/claude-skills.

How do I install agent-patterns?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/markpitt/claude-skills --skill agent-patterns Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

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