Agentic Design Patterns
Provides a complete Chinese translation of the “Agentic Design Patterns” book with online view, PDF/EPUB download, and source files you can copy‑paste into your own AI‑agent projects.
- •You’re designing a multi‑step AI agent and need proven architectural patterns.
- •You want ready‑to‑use code snippets (Python/JavaScript) for common agent roles (Coordinator, Executor, Planner, etc.).
- •You need a downloadable PDF/EPUB of the patterns for offline reference or team sharing.
python - <<'PY'
import openai
from coordinator import CoordinatorAgent
# Replace with your own key
openai.api_key = "YOUR_OPENAI_API_KEY"
agent = CoordinatorAgent(
tools=["search", "calculator"],
goal="Plan a 3‑day itinerary for a tech startup conference in San Francisco"
)
result = agent.run()
print(result)
PYSkip the builder — one click puts this in Claude, Cursor, Antigravity and more.
A prompt/skill package — nothing to install beyond adding it to your AI tool.
mkdir -p ~/.claude/skills/agentic-design-patterns && curl -fsSL https://workflowstacks.com/api/skills/agentic-design-patterns/claude-skill -o ~/.claude/skills/agentic-design-patterns/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Agentic Design Patterns is mostly documents (113 doc files, 1 small script) — something you read, not something you run. There is nothing to install. Last commit this month, no license file.
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
A prompt/skill package — nothing to install beyond adding it to your AI tool.
mkdir -p ~/.claude/skills/agentic-design-patterns && curl -fsSL https://workflowstacks.com/api/skills/agentic-design-patterns/claude-skill -o ~/.claude/skills/agentic-design-patterns/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Are you the creator of this tool? Claim your listing → and earn 85% of every sale.
Related skills
More ai-agent tools founders pair with this one.