agentic_system_design

Agent architectures, tool use patterns, and multi-agent orchestration with pseudocode.

Content Preview
# Agentic System Design

Agent architectures, tool use patterns, and multi-agent orchestration with pseudocode.

## Architectures Index

1. [ReAct Pattern](#1-react-pattern)
2. [Plan-and-Execute](#2-plan-and-execute)
3. [Tool Use / Function Calling](#3-tool-use--function-calling)
4. [Multi-Agent Collaboration](#4-multi-agent-collaboration)
5. [Memory and State Management](#5-memory-and-state-management)
6. [Agent Design Patterns](#6-agent-design-patterns)

---

## 1. ReAct Pattern

**Reasoning +
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/agentic_system_design.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/engineering-team/senior-prompt-engineer/references/agentic_system_design.md

Skill 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/alirezarezvani/claude-skills

Then reference at engineering-team/senior-prompt-engineer/references/agentic_system_design.md

Related Skills