agentic-workflows
Design and implement agentic AI workflows and patterns. Covers ReAct, planning agents, tool use, memory systems, and multi-agent orchestration. Use when building autonomous AI agents, implementing complex task automation, or designing intelligent workflow systems.
npx skills add majiayu000/claude-skill-registry --skill agentic-workflows-housegarofalo-claude-code-base --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Agentic Workflows: AI Agent Design Patterns Design and implement effective agentic AI workflows using proven patterns for reasoning, planning, tool use, and multi-agent orchestration. ## Triggers Use this skill when: - Designing autonomous AI agent systems - Implementing complex task automation - Building multi-agent orchestration - Creating self-improving AI workflows - Implementing ReAct or planning patterns - Keywords: agentic, agent, autonomous, ReAct, planning, tool use, multi-agent, orchestration, reasoning, memory ## Core Concepts ### What Makes an Agent An AI agent is a system that: 1. **Perceives** its environment (reads context, files, APIs) 2. **Reasons** about what to do (plans, decides) 3. **Acts** on the environment (executes tools, writes files) 4. **Learns** from results (updates state, improves) ### Agent vs. Workflow | Aspect | Traditional Workflow | Agentic Workflow | |--------|---------------------|------------------| | Control | Predefined steps | Dynamic decisions | | Branching | Fixed conditions | Reasoned choices | | Error Handling | Catch/retry | Analyze/adapt | | Scope | Known tasks | Open-ended goals | --- ## Pattern 1: ReAct (Reasoning + Acting) ### Ov
- Triggers
- Core Concepts
- What Makes an Agent
- Agent vs. Workflow
- Pattern 1: ReAct (Reasoning + Acting)
- Overview
- Implementation Pattern
- Best Practices
- Pattern 2: Plan-and-Execute
- When to Use
- Pattern 3: Tool-Use Agent
- Tool Definition Pattern
- Tool Design Principles
- Pattern 4: Memory Systems
What does the agentic-workflows skill do?
Design and implement agentic AI workflows and patterns. Covers ReAct, planning agents, tool use, memory systems, and multi-agent orchestration. Use when building autonomous AI agents, implementing complex task automation, or designing intelligent workflow systems.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill agentic-workflows-housegarofalo-claude-code-base --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
