Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

layout default
title Wshobson Agents Tutorial
nav_order 142
has_children true
format_version v2

Wshobson Agents Tutorial: Pluginized Multi-Agent Workflows for Claude Code

Learn how to use wshobson/agents to install focused Claude Code plugins, coordinate specialist agents, and run scalable multi-agent workflows with clear model and skill boundaries.

GitHub Repo License Marketplace

Why This Track Matters

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

Current Snapshot (auto-updated)

Mental Model

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]
Loading

Chapter Guide

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

What You Will Learn

  • 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

Source References

Related Tutorials


Start with Chapter 1: Getting Started.

Navigation & Backlinks

Full Chapter Map

  1. Chapter 1: Getting Started
  2. Chapter 2: Marketplace Architecture and Plugin Structure
  3. Chapter 3: Installation and Plugin Selection Strategy
  4. Chapter 4: Commands, Natural Language, and Workflow Orchestration
  5. Chapter 5: Agents, Skills, and Model Tier Strategy
  6. Chapter 6: Multi-Agent Team Patterns and Production Workflows
  7. Chapter 7: Governance, Safety, and Operational Best Practices
  8. Chapter 8: Contribution Workflow and Plugin Authoring Patterns

Generated by AI Codebase Knowledge Builder