| layout | default |
|---|---|
| title | Wshobson Agents Tutorial |
| nav_order | 142 |
| has_children | true |
| format_version | v2 |
Learn how to use
wshobson/agentsto install focused Claude Code plugins, coordinate specialist agents, and run scalable multi-agent workflows with clear model and skill boundaries.
wshobson/agents is one of the largest pluginized Claude Code ecosystems and a practical reference for composable agent operations at scale.
This track focuses on:
- installing only the plugins you need for token-efficient operation
- understanding how plugins, agents, commands, and skills interact
- using command workflows and natural-language orchestration together
- extending the ecosystem with maintainable plugin authoring practices
- repository:
wshobson/agents - stars: about 31.9k
flowchart LR
A[Install plugin] --> B[Load focused agents and commands]
B --> C[Optional skill activation]
C --> D[Slash command or NL invocation]
D --> E[Multi-agent orchestration]
E --> F[Iterative output and review]
| Chapter | Key Question | Outcome |
|---|---|---|
| 01 - Getting Started | How do I start with the marketplace and first plugins? | Working baseline |
| 02 - Marketplace Architecture and Plugin Structure | How is the repo organized for composability? | Strong architecture model |
| 03 - Installation and Plugin Selection Strategy | How do I choose plugin sets without context bloat? | Better plugin portfolio |
| 04 - Commands, Natural Language, and Workflow Orchestration | When should I use slash commands vs NL prompts? | Higher operator throughput |
| 05 - Agents, Skills, and Model Tier Strategy | How do specialists, skills, and model tiers fit together? | Better quality/cost control |
| 06 - Multi-Agent Team Patterns and Production Workflows | How do I run complex team workflows safely? | Operational confidence |
| 07 - Governance, Safety, and Operational Best Practices | How do teams keep usage secure and maintainable? | Governance baseline |
| 08 - Contribution Workflow and Plugin Authoring Patterns | How do I contribute high-quality plugins and docs? | Contributor readiness |
- how to operationalize pluginized agent systems at scale
- how to manage command-driven and NL-driven flows together
- how to tune capability/cost through selective plugin + model strategy
- how to contribute cleanly to a fast-moving multi-plugin ecosystem
Start with Chapter 1: Getting Started.
- Start Here: Chapter 1: Getting Started
- Back to Main Catalog
- Browse A-Z Tutorial Directory
- Search by Intent
- Explore Category Hubs
- Chapter 1: Getting Started
- Chapter 2: Marketplace Architecture and Plugin Structure
- Chapter 3: Installation and Plugin Selection Strategy
- Chapter 4: Commands, Natural Language, and Workflow Orchestration
- Chapter 5: Agents, Skills, and Model Tier Strategy
- Chapter 6: Multi-Agent Team Patterns and Production Workflows
- Chapter 7: Governance, Safety, and Operational Best Practices
- Chapter 8: Contribution Workflow and Plugin Authoring Patterns
Generated by AI Codebase Knowledge Builder