agentic-patterns

Analyze multi-agent architectures to recommend orchestration and tool-use patterns.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Nima-MM/agentic-consultant --skill agentic-patterns-nima-mm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentic-patterns
Source: https://github.com/Nima-MM/agentic-consultant/tree/main/.agents/skills/consultant/agentic-patterns
Command: npx skills add https://github.com/Nima-MM/agentic-consultant --skill agentic-patterns-nima-mm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyzes multi-agent architectures and recommends orchestration strategies, communication patterns, and tool-use designs for agentic AI systems. Provides pattern selection guidance backed by current best practices from Google, Anthropic, and the broader AI engineering community. Use this skill whenever the user asks about designing agent systems, choosing between orchestration approaches (sequential, parallel, hierarchical), structuring multi-agent communication, implementing tool-use patterns like ReAct or reflection loops, or evaluating whether their agentic architecture fits the problem. Also trigger when users mention swarm agents, agent coordination, agent communication protocols, orchestrator-worker setups, or want to understand trade-offs between different multi-agent topologies.

Core Features & Use Cases

  • Pattern selection guidance for orchestration, communication, and tool-use designs tailored to agentic systems.
  • Reference-driven analysis using the pattern catalog to map user problems to proven patterns.
  • Implementation guidance for architecture decisions, including how to instantiate agents, roles, and flows.

Quick Start

Provide a concise problem description and context, and I will propose an architecture using a recommended agent pattern.

Frequently Asked Questions about agentic-patterns

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

FAQPage Schema
What is the best way to structure communication between multiple AI agents?

To design a multi-agent architecture, provide a concise problem description. This skill maps your requirements to proven patterns from its catalog, recommending instantiation approaches for agent roles, orchestration, and flows.

When should I use hierarchical orchestration instead of parallel multi-agent setups?

Use hierarchical orchestration for complex task decomposition and parallel setups for independent subtasks. This skill evaluates your agentic architecture to recommend whether sequential, parallel, or hierarchical orchestration best fits your problem.

How do I implement ReAct and reflection loops for tool-use in agentic AI systems?

Implementing ReAct and reflection loops requires structured tool-use patterns. This skill provides implementation guidance for agentic AI systems, mapping your tool-use requirements to established patterns from the reference catalog.

Can I get architecture recommendations for an orchestrator-worker swarm agent topology?

Yes, you can get architecture recommendations for an orchestrator-worker swarm agent topology. This skill evaluates your setup and provides concrete pattern selection guidance backed by best practices from Google and Anthropic.

What are the limitations of sequential orchestration in multi-agent communication?

Sequential orchestration limits parallel processing and can create bottlenecks in multi-agent communication. This skill analyzes such trade-offs between different multi-agent topologies to determine if your architecture fits the problem.