docs: update plugin/agent/skill counts (72 plugins, 108 agents, 129 skills)

This commit is contained in:
Seth Hobson
2026-01-19 17:03:11 -05:00
parent 027ed046a3
commit be58daee0c
3 changed files with 19 additions and 19 deletions

View File

@@ -6,7 +6,7 @@
"url": "https://github.com/wshobson" "url": "https://github.com/wshobson"
}, },
"metadata": { "metadata": {
"description": "Production-ready workflow orchestration with 68 focused plugins, 102 specialized agents, and 116 skills - optimized for granular installation and minimal token usage", "description": "Production-ready workflow orchestration with 72 focused plugins, 108 specialized agents, and 129 skills - optimized for granular installation and minimal token usage",
"version": "1.3.7" "version": "1.3.7"
}, },
"plugins": [ "plugins": [

View File

@@ -4,26 +4,26 @@
[![Run in Smithery](https://smithery.ai/badge/skills/wshobson)](https://smithery.ai/skills?ns=wshobson&utm_source=github&utm_medium=badge) [![Run in Smithery](https://smithery.ai/badge/skills/wshobson)](https://smithery.ai/skills?ns=wshobson&utm_source=github&utm_medium=badge)
> **🎯 Agent Skills Enabled** — 116 specialized skills extend Claude's capabilities across plugins with progressive disclosure > **🎯 Agent Skills Enabled** — 129 specialized skills extend Claude's capabilities across plugins with progressive disclosure
A comprehensive production-ready system combining **102 specialized AI agents**, **15 multi-agent workflow orchestrators**, **116 agent skills**, and **76 development tools** organized into **68 focused, single-purpose plugins** for [Claude Code](https://docs.claude.com/en/docs/claude-code/overview). A comprehensive production-ready system combining **108 specialized AI agents**, **15 multi-agent workflow orchestrators**, **129 agent skills**, and **72 development tools** organized into **72 focused, single-purpose plugins** for [Claude Code](https://docs.claude.com/en/docs/claude-code/overview).
## Overview ## Overview
This unified repository provides everything needed for intelligent automation and multi-agent orchestration across modern software development: This unified repository provides everything needed for intelligent automation and multi-agent orchestration across modern software development:
- **68 Focused Plugins** - Granular, single-purpose plugins optimized for minimal token usage and composability - **72 Focused Plugins** - Granular, single-purpose plugins optimized for minimal token usage and composability
- **102 Specialized Agents** - Domain experts with deep knowledge across architecture, languages, infrastructure, quality, data/AI, documentation, business operations, and SEO - **108 Specialized Agents** - Domain experts with deep knowledge across architecture, languages, infrastructure, quality, data/AI, documentation, business operations, and SEO
- **116 Agent Skills** - Modular knowledge packages with progressive disclosure for specialized expertise - **129 Agent Skills** - Modular knowledge packages with progressive disclosure for specialized expertise
- **15 Workflow Orchestrators** - Multi-agent coordination systems for complex operations like full-stack development, security hardening, ML pipelines, and incident response - **15 Workflow Orchestrators** - Multi-agent coordination systems for complex operations like full-stack development, security hardening, ML pipelines, and incident response
- **76 Development Tools** - Optimized utilities including project scaffolding, security scanning, test automation, and infrastructure setup - **72 Development Tools** - Optimized utilities including project scaffolding, security scanning, test automation, and infrastructure setup
### Key Features ### Key Features
- **Granular Plugin Architecture**: 68 focused plugins optimized for minimal token usage - **Granular Plugin Architecture**: 72 focused plugins optimized for minimal token usage
- **Comprehensive Tooling**: 76 development tools including test generation, scaffolding, and security scanning - **Comprehensive Tooling**: 72 development tools including test generation, scaffolding, and security scanning
- **100% Agent Coverage**: All plugins include specialized agents - **100% Agent Coverage**: All plugins include specialized agents
- **Agent Skills**: 116 specialized skills following for progressive disclosure and token efficiency - **Agent Skills**: 129 specialized skills following for progressive disclosure and token efficiency
- **Clear Organization**: 23 categories with 1-6 plugins each for easy discovery - **Clear Organization**: 23 categories with 1-6 plugins each for easy discovery
- **Efficient Design**: Average 3.4 components per plugin (follows Anthropic's 2-8 pattern) - **Efficient Design**: Average 3.4 components per plugin (follows Anthropic's 2-8 pattern)
@@ -49,7 +49,7 @@ Add this marketplace to Claude Code:
/plugin marketplace add wshobson/agents /plugin marketplace add wshobson/agents
``` ```
This makes all 68 plugins available for installation, but **does not load any agents or tools** into your context. This makes all 72 plugins available for installation, but **does not load any agents or tools** into your context.
### Step 2: Install Plugins ### Step 2: Install Plugins
@@ -113,9 +113,9 @@ rm -rf ~/.claude/plugins/cache/claude-code-workflows && rm ~/.claude/plugins/ins
### Core Guides ### Core Guides
- **[Plugin Reference](docs/plugins.md)** - Complete catalog of all 68 plugins - **[Plugin Reference](docs/plugins.md)** - Complete catalog of all 72 plugins
- **[Agent Reference](docs/agents.md)** - All 102 agents organized by category - **[Agent Reference](docs/agents.md)** - All 108 agents organized by category
- **[Agent Skills](docs/agent-skills.md)** - 116 specialized skills with progressive disclosure - **[Agent Skills](docs/agent-skills.md)** - 129 specialized skills with progressive disclosure
- **[Usage Guide](docs/usage.md)** - Commands, workflows, and best practices - **[Usage Guide](docs/usage.md)** - Commands, workflows, and best practices
- **[Architecture](docs/architecture.md)** - Design principles and patterns - **[Architecture](docs/architecture.md)** - Design principles and patterns
@@ -129,7 +129,7 @@ rm -rf ~/.claude/plugins/cache/claude-code-workflows && rm ~/.claude/plugins/ins
## What's New ## What's New
### Agent Skills (116 skills across 20 plugins) ### Agent Skills (129 skills across 20 plugins)
Specialized knowledge packages following Anthropic's progressive disclosure architecture: Specialized knowledge packages following Anthropic's progressive disclosure architecture:
@@ -236,7 +236,7 @@ Uses kubernetes-architect agent with 4 specialized skills for production-grade c
## Plugin Categories ## Plugin Categories
**23 categories, 68 plugins:** **23 categories, 72 plugins:**
- 🎨 **Development** (4) - debugging, backend, frontend, multi-platform - 🎨 **Development** (4) - debugging, backend, frontend, multi-platform
- 📚 **Documentation** (3) - code docs, API specs, diagrams, C4 architecture - 📚 **Documentation** (3) - code docs, API specs, diagrams, C4 architecture
@@ -268,7 +268,7 @@ Uses kubernetes-architect agent with 4 specialized skills for production-grade c
- **Single responsibility** - Each plugin does one thing well - **Single responsibility** - Each plugin does one thing well
- **Minimal token usage** - Average 3.4 components per plugin - **Minimal token usage** - Average 3.4 components per plugin
- **Composable** - Mix and match for complex workflows - **Composable** - Mix and match for complex workflows
- **100% coverage** - All 102 agents accessible across plugins - **100% coverage** - All 108 agents accessible across plugins
### Progressive Disclosure (Skills) ### Progressive Disclosure (Skills)
@@ -282,7 +282,7 @@ Three-tier architecture for token efficiency:
``` ```
claude-agents/ claude-agents/
├── .claude-plugin/ ├── .claude-plugin/
│ └── marketplace.json # 68 plugins │ └── marketplace.json # 72 plugins
├── plugins/ ├── plugins/
│ ├── python-development/ │ ├── python-development/
│ │ ├── agents/ # 3 Python experts │ │ ├── agents/ # 3 Python experts

View File

@@ -1,6 +1,6 @@
# Complete Plugin Reference # Complete Plugin Reference
Browse all **68 focused, single-purpose plugins** organized by category. Browse all **72 focused, single-purpose plugins** organized by category.
## Quick Start - Essential Plugins ## Quick Start - Essential Plugins