agentic-ai-systems
Learn orchestration patterns, workflows, and subagent architecture
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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→learn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides