Commit Graph

100 Commits

Author SHA1 Message Date
M. A.
cbb60494b1 Add Comprehensive Python Development Skills (#419)
* Add extra python skills covering code style, design patterns, resilience, resource management, testing patterns, and type safety ...etc

* fix: correct code examples in Python skills

- Clarify Python version requirements for type statement (3.10+ vs 3.12+)
- Add missing ValidationError import in configuration example
- Add missing httpx import and url parameter in async example

---------

Co-authored-by: Seth Hobson <wshobson@gmail.com>
2026-01-30 11:52:14 -05:00
Seth Hobson
56848874a2 style: format all files with prettier 2026-01-19 17:07:03 -05:00
Seth Hobson
be58daee0c docs: update plugin/agent/skill counts (72 plugins, 108 agents, 129 skills) 2026-01-19 17:03:11 -05:00
Seth Hobson
16f8e8c66e fix(llm-application-dev): add command frontmatter for slash command registration v2.0.1 2026-01-19 16:26:41 -05:00
Seth Hobson
1e54d186fe feat(ui-design): add comprehensive UI/UX design plugin v1.0.0
New plugin covering mobile (iOS, Android, React Native) and web
applications with modern design patterns, accessibility, and design systems.

Components:
- 9 skills: design-system-patterns, accessibility-compliance, responsive-design,
  mobile-ios-design, mobile-android-design, react-native-design,
  web-component-design, interaction-design, visual-design-foundations
- 4 commands: design-review, create-component, accessibility-audit, design-system-setup
- 3 agents: ui-designer, accessibility-expert, design-system-architect

Marketplace updated:
- Version bumped to 1.3.4
- 102 agents (+3), 116 skills (+9)
2026-01-19 16:22:13 -05:00
Seth Hobson
f662524f9a feat: add Conductor plugin for Context-Driven Development
Add comprehensive Conductor plugin implementing Context-Driven Development
methodology with tracks, specs, and phased implementation plans.

Components:
- 5 commands: setup, new-track, implement, status, revert
- 1 agent: conductor-validator
- 3 skills: context-driven-development, track-management, workflow-patterns
- 18 templates for project artifacts

Documentation updates:
- README.md: Updated counts (68 plugins, 100 agents, 110 skills, 76 tools)
- docs/plugins.md: Added Conductor to Workflows section
- docs/agents.md: Added conductor-validator agent
- docs/agent-skills.md: Added Conductor skills section

Also includes Prettier formatting across all project files.
2026-01-15 17:38:21 -05:00
Seth Hobson
f95810b340 chore: remove Claude Code GitHub workflows
The workflows were failing for fork PRs due to GitHub security
restrictions on secrets access. Removing until a better solution
is implemented.
2025-12-30 16:25:52 -05:00
Seth Hobson
01d93fc227 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
2025-12-16 16:00:58 -05:00
Seth Hobson
c7ad381360 feat: implement three-tier model strategy with Opus 4.5 (#139)
* feat: implement three-tier model strategy with Opus 4.5

This implements a strategic model selection approach based on agent
complexity and use case, addressing Issue #136.

Three-Tier Strategy:
- Tier 1 (opus): 17 critical agents for architecture, security, code review
- Tier 2 (inherit): 21 complex agents where users choose their model
- Tier 3 (sonnet): 63 routine development agents (unchanged)
- Tier 4 (haiku): 47 fast operational agents (unchanged)

Why Opus 4.5 for Tier 1:
- 80.9% on SWE-bench (industry-leading for code)
- 65% fewer tokens for long-horizon tasks
- Superior reasoning for architectural decisions

Changes:
- Update architect-review, cloud-architect, kubernetes-architect,
  database-architect, security-auditor, code-reviewer to opus
- Update backend-architect, performance-engineer, ai-engineer,
  prompt-engineer, ml-engineer, mlops-engineer, data-scientist,
  blockchain-developer, quant-analyst, risk-manager, sql-pro,
  database-optimizer to inherit
- Update README with three-tier model documentation

Relates to #136

* feat: comprehensive model tier redistribution for Opus 4.5

This commit implements a strategic rebalancing of agent model assignments,
significantly increasing the use of Opus 4.5 for critical coding tasks while
ensuring Sonnet is used more than Haiku for support tasks.

Final Distribution (153 total agent files):
- Tier 1 Opus: 42 agents (27.5%) - All production coding + critical architecture
- Tier 2 Inherit: 42 agents (27.5%) - Complex tasks, user-choosable
- Tier 3 Sonnet: 38 agents (24.8%) - Support tasks needing intelligence
- Tier 4 Haiku: 31 agents (20.3%) - Simple operational tasks

Key Changes:

Tier 1 (Opus) - Production Coding + Critical Review:
- ALL code-reviewers (6 total): Ensures highest quality code review across
  all contexts (comprehensive, git PR, code docs, codebase cleanup, refactoring, TDD)
- All major language pros (7): python, golang, rust, typescript, cpp, java, c
- Framework specialists (6): django (2), fastapi (2), graphql-architect (2)
- Complex specialists (6): terraform-specialist (3), tdd-orchestrator (2), data-engineer
- Blockchain: blockchain-developer (smart contracts are critical)
- Game dev (2): unity-developer, minecraft-bukkit-pro
- Architecture (existing): architect-review, cloud-architect, kubernetes-architect,
  hybrid-cloud-architect, database-architect, security-auditor

Tier 2 (Inherit) - User Flexibility:
- Secondary languages (6): javascript, scala, csharp, ruby, php, elixir
- All frontend/mobile (8): frontend-developer (4), mobile-developer (2),
  flutter-expert, ios-developer
- Specialized (6): observability-engineer (2), temporal-python-pro,
  arm-cortex-expert, context-manager (2), database-optimizer (2)
- AI/ML, backend-architect, performance-engineer, quant/risk (existing)

Tier 3 (Sonnet) - Intelligent Support:
- Documentation (4): docs-architect (2), tutorial-engineer (2)
- Testing (2): test-automator (2)
- Developer experience (3): dx-optimizer (2), business-analyst
- Modernization (4): legacy-modernizer (3), database-admin
- Other support agents (existing)

Tier 4 (Haiku) - Simple Operations:
- SEO/Marketing (10): All SEO agents, content, search
- Deployment (4): deployment-engineer (4 instances)
- Debugging (5): debugger (2), error-detective (3)
- DevOps (3): devops-troubleshooter (3)
- Other simple operational tasks

Rationale:
- Opus 4.5 achieves 80.9% on SWE-bench with 65% fewer tokens on complex tasks
- Production code deserves the best model: all language pros now on Opus
- All code review uses Opus for maximum quality and security
- Sonnet > Haiku (38 vs 31) ensures better intelligence for support tasks
- Inherit tier gives users cost control for frontend, mobile, and specialized tasks

Related: #136, #132

* feat: upgrade final 13 agents from Haiku to Sonnet

Based on research into Haiku 4.5 vs Sonnet 4.5 capabilities, upgraded
agents requiring deep analytical intelligence from Haiku to Sonnet.

Research Findings:
- Haiku 4.5: 73.3% SWE-bench, 3-5x faster, 1/3 cost, sub-200ms responses
- Best for Haiku: Real-time apps, data extraction, templates, high-volume ops
- Best for Sonnet: Complex reasoning, root cause analysis, strategic planning

Agents Upgraded (13 total):
- Debugging (5): debugger (2), error-detective (3) - Complex root cause analysis
- DevOps (3): devops-troubleshooter (3) - System diagnostics & troubleshooting
- Network (2): network-engineer (2) - Complex network analysis & optimization
- API Documentation (2): api-documenter (2) - Deep API understanding required
- Payments (1): payment-integration - Critical financial integration

Final Distribution (153 total):
- Tier 1 Opus: 42 agents (27.5%) - Production coding + critical architecture
- Tier 2 Inherit: 42 agents (27.5%) - Complex tasks, user-choosable
- Tier 3 Sonnet: 51 agents (33.3%) - Support tasks needing intelligence
- Tier 4 Haiku: 18 agents (11.8%) - Fast operational tasks only

Haiku Now Reserved For:
- SEO/Marketing (8): Pattern matching, data extraction, content templates
- Deployment (4): Operational execution tasks
- Simple Docs (3): reference-builder, mermaid-expert, c4-code
- Sales/Support (2): High-volume, template-based interactions
- Search (1): Knowledge retrieval

Sonnet > Haiku as requested (51 vs 18)

Sources:
- https://www.creolestudios.com/claude-haiku-4-5-vs-sonnet-4-5-comparison/
- https://www.anthropic.com/news/claude-haiku-4-5
- https://caylent.com/blog/claude-haiku-4-5-deep-dive-cost-capabilities-and-the-multi-agent-opportunity

Related: #136

* docs: add cost considerations and clarify inherit behavior

Addresses PR feedback:
- Added comprehensive cost comparison for all model tiers
- Documented how 'inherit' model works (uses session default, falls back to Sonnet)
- Explained cost optimization strategies
- Clarified when Opus token efficiency offsets higher rate

This helps users make informed decisions about model selection and cost control.
2025-12-10 15:52:06 -05:00
Gurdas Nijor
0669427e9f Add Smithery badge (#131) 2025-12-10 14:55:01 -05:00
Mike Kazmier
16cddabb75 add c4 documentation workflow and agents (#129)
* add c4 documentation workflow and agents

* update the c4-code agent to use proper mermaid diagram types
2025-12-10 14:53:11 -05:00
Seth Hobson
65e5cb093a feat: add Agent Skills and restructure documentation
- Add 47 Agent Skills across 14 plugins following Anthropic's specification
  - Python (5): async patterns, testing, packaging, performance, UV package manager
  - JavaScript/TypeScript (4): advanced types, Node.js patterns, testing, modern JS
  - Kubernetes (4): manifests, Helm charts, GitOps, security policies
  - Cloud Infrastructure (4): Terraform, multi-cloud, hybrid networking, cost optimization
  - CI/CD (4): pipeline design, GitHub Actions, GitLab CI, secrets management
  - Backend (3): API design, architecture patterns, microservices
  - LLM Applications (4): LangChain, prompt engineering, RAG, evaluation
  - Blockchain/Web3 (4): DeFi protocols, NFT standards, Solidity security, Web3 testing
  - Framework Migration (4): React, Angular, database, dependency upgrades
  - Observability (4): Prometheus, Grafana, distributed tracing, SLO
  - Payment Processing (4): Stripe, PayPal, PCI compliance, billing
  - API Scaffolding (1): FastAPI templates
  - ML Operations (1): ML pipeline workflow
  - Security (1): SAST configuration

- Restructure documentation into /docs directory
  - agent-skills.md: Complete guide to all 47 skills
  - agents.md: All 85 agents with model configuration
  - plugins.md: Complete catalog of 63 plugins
  - usage.md: Commands, workflows, and best practices
  - architecture.md: Design principles and patterns

- Update README.md
  - Add Agent Skills banner announcement
  - Reduce length by ~75% with links to detailed docs
  - Add What's New section showcasing Agent Skills
  - Add Popular Use Cases with real examples
  - Improve navigation with Core Guides and Quick Links

- Update marketplace.json with skills arrays for 14 plugins

All 47 skills follow Agent Skills Specification:
- Required YAML frontmatter (name, description)
- Use when activation clauses
- Progressive disclosure architecture
- Under 1024 character descriptions
2025-10-16 20:33:27 -04:00
Seth Hobson
1962091501 docs: add banner for Sonnet 4.5 & Haiku 4.5 update 2025-10-15 14:08:10 -04:00
Seth Hobson
8346c1f2f7 refactor: migrate to model-agnostic Sonnet/Haiku architecture
- Migrate all 48 Opus agents to Sonnet
- Optimize 35 execution-focused agents for Haiku
- Update README with hybrid orchestration patterns
- Simplify model configuration to use agnostic aliases

Final distribution: 97 Sonnet / 47 Haiku agents
2025-10-15 14:06:54 -04:00
Seth Hobson
93018df532 fix: restore original plugin name arm-cortex-microcontrollers
- Revert plugin name from embedded-systems to arm-cortex-microcontrollers
- Keep original name chosen by contributor Ryan Snodgrass
- Update all references in README.md and marketplace.json
- Plugin structure remains properly organized in plugins/ directory
2025-10-14 21:13:27 -04:00
Seth Hobson
571b0c6db4 refactor: move arm-cortex-expert to embedded-systems plugin
- Refactor standalone agent into proper plugin structure
- Create plugins/embedded-systems/ directory with agents/ subdirectory
- Move arm-cortex-expert.md to plugins/embedded-systems/agents/
- Update marketplace.json plugin name and source path
- Update README.md to reflect 7 language plugins (was 6)
- Add embedded-systems to Languages plugin table
- Update all agent references to new path
- Remove empty agents/ directory

This aligns the embedded-systems plugin with the standard plugin
architecture used throughout the repository.
2025-10-14 21:06:18 -04:00
Ryan
ff01b4e86b ARM Cortex M* microcontroller development (#79)
* expert at Teensy microcontroller programming

* Refactor teensy-expert to arm-cortex-expert for broader ARM Cortex-M coverage

- Rename teensy-expert.md to arm-cortex-expert.md
- Update frontmatter: remove triggers field, add model: sonnet
- Generalize content for ARM Cortex-M platforms (Teensy, STM32, nRF52, SAMD)
- Add critical ARM Cortex-M sections:
  * Interrupt Priorities & NVIC Configuration
  * Critical Sections & Interrupt Masking (with BASEPRI formula)
  * Hardfault Debugging Basics
  * Cortex-M Architecture Differences comparison table
  * FPU Context Saving
  * Stack Overflow Protection
- Optimize content: 471 lines → 264 lines (26% reduction)
- Preserve all critical code patterns for correct LLM code generation
- Inline all technical content (no external snippet dependencies)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

* Add arm-cortex-expert to README and marketplace

- Added arm-cortex-expert to Specialized Domains section in README
- Created arm-cortex-microcontrollers plugin entry in marketplace.json
- Plugin authored by Ryan Snodgrass for ARM Cortex-M firmware development

---------

Co-authored-by: Claude <noreply@anthropic.com>
2025-10-14 20:59:07 -04:00
Seth Hobson
7d34619cf3 Update README.md 2025-10-14 20:50:26 -04:00
Seth Hobson
65526f7df8 add star history to readme 2025-10-13 20:16:08 -04:00
Seth Hobson
9b64821cc9 Fix broken agent links in README
Updated all 84 agent references from incorrect `agents/{agent-name}.md` format to correct `plugins/{plugin-name}/agents/{agent-name}.md` paths to resolve 404 errors.
2025-10-13 11:32:01 -04:00
Seth Hobson
018a6b8878 readme links 2025-10-13 11:19:03 -04:00
Seth Hobson
1ebddda482 Update README usage section to highlight plugin slash commands
- Add comprehensive slash command documentation as primary interface
- Include real command examples mapped to actual plugins in marketplace
- Add 70+ categorized slash command reference (all real commands)
- Show both command-based and natural language invocation patterns
- Add tdd-workflows to Testing section for better discoverability
- Provide detailed workflow orchestration examples with step breakdowns
- Include command argument examples and discovery instructions

All examples now use actual commands that exist in the plugin system
(backend-development:feature-development, unit-testing:test-generate, etc.)
2025-10-13 10:47:33 -04:00
Seth Hobson
7a8c0c6368 readme title update 2025-10-13 10:35:29 -04:00
Seth Hobson
743772eae9 readme tidy 2025-10-13 10:34:23 -04:00
Seth Hobson
20d4472a3b Restructure marketplace for isolated plugin architecture
- Organize 62 plugins into isolated directories under plugins/
- Consolidate tools and workflows into commands/ following Anthropic conventions
- Update marketplace.json with isolated source paths for each plugin
- Revise README to reflect plugin-based structure and token efficiency
- Remove shared resource directories (agents/, tools/, workflows/)

Each plugin now contains only its specific agents and commands, enabling
granular installation and minimal token usage. Installing a single plugin
loads only its resources rather than the entire marketplace.

Structure: plugins/{plugin-name}/{agents/,commands/}
2025-10-13 10:19:10 -04:00
Seth Hobson
e4b6fd5c5d marketplace install -> GitHub short form 2025-10-12 20:05:54 -04:00
yinkev
542a3bdcda Update README.md (#91)
There was an error in the count. Originally it said 4, but there are actually 5 Opus agents.
2025-10-12 19:50:19 -04:00
Seth Hobson
918bd6a238 docs: fix Claude Code link in header
Update header link from docs.anthropic.com to docs.claude.com/overview
2025-10-12 19:46:29 -04:00
Seth Hobson
40309fd4bb docs: update Subagents documentation link to docs.claude.com
Migrate from docs.anthropic.com to docs.claude.com for consistency
2025-10-12 19:44:14 -04:00
Seth Hobson
f5e6c80e5b docs: update Claude Code documentation link to new URL
Change main documentation link from docs.anthropic.com to docs.claude.com/overview
2025-10-12 19:43:36 -04:00
Seth Hobson
c8b8b291f3 docs: update README for v1.1.0 with two-tier plugin layout
Major documentation restructure to improve discoverability and usability:

## Two-Tier Plugin Documentation
- Quick Start section: 12 essential plugins with full descriptions
- Complete Reference: All 62 plugins in categorized tables (23 categories)
- Reduces documentation from verbose listings to scannable tables
- Only +31 lines despite documenting +26 more plugins

## Corrected Counts
- Tools: 42 → 44 (correct actual count)
- Plugins: 36 → 62 (v1.1.0 refactoring)
- Agents: 84, Workflows: 15 (verified)

## Content Improvements
- Removed promotional 'new' language throughout
- Updated version highlights to be factual
- Added Claude Code Plugins Guide link to Resources
- Reorganized plugin categories with emoji icons for scanning
- Updated repository structure to show v1.1.0 tools

## Structure
Quick Start (12 plugins):
- Development Essentials (3)
- Full-Stack Development (3)
- Testing & Quality (2)
- Infrastructure & Operations (2)
- Language Support (2)

Complete Reference (62 plugins):
- 23 categories with 1-6 plugins each
- Compact table format (plugin | description | install)
- Covers: Development, Documentation, Workflows, Testing, Quality,
  Utilities, AI/ML, Data, Database, Operations, Performance,
  Infrastructure, Security, Modernization, API, Marketing, Business,
  Languages, Blockchain, Finance, Payments, Gaming, Accessibility
2025-10-12 19:42:44 -04:00
Seth Hobson
8ddbd604bf feat: marketplace v1.0.5 - focused plugins + optimized tools
Major refactoring and optimization release transforming marketplace from bloated
to focused, single-purpose plugin architecture following industry best practices.

MARKETPLACE RESTRUCTURING (27 → 36 plugins)
============================================

Plugin Splits:
- infrastructure-devops (22) → kubernetes-operations, docker-containerization,
  deployment-orchestration
- security-hardening (18) → security-scanning, security-compliance,
  backend-api-security, frontend-mobile-security
- data-ml-pipeline (17) → data-engineering, machine-learning-ops,
  ai-agent-development
- api-development-kit (17) → api-scaffolding, api-testing-observability,
  data-validation-suite
- incident-response (16) → incident-diagnostics, observability-monitoring

New Extracted Plugins:
- data-validation-suite: Schema validation, data quality (extracted duplicates)
- deployment-orchestration: Deployment strategies, rollback (extracted duplicates)

Impact:
- Average plugin size: 8-10 → 6.2 components (-27%)
- Bloated plugins (>15): 5 → 0 (-100%)
- Duplication overhead: 45.2% → 12.6% (-72%)
- All plugins now follow single-responsibility principle

FILE OPTIMIZATION (24,392 lines eliminated)
===========================================

Legacy Files Removed (14,698 lines):
- security-scan.md (3,468 lines) - replaced by focused security plugins
- k8s-manifest.md (2,776 lines) - replaced by kubernetes-operations tools
- docker-optimize.md (2,333 lines) - replaced by docker-containerization tools
- test-harness.md (2,015 lines) - replaced by testing-quality-suite tools
- db-migrate.md (1,891 lines) - replaced by database-operations tools
- api-scaffold.md (1,772 lines) - replaced by api-scaffolding tools
- data-validation.md (1,673 lines) - replaced by data-validation-suite
- deploy-checklist.md (1,630 lines) - replaced by deployment-orchestration tools

High-Priority Files Optimized (9,694 lines saved, 62% avg reduction):
- security-sast.md: 1,216 → 473 lines (61% reduction, 82→19 code blocks)
- prompt-optimize.md: 1,206 → 587 lines (51% reduction)
- doc-generate.md: 1,071 → 652 lines (39% reduction)
- ai-review.md: 1,597 → 428 lines (73% reduction)
- config-validate.md: 1,592 → 481 lines (70% reduction)
- security-dependencies.md: 1,795 → 522 lines (71% reduction)
- migration-observability.md: 1,858 → 408 lines (78% reduction)
- sql-migrations.md: 1,600 → 492 lines (69% reduction)
- accessibility-audit.md: 1,229 → 483 lines (61% reduction)
- monitor-setup.md: 1,250 → 501 lines (60% reduction)

Optimization techniques:
- Removed redundant examples (kept 1-2 best vs 5-8)
- Consolidated similar code blocks
- Eliminated verbose prose and documentation
- Streamlined framework-specific examples
- Removed duplicate patterns

PERFORMANCE IMPROVEMENTS
========================

Context & Loading:
- Average tool size: 954 → 626 lines (58% reduction)
- Loading time improvement: 2-3x faster
- Better LLM context window utilization
- Lower token costs (58% less content to process)

Quality Metrics:
- Component references validated: 223 (0 broken)
- Tool duplication: 12.6% (minimal, intentional)
- Naming compliance: 100% (kebab-case standard)
- Component coverage: 90.5% tools, 82.1% agents
- Functional regressions: 0 (zero breaking changes)

ARCHITECTURE PRINCIPLES
=======================

Single Responsibility:
- Each plugin does one thing well (Unix philosophy)
- Clear, focused purposes (describable in 5-7 words)
- Zero bloated plugins (all under 12 components)

Industry Best Practices:
- VSCode extension patterns (focused, composable)
- npm package model (single-purpose modules)
- Chrome extension policy (narrow focus)
- Microservices decomposition (by subdomain)

Design Philosophy:
- Composability over bundling (mix and match)
- Context efficiency (smaller = faster)
- High cohesion, low coupling (related together, independent modules)
- Clear discoverability (descriptive names)

BREAKING CHANGES
================

Plugin names changed (old → new):
- infrastructure-devops → kubernetes-operations, docker-containerization,
  deployment-orchestration
- security-hardening → security-scanning, security-compliance,
  backend-api-security, frontend-mobile-security
- data-ml-pipeline → data-engineering, machine-learning-ops,
  ai-agent-development
- api-development-kit → api-scaffolding, api-testing-observability
- incident-response → incident-diagnostics, observability-monitoring

Users must update plugin references if using explicit plugin names.
Default marketplace discovery requires no changes.

SUMMARY
=======

Total Impact:
- 36 focused, single-purpose plugins (from 27, +33%)
- 24,392 lines eliminated (58% reduction in problematic files)
- 18 files removed/optimized
- 0 functionality lost
- 0 broken references
- Production ready

Files changed:
- Modified: marketplace.json (v1.0.5), README.md, 10 optimized tools
- Deleted: 8 legacy monolithic files
- Net: +2,273 insertions, -28,875 deletions (-26,602 lines total)

Version: 1.0.5
Status: Production ready, fully validated, zero regressions
2025-10-12 16:39:53 -04:00
Seth Hobson
1072d9278e Fix agent count documentation
- Update total agent count: 83 → 84
- Correct model distribution:
  - Sonnet: 52 → 50
  - Opus: 20 → 23
  - Haiku: 11 (unchanged)
- Fix Opus agent categorization:
  - Architecture & Design: 5 agents
  - Security & Code Review: 5 agents
  - Performance & Observability: 3 agents
  - AI/ML Complex: 5 agents
  - Business Critical: 5 agents
- Correct agent names in tables (architect-review vs architect-reviewer)
- Add missing agents to appropriate categories (risk-manager, database-architect)

Closes #88
2025-10-11 11:12:07 -04:00
Seth Hobson
dc42c9d53a Migrate implementation-focused agents to Sonnet model
- Update terraform-specialist from opus to sonnet
- Update database-optimizer from opus to sonnet
- Update tdd-orchestrator from opus to sonnet
- Update tutorial-engineer from opus to sonnet
- Update README.md with new model distribution (Sonnet: 52, Opus: 20)
- Remove duplicate agents/README.md file

These agents are implementation-focused rather than reasoning-focused,
making Sonnet the more appropriate model choice. This change follows
feedback from PR #72 while maintaining our task-complexity-tier
philosophy.
2025-10-11 10:45:19 -04:00
Seth Hobson
61898aea32 Fix installation instructions to use HTTPS URL format
- Update primary installation method to use full HTTPS URL
- Remove redundant manual installation section
- Simplify instructions to two commands
- Resolves SSH authentication issues reported in #85

Users were experiencing "Failed to clone marketplace repository" errors
when using the short format (wshobson/agents) because Claude Code
defaults to SSH cloning. Using the full HTTPS URL bypasses this issue.
2025-10-11 09:55:36 -04:00
Seth Hobson
652cc9ab28 Update installation instructions to reflect /plugin command flow
- Replace Quick Start section with interactive /plugin command instructions
- Add note about using wshobson/agents as marketplace source
- Simplify installation steps to match actual UI prompts
- Keep Available Plugins section as reference
2025-10-09 12:33:02 -04:00
Seth Hobson
3802bca865 Refine plugin marketplace for launch readiness
Plugin Scope Improvements:
- Remove language-specialists plugin (not task-focused)
- Split specialized-domains into 5 focused plugins:
  * blockchain-web3 - Smart contract development only
  * quantitative-trading - Financial modeling and trading only
  * payment-processing - Payment gateway integration only
  * game-development - Unity and Minecraft only
  * accessibility-compliance - WCAG auditing only
- Split business-operations into 3 focused plugins:
  * business-analytics - Metrics and reporting only
  * hr-legal-compliance - HR and legal docs only
  * customer-sales-automation - Support and sales workflows only
- Fix infrastructure-devops scope:
  * Remove database concerns (db-migrate, database-admin)
  * Remove observability concerns (observability-engineer)
  * Move slo-implement to incident-response
  * Focus purely on container orchestration (K8s, Docker, Terraform)
- Fix customer-sales-automation scope:
  * Remove content-marketer (unrelated to customer/sales workflows)

Marketplace Statistics:
- Total plugins: 27 (was 22)
- Tool coverage: 100% (42/42 tools referenced)
- Fat plugins removed: 3 (language-specialists, specialized-domains, business-operations)
- All plugins now have clear, focused tasks

Model Migration:
- Migrate all 42 tools from claude-sonnet-4-0/opus-4-1 to model: sonnet
- Migrate all 15 workflows from claude-opus-4-1 to model: sonnet
- Use short model syntax consistent with agent files

Documentation Updates:
- Update README.md with refined plugin structure
- Update plugin descriptions to be task-focused
- Remove anthropomorphic and marketing language
- Improve category organization (now 16 distinct categories)

Ready for October 9, 2025 @ 9am PST launch
2025-10-08 20:54:29 -04:00
Seth Hobson
8d1d907acf Add plugin marketplace installation and clean up README structure
Major Updates:
- Add Plugin Marketplace as primary installation method (Available Oct 9, 2025)
- Show /plugin commands for installing workflow-based collections
- Reorganize structure: Installation → Agent Categories → Model Config → Usage
- Remove Migration section (not relevant for this PR)
- Fix heading hierarchy issues from merge
- Preserve all 83 agent details in comprehensive tables
- Add workflow and tool invocation examples with proper syntax

The README now highlights the new plugin marketplace feature while
maintaining complete agent documentation and technical specifications.
2025-10-08 19:52:24 -04:00
Seth Hobson
0b02c4a193 Merge main into plugin marketplace branch 2025-10-08 19:47:38 -04:00
Seth Hobson
3d087cef58 Remove MIGRATION.md and update note from README
The migration guide referenced slash command syntax that won't work
until the plugin system is deployed. Removed to avoid user confusion.

The repository now focuses on what works today: 83 agents.
2025-10-08 19:45:07 -04:00
Seth Hobson
621fd2943e Restore agent-focused README
Reverted README to highlight the 83 agents which are the core feature.
Added small note about repository update with link to MIGRATION.md.
Updated all agent links to point to agents/ subdirectory.

The agents work now and are the primary value. Workflows/tools will
be documented in the plugin PR tomorrow.
2025-10-08 19:40:03 -04:00
Seth Hobson
a7c69c016f Remove slash command invocation syntax from README
Workflows and tools will be accessible via plugin system (coming soon).
For now, the README focuses on the 83 agents which are directly usable.

Changes:
- Removed /workflows: and /tools: invocation examples
- Updated multi-agent orchestration examples to show natural language
- Simplified migration guide to focus on what works now
- Plugin-based workflow/tool access will be documented in future PR
2025-10-08 19:37:14 -04:00
Seth Hobson
ad8792253d Improve documentation for repository consolidation
Documentation Updates:
- Add migration warning and quick links section to README
- Expand installation section with update instructions
- Create comprehensive MIGRATION.md guide with:
  * Step-by-step migration process
  * Before/after structure comparison
  * Command syntax changes reference
  * Common issues and solutions
  * Testing instructions and rollback steps
- Document breaking changes in command invocation syntax
- Add troubleshooting resources and help links

This provides a smooth user experience for the major repository restructure.
2025-10-08 09:58:53 -04:00
Seth Hobson
d2f3886ae1 Consolidate workflows and tools from commands repository
Repository Restructure:
- Move all 83 agent .md files to agents/ subdirectory
- Add 15 workflow orchestrators from commands repo to workflows/
- Add 42 development tools from commands repo to tools/
- Update README for unified repository structure

The commands repository functionality is now fully integrated, providing
complete workflow orchestration and development tooling alongside agents.

Directory Structure:
- agents/    - 83 specialized AI agents
- workflows/ - 15 multi-agent orchestration commands
- tools/     - 42 focused development utilities

No breaking changes to agent functionality - all agents remain accessible
with same names and behavior. Adds workflow and tool commands for enhanced
multi-agent coordination capabilities.
2025-10-08 08:28:33 -04:00
Seth Hobson
5b93b00e61 Add plugin marketplace configuration
Create comprehensive workflow-based plugin marketplace with 20 plugins:

Workflow-Based Plugins (12):
- full-stack-development: Complete feature implementation
- security-hardening: Threat modeling and vulnerability assessment
- data-ml-pipeline: End-to-end ML/AI with MLOps
- incident-response: Production debugging and hotfix deployment
- performance-optimization: System-wide profiling and optimization
- tdd-development: Test-driven development cycles
- code-quality-review: Multi-perspective code analysis
- git-automation: Version control workflow automation
- legacy-modernization: Codebase migration and refactoring
- multi-platform-apps: Cross-platform development coordination
- cicd-automation: CI/CD pipeline orchestration
- agent-optimization: AI agent improvement and prompt engineering

Specialist Plugins (8):
- documentation-generation: API docs, diagrams, technical writing
- cloud-infrastructure: AWS/Azure/GCP, Kubernetes, Terraform
- database-operations: Architecture, optimization, administration
- language-specialists: 15 programming language experts
- seo-content-suite: 10 SEO optimization specialists
- business-operations: Business, HR, legal, support, sales
- specialized-domains: Blockchain, fintech, payments, gaming
- research-utilities: Research, DX optimization, context management

Each workflow plugin bundles:
- Workflow orchestrator commands
- All required agents for the workflow
- Supporting tools and utilities

Marketplace Configuration:
- .claude-plugin/marketplace.json with 20 comprehensive plugins
- strict: false for all plugins (marketplace entry serves as manifest)
- Proper path references to agents/, workflows/, and tools/ directories
- Update README with plugin marketplace installation instructions

Available October 9, 2025 via /plugin marketplace add wshobson/agents
2025-10-08 08:26:22 -04:00
Seth Hobson
ce7a5938c1 Consolidate workflows and tools from commands repository
Repository Restructure:
- Move all 83 agent .md files to agents/ subdirectory
- Add 15 workflow orchestrators from commands repo to workflows/
- Add 42 development tools from commands repo to tools/
- Update README for unified repository structure

This prepares the repository for unified plugin marketplace integration.
The commands repository functionality is now fully integrated, providing
complete workflow orchestration and development tooling alongside agents.

Directory Structure:
- agents/    - 83 specialized AI agents
- workflows/ - 15 multi-agent orchestration commands
- tools/     - 42 focused development utilities

No breaking changes to agent functionality - all agents remain accessible
with same names and behavior. Adds workflow and tool commands for enhanced
multi-agent coordination capabilities.
2025-10-08 08:25:17 -04:00
Seth Hobson
5324c585f8 docs: Update README with observability-engineer agent and count (83 total)
- Added observability-engineer to Performance & Observability section
- Updated total agent count from 82 to 83
- Renamed "Performance & Research" to "Performance & Observability"
- Updated Opus model count from 21 to 22 agents
- Added observability-engineer to Critical Analysis category in Opus section
2025-09-21 11:51:45 -04:00
Seth Hobson
476444b741 docs: Update README with new agents and correct count (82 total)
- Updated agent count from 78 to 82
- Added 3 new security coding agents (backend, frontend, mobile) to Code Quality & Review section
- Added blockchain-developer agent to Specialized Domains section
- All new agents properly linked with descriptions
2025-09-15 08:02:40 -04:00
Seth Hobson
a36be5db08 docs: Enhance README with table-based organization
- Convert all agent listings to professional tables
- Add structured tables with Agent, Model, and Description columns
- Reorganize model configuration section with distribution tables
- Enhance agent selection guide with task-based tables
- Maintain consistency with commands repository formatting
- Improve readability and information accessibility
- Keep all existing content while improving presentation
2025-09-13 14:14:30 -04:00
Seth Hobson
7ef790ec4c docs: Improve README with professional technical documentation
- Remove all emoji for cleaner professional appearance
- Reorganize content with logical categorical structure
- Improve technical clarity and concise descriptions
- Add clear hierarchy with consistent formatting
- Focus on functionality rather than marketing language
- Better organization of agents by functional domains
- Streamline model configuration section
- Enhance usage examples with technical focus
- Reduce content from 558 to 438 lines while maintaining all essential information
2025-09-13 14:01:50 -04:00