ThibautMelenThibautMelenCommunity·1 Agent Skills Included

agentic-ai-systems

Learn orchestration patterns, workflows, and subagent architecture

Explains core orchestration patterns like prompt chaining, routing, parallelization, and evaluator loops with clear diagrams. Covers subagents, slash commands, hooks, and skills with copy-ready configuration examples. Removes the guesswork of choosing the right pattern through decision guides and runnable workflow files.
npx skills add ThibautMelen/agentic-ai-systems --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install agentic-ai-systems?â–¼

Run `npx skills add ThibautMelen/agentic-ai-systems --all -g -y` in your terminal to install everything globally.

What is the difference between a workflow and an autonomous agent?â–¼

Workflows follow predefined paths where code controls the flow, while autonomous agents decide their own steps dynamically. This repository explains both with diagrams and decision guides.

How do I choose the right orchestration pattern?â–¼

Use the included quick decision flowchart: simple tasks use the baseline, sequential steps use chaining, and open-ended problems use the autonomous agent pattern.

Does this work with Claude Code?â–¼

Yes. It documents Claude Code components like subagents, slash commands, skills, and hooks with exact file locations and frontmatter references.

Can beginners learn agent systems without coding experience?â–¼

Yes. Every concept is explained in plain language with visual diagrams, a glossary, and real-world use cases you can follow step by step.

Related Repositories in Education & Research

View All in Education & Research→