agentic-workflows

Design and implement agentic AI workflows with ReAct, planning, tool use, and multi-agent patterns.

3|1|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/HouseGarofalo/claude-code-base --skill agentic-workflows
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentic-workflows
Source: https://github.com/HouseGarofalo/claude-code-base/tree/main/.claude/skills/agentic-workflows
Command: npx skills add https://github.com/HouseGarofalo/claude-code-base --skill agentic-workflows

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides patterns and guidance for designing and implementing autonomous AI agent systems, tackling complex tasks through reasoning, planning, and tool use.

Core Features & Use Cases

  • Agent Design Patterns: Learn ReAct, Plan-and-Execute, Tool-Use, Memory Systems, and Multi-Agent architectures.
  • Implementation Guidance: Provides Python code snippets and conceptual frameworks for building agents.
  • Use Case: You are building a customer support AI that needs to understand user queries, search a knowledge base, and formulate helpful responses. This skill will guide you in structuring the agent's reasoning and action loops.

Quick Start

Use the agentic-workflows skill to design a ReAct agent that can search the web and summarize findings.

Frequently Asked Questions about agentic-workflows

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design an AI agentic workflow for complex task automation?

To design an AI agentic workflow, implement established patterns like ReAct, Plan-and-Execute, and tool use to structure an agent's perception, reasoning, and action loops for autonomous task completion. This skill provides the conceptual frameworks and Python snippets needed for implementation.

What is the ReAct pattern in multi-agent orchestration?

The ReAct pattern in multi-agent orchestration is a design framework where AI agents cycle through reasoning and acting steps, allowing them to perceive environments, use tools, and learn from outcomes to solve complex tasks autonomously.

How do I build a customer support AI agent that searches a knowledge base?

Build a customer support AI agent by implementing a reasoning loop that understands user queries, executes tool use to search the knowledge base, and formulates responses based on retrieved findings. This skill provides the structural patterns for that action loop.

Do I need prior knowledge of reasoning loops to implement planning agents?

Yes, implementing planning agents requires an understanding of agent perception, reasoning, action, and learning loops. This skill provides advanced patterns and guidance, assuming you have foundational knowledge of autonomous AI agent systems.

What is the best way to structure memory systems for autonomous AI agents?

The best way to structure memory systems for autonomous AI agents is using established architectural patterns that support the agent's reasoning and learning loops. This skill guides the design of memory components within broader multi-agent architectures.

When should I use multi-agent orchestration instead of a single workflow?

Use multi-agent orchestration when tasks require distributed reasoning and specialized tool use across different agent roles. This approach is necessary when a single workflow cannot handle the complexity of autonomous perception, planning, and action execution.