Agent skill · Frontend

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 12 KB
Bundled scripts: none
Version: 1.0.0
Path: skills/agent/agentic-workflows-housegarofalo-claude-code-base/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Triggers
  2. Core Concepts
  3. What Makes an Agent
  4. Agent vs. Workflow
  5. Pattern 1: ReAct (Reasoning + Acting)
  6. Overview
  7. Implementation Pattern
  8. Best Practices
  9. Pattern 2: Plan-and-Execute
  10. When to Use
  11. Pattern 3: Tool-Use Agent
  12. Tool Definition Pattern
  13. Tool Design Principles
  14. Pattern 4: Memory Systems
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going