mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 09:37:15 +00:00
feat: add 5 new specialized agents with 20 skills
Add domain expert agents with comprehensive skill sets: - service-mesh-expert (cloud-infrastructure): Istio/Linkerd patterns, mTLS, observability - event-sourcing-architect (backend-development): CQRS, event stores, projections, sagas - vector-database-engineer (llm-application-dev): embeddings, similarity search, hybrid search - monorepo-architect (developer-essentials): Nx, Turborepo, Bazel, pnpm workspaces - threat-modeling-expert (security-scanning): STRIDE, attack trees, security requirements Update all documentation to reflect correct counts: - 67 plugins, 99 agents, 107 skills, 71 commands
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Agent Skills
|
||||
|
||||
Agent Skills are modular packages that extend Claude's capabilities with specialized domain knowledge, following Anthropic's [Agent Skills Specification](https://github.com/anthropics/skills/blob/main/agent_skills_spec.md). This plugin ecosystem includes **57 specialized skills** across 15 plugins, enabling progressive disclosure and efficient token usage.
|
||||
Agent Skills are modular packages that extend Claude's capabilities with specialized domain knowledge, following Anthropic's [Agent Skills Specification](https://github.com/anthropics/skills/blob/main/agent_skills_spec.md). This plugin ecosystem includes **107 specialized skills** across 18 plugins, enabling progressive disclosure and efficient token usage.
|
||||
|
||||
## Overview
|
||||
|
||||
@@ -187,7 +187,7 @@ fastapi-templates skill → Supplies production-ready templates
|
||||
|
||||
## Specification Compliance
|
||||
|
||||
All 55 skills follow the [Agent Skills Specification](https://github.com/anthropics/skills/blob/main/agent_skills_spec.md):
|
||||
All 107 skills follow the [Agent Skills Specification](https://github.com/anthropics/skills/blob/main/agent_skills_spec.md):
|
||||
|
||||
- ✓ Required `name` field (hyphen-case)
|
||||
- ✓ Required `description` field with "Use when" clause
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Agent Reference
|
||||
|
||||
Complete reference for all **91 specialized AI agents** organized by category with model assignments.
|
||||
Complete reference for all **99 specialized AI agents** organized by category with model assignments.
|
||||
|
||||
## Agent Categories
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ This marketplace follows industry best practices with a focus on granularity, co
|
||||
|
||||
### Plugin Distribution
|
||||
|
||||
- **65 focused plugins** optimized for specific use cases
|
||||
- **67 focused plugins** optimized for specific use cases
|
||||
- **23 clear categories** with 1-6 plugins each for easy discovery
|
||||
- Organized by domain:
|
||||
- **Development**: 4 plugins (debugging, backend, frontend, multi-platform)
|
||||
@@ -48,17 +48,17 @@ This marketplace follows industry best practices with a focus on granularity, co
|
||||
|
||||
### Component Breakdown
|
||||
|
||||
**91 Specialized Agents**
|
||||
**99 Specialized Agents**
|
||||
- Domain experts with deep knowledge
|
||||
- Organized across architecture, languages, infrastructure, quality, data/AI, documentation, business, and SEO
|
||||
- Model-optimized (48 Haiku, 100 Sonnet) for performance and cost
|
||||
- Model-optimized with three-tier strategy (Opus, Sonnet, Haiku) for performance and cost
|
||||
|
||||
**15 Workflow Orchestrators**
|
||||
- Multi-agent coordination systems
|
||||
- Complex operations like full-stack development, security hardening, ML pipelines, incident response
|
||||
- Pre-configured agent workflows
|
||||
|
||||
**44 Development Tools**
|
||||
**71 Development Tools**
|
||||
- Optimized utilities including:
|
||||
- Project scaffolding (Python, TypeScript, Rust)
|
||||
- Security scanning (SAST, dependency audit, XSS)
|
||||
@@ -66,10 +66,10 @@ This marketplace follows industry best practices with a focus on granularity, co
|
||||
- Component scaffolding (React, React Native)
|
||||
- Infrastructure setup (Terraform, Kubernetes)
|
||||
|
||||
**47 Agent Skills**
|
||||
**107 Agent Skills**
|
||||
- Modular knowledge packages
|
||||
- Progressive disclosure architecture
|
||||
- Domain-specific expertise across 14 plugins
|
||||
- Domain-specific expertise across 18 plugins
|
||||
- Spec-compliant (Anthropic Agent Skills Specification)
|
||||
|
||||
## Repository Structure
|
||||
@@ -77,7 +77,7 @@ This marketplace follows industry best practices with a focus on granularity, co
|
||||
```
|
||||
claude-agents/
|
||||
├── .claude-plugin/
|
||||
│ └── marketplace.json # Marketplace catalog (65 plugins)
|
||||
│ └── marketplace.json # Marketplace catalog (67 plugins)
|
||||
├── plugins/ # Isolated plugin directories
|
||||
│ ├── python-development/
|
||||
│ │ ├── agents/ # Python language agents
|
||||
@@ -120,7 +120,7 @@ claude-agents/
|
||||
│ │ │ └── c4-context.md
|
||||
│ │ └── commands/
|
||||
│ │ └── c4-architecture.md
|
||||
│ └── ... (60 more isolated plugins)
|
||||
│ └── ... (62 more isolated plugins)
|
||||
├── docs/ # Documentation
|
||||
│ ├── agent-skills.md # Agent Skills guide
|
||||
│ ├── agents.md # Agent reference
|
||||
@@ -191,7 +191,7 @@ description: What the skill does. Use when [trigger]. # Required: < 1024 chars
|
||||
- **Composability**: Mix and match skills across workflows
|
||||
- **Maintainability**: Isolated updates don't affect other skills
|
||||
|
||||
See [Agent Skills](./agent-skills.md) for complete details on the 47 skills.
|
||||
See [Agent Skills](./agent-skills.md) for complete details on the 107 skills.
|
||||
|
||||
## Model Configuration Strategy
|
||||
|
||||
@@ -201,8 +201,9 @@ The system uses Claude Opus and Sonnet models strategically:
|
||||
|
||||
| Model | Count | Use Case |
|
||||
|-------|-------|----------|
|
||||
| Haiku | 48 agents | Fast execution, deterministic tasks |
|
||||
| Sonnet | 100 agents | Complex reasoning, architecture decisions |
|
||||
| Opus | 42 agents | Critical architecture, security, code review |
|
||||
| Sonnet | 39 agents | Complex tasks, support with intelligence |
|
||||
| Haiku | 18 agents | Fast operational tasks |
|
||||
|
||||
### Selection Criteria
|
||||
|
||||
@@ -255,7 +256,7 @@ code-reviewer (Sonnet) validates architecture
|
||||
### Component Coverage
|
||||
|
||||
- **100% agent coverage** - all plugins include at least one agent
|
||||
- **100% component availability** - all 91 agents accessible across plugins
|
||||
- **100% component availability** - all 99 agents accessible across plugins
|
||||
- **Efficient distribution** - 3.4 components per plugin average
|
||||
|
||||
### Discoverability
|
||||
@@ -383,5 +384,5 @@ Feature Development Workflow:
|
||||
|
||||
- [Agent Skills](./agent-skills.md) - Modular knowledge packages
|
||||
- [Agent Reference](./agents.md) - Complete agent catalog
|
||||
- [Plugin Reference](./plugins.md) - All 65 plugins
|
||||
- [Plugin Reference](./plugins.md) - All 67 plugins
|
||||
- [Usage Guide](./usage.md) - Commands and workflows
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Complete Plugin Reference
|
||||
|
||||
Browse all **65 focused, single-purpose plugins** organized by category.
|
||||
Browse all **67 focused, single-purpose plugins** organized by category.
|
||||
|
||||
## Quick Start - Essential Plugins
|
||||
|
||||
@@ -329,7 +329,7 @@ plugins/python-development/
|
||||
/plugin marketplace add wshobson/agents
|
||||
```
|
||||
|
||||
This makes all 65 plugins available for installation, but **does not load any agents or tools** into your context.
|
||||
This makes all 67 plugins available for installation, but **does not load any agents or tools** into your context.
|
||||
|
||||
### Step 2: Install Specific Plugins
|
||||
|
||||
@@ -369,7 +369,7 @@ Each installed plugin loads **only its specific agents and commands** into Claud
|
||||
|
||||
## See Also
|
||||
|
||||
- [Agent Skills](./agent-skills.md) - 47 specialized skills across plugins
|
||||
- [Agent Skills](./agent-skills.md) - 107 specialized skills across plugins
|
||||
- [Agent Reference](./agents.md) - Complete agent catalog
|
||||
- [Usage Guide](./usage.md) - Commands and workflows
|
||||
- [Architecture](./architecture.md) - Design principles
|
||||
|
||||
@@ -386,11 +386,11 @@ User: "Implement Kubernetes deployment with Helm"
|
||||
→ Result: Production-grade K8s manifests with Helm charts
|
||||
```
|
||||
|
||||
See [Agent Skills](./agent-skills.md) for details on the 47 specialized skills.
|
||||
See [Agent Skills](./agent-skills.md) for details on the 107 specialized skills.
|
||||
|
||||
## See Also
|
||||
|
||||
- [Agent Skills](./agent-skills.md) - Specialized knowledge packages
|
||||
- [Agent Reference](./agents.md) - Complete agent catalog
|
||||
- [Plugin Reference](./plugins.md) - All 65 plugins
|
||||
- [Plugin Reference](./plugins.md) - All 67 plugins
|
||||
- [Architecture](./architecture.md) - Design principles
|
||||
|
||||
Reference in New Issue
Block a user