mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 09:37:15 +00:00
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.
This commit is contained in:
208
README.md
208
README.md
@@ -675,196 +675,196 @@ Use these commands to explore available functionality:
|
||||
#### Core Architecture
|
||||
|
||||
| Agent | Model | Description |
|
||||
| ---------------------------------------------------------- | ------ | ------------------------------------------------------------------ |
|
||||
| [backend-architect](agents/backend-architect.md) | opus | RESTful API design, microservice boundaries, database schemas |
|
||||
| [frontend-developer](agents/frontend-developer.md) | sonnet | React components, responsive layouts, client-side state management |
|
||||
| [graphql-architect](agents/graphql-architect.md) | opus | GraphQL schemas, resolvers, federation architecture |
|
||||
| [architect-reviewer](agents/architect-review.md) | opus | Architectural consistency analysis and pattern validation |
|
||||
| [cloud-architect](agents/cloud-architect.md) | opus | AWS/Azure/GCP infrastructure design and cost optimization |
|
||||
| [hybrid-cloud-architect](agents/hybrid-cloud-architect.md) | opus | Multi-cloud strategies across cloud and on-premises environments |
|
||||
| [kubernetes-architect](agents/kubernetes-architect.md) | opus | Cloud-native infrastructure with Kubernetes and GitOps |
|
||||
| ---------------------------------------------------------------------------------------- | ------ | ------------------------------------------------------------------ |
|
||||
| [backend-architect](plugins/backend-development/agents/backend-architect.md) | opus | RESTful API design, microservice boundaries, database schemas |
|
||||
| [frontend-developer](plugins/multi-platform-apps/agents/frontend-developer.md) | sonnet | React components, responsive layouts, client-side state management |
|
||||
| [graphql-architect](plugins/backend-development/agents/graphql-architect.md) | opus | GraphQL schemas, resolvers, federation architecture |
|
||||
| [architect-reviewer](plugins/comprehensive-review/agents/architect-review.md) | opus | Architectural consistency analysis and pattern validation |
|
||||
| [cloud-architect](plugins/cloud-infrastructure/agents/cloud-architect.md) | opus | AWS/Azure/GCP infrastructure design and cost optimization |
|
||||
| [hybrid-cloud-architect](plugins/cloud-infrastructure/agents/hybrid-cloud-architect.md) | opus | Multi-cloud strategies across cloud and on-premises environments |
|
||||
| [kubernetes-architect](plugins/kubernetes-operations/agents/kubernetes-architect.md) | opus | Cloud-native infrastructure with Kubernetes and GitOps |
|
||||
|
||||
#### UI/UX & Mobile
|
||||
|
||||
| Agent | Model | Description |
|
||||
| ---------------------------------------------------- | ------ | -------------------------------------------------- |
|
||||
| [ui-ux-designer](agents/ui-ux-designer.md) | sonnet | Interface design, wireframes, design systems |
|
||||
| [ui-visual-validator](agents/ui-visual-validator.md) | sonnet | Visual regression testing and UI verification |
|
||||
| [mobile-developer](agents/mobile-developer.md) | sonnet | React Native and Flutter application development |
|
||||
| [ios-developer](agents/ios-developer.md) | sonnet | Native iOS development with Swift/SwiftUI |
|
||||
| [flutter-expert](agents/flutter-expert.md) | sonnet | Advanced Flutter development with state management |
|
||||
| -------------------------------------------------------------------------------- | ------ | -------------------------------------------------- |
|
||||
| [ui-ux-designer](plugins/multi-platform-apps/agents/ui-ux-designer.md) | sonnet | Interface design, wireframes, design systems |
|
||||
| [ui-visual-validator](plugins/accessibility-compliance/agents/ui-visual-validator.md) | sonnet | Visual regression testing and UI verification |
|
||||
| [mobile-developer](plugins/multi-platform-apps/agents/mobile-developer.md) | sonnet | React Native and Flutter application development |
|
||||
| [ios-developer](plugins/multi-platform-apps/agents/ios-developer.md) | sonnet | Native iOS development with Swift/SwiftUI |
|
||||
| [flutter-expert](plugins/multi-platform-apps/agents/flutter-expert.md) | sonnet | Advanced Flutter development with state management |
|
||||
|
||||
### Programming Languages
|
||||
|
||||
#### Systems & Low-Level
|
||||
|
||||
| Agent | Model | Description |
|
||||
| ---------------------------------- | ------ | ----------------------------------------------------------- |
|
||||
| [c-pro](agents/c-pro.md) | sonnet | System programming with memory management and OS interfaces |
|
||||
| [cpp-pro](agents/cpp-pro.md) | sonnet | Modern C++ with RAII, smart pointers, STL algorithms |
|
||||
| [rust-pro](agents/rust-pro.md) | sonnet | Memory-safe systems programming with ownership patterns |
|
||||
| [golang-pro](agents/golang-pro.md) | sonnet | Concurrent programming with goroutines and channels |
|
||||
| ------------------------------------------------------------ | ------ | ----------------------------------------------------------- |
|
||||
| [c-pro](plugins/systems-programming/agents/c-pro.md) | sonnet | System programming with memory management and OS interfaces |
|
||||
| [cpp-pro](plugins/systems-programming/agents/cpp-pro.md) | sonnet | Modern C++ with RAII, smart pointers, STL algorithms |
|
||||
| [rust-pro](plugins/systems-programming/agents/rust-pro.md) | sonnet | Memory-safe systems programming with ownership patterns |
|
||||
| [golang-pro](plugins/systems-programming/agents/golang-pro.md) | sonnet | Concurrent programming with goroutines and channels |
|
||||
|
||||
#### Web & Application
|
||||
|
||||
| Agent | Model | Description |
|
||||
| ------------------------------------------ | ------ | ---------------------------------------------------------- |
|
||||
| [javascript-pro](agents/javascript-pro.md) | sonnet | Modern JavaScript with ES6+, async patterns, Node.js |
|
||||
| [typescript-pro](agents/typescript-pro.md) | sonnet | Advanced TypeScript with type systems and generics |
|
||||
| [python-pro](agents/python-pro.md) | sonnet | Python development with advanced features and optimization |
|
||||
| [ruby-pro](agents/ruby-pro.md) | sonnet | Ruby with metaprogramming, Rails patterns, gem development |
|
||||
| [php-pro](agents/php-pro.md) | sonnet | Modern PHP with frameworks and performance optimization |
|
||||
| ---------------------------------------------------------------- | ------ | ---------------------------------------------------------- |
|
||||
| [javascript-pro](plugins/javascript-typescript/agents/javascript-pro.md) | sonnet | Modern JavaScript with ES6+, async patterns, Node.js |
|
||||
| [typescript-pro](plugins/javascript-typescript/agents/typescript-pro.md) | sonnet | Advanced TypeScript with type systems and generics |
|
||||
| [python-pro](plugins/python-development/agents/python-pro.md) | sonnet | Python development with advanced features and optimization |
|
||||
| [ruby-pro](plugins/web-scripting/agents/ruby-pro.md) | sonnet | Ruby with metaprogramming, Rails patterns, gem development |
|
||||
| [php-pro](plugins/web-scripting/agents/php-pro.md) | sonnet | Modern PHP with frameworks and performance optimization |
|
||||
|
||||
#### Enterprise & JVM
|
||||
|
||||
| Agent | Model | Description |
|
||||
| ---------------------------------- | ------ | -------------------------------------------------------------------- |
|
||||
| [java-pro](agents/java-pro.md) | sonnet | Modern Java with streams, concurrency, JVM optimization |
|
||||
| [scala-pro](agents/scala-pro.md) | sonnet | Enterprise Scala with functional programming and distributed systems |
|
||||
| [csharp-pro](agents/csharp-pro.md) | sonnet | C# development with .NET frameworks and patterns |
|
||||
| -------------------------------------------------------- | ------ | -------------------------------------------------------------------- |
|
||||
| [java-pro](plugins/jvm-languages/agents/java-pro.md) | sonnet | Modern Java with streams, concurrency, JVM optimization |
|
||||
| [scala-pro](plugins/jvm-languages/agents/scala-pro.md) | sonnet | Enterprise Scala with functional programming and distributed systems |
|
||||
| [csharp-pro](plugins/jvm-languages/agents/csharp-pro.md) | sonnet | C# development with .NET frameworks and patterns |
|
||||
|
||||
#### Specialized Platforms
|
||||
|
||||
| Agent | Model | Description |
|
||||
| ------------------------------------------------------ | ------ | ----------------------------------------------- |
|
||||
| [elixir-pro](agents/elixir-pro.md) | sonnet | Elixir with OTP patterns and Phoenix frameworks |
|
||||
| [django-pro](agents/django-pro.md) | sonnet | Django development with ORM and async views |
|
||||
| [fastapi-pro](agents/fastapi-pro.md) | sonnet | FastAPI with async patterns and Pydantic |
|
||||
| [unity-developer](agents/unity-developer.md) | sonnet | Unity game development and optimization |
|
||||
| [minecraft-bukkit-pro](agents/minecraft-bukkit-pro.md) | sonnet | Minecraft server plugin development |
|
||||
| [sql-pro](agents/sql-pro.md) | sonnet | Complex SQL queries and database optimization |
|
||||
| ------------------------------------------------------------------------ | ------ | ----------------------------------------------- |
|
||||
| [elixir-pro](plugins/functional-programming/agents/elixir-pro.md) | sonnet | Elixir with OTP patterns and Phoenix frameworks |
|
||||
| [django-pro](plugins/api-scaffolding/agents/django-pro.md) | sonnet | Django development with ORM and async views |
|
||||
| [fastapi-pro](plugins/api-scaffolding/agents/fastapi-pro.md) | sonnet | FastAPI with async patterns and Pydantic |
|
||||
| [unity-developer](plugins/game-development/agents/unity-developer.md) | sonnet | Unity game development and optimization |
|
||||
| [minecraft-bukkit-pro](plugins/game-development/agents/minecraft-bukkit-pro.md) | sonnet | Minecraft server plugin development |
|
||||
| [sql-pro](plugins/database-design/agents/sql-pro.md) | sonnet | Complex SQL queries and database optimization |
|
||||
|
||||
### Infrastructure & Operations
|
||||
|
||||
#### DevOps & Deployment
|
||||
|
||||
| Agent | Model | Description |
|
||||
| -------------------------------------------------------- | ------ | ------------------------------------------------------------------ |
|
||||
| [devops-troubleshooter](agents/devops-troubleshooter.md) | sonnet | Production debugging, log analysis, deployment troubleshooting |
|
||||
| [deployment-engineer](agents/deployment-engineer.md) | sonnet | CI/CD pipelines, containerization, cloud deployments |
|
||||
| [terraform-specialist](agents/terraform-specialist.md) | sonnet | Infrastructure as Code with Terraform modules and state management |
|
||||
| [dx-optimizer](agents/dx-optimizer.md) | sonnet | Developer experience optimization and tooling improvements |
|
||||
| ---------------------------------------------------------------------------- | ------ | ------------------------------------------------------------------ |
|
||||
| [devops-troubleshooter](plugins/incident-response/agents/devops-troubleshooter.md) | sonnet | Production debugging, log analysis, deployment troubleshooting |
|
||||
| [deployment-engineer](plugins/cloud-infrastructure/agents/deployment-engineer.md) | sonnet | CI/CD pipelines, containerization, cloud deployments |
|
||||
| [terraform-specialist](plugins/cloud-infrastructure/agents/terraform-specialist.md) | sonnet | Infrastructure as Code with Terraform modules and state management |
|
||||
| [dx-optimizer](plugins/team-collaboration/agents/dx-optimizer.md) | sonnet | Developer experience optimization and tooling improvements |
|
||||
|
||||
#### Database Management
|
||||
|
||||
| Agent | Model | Description |
|
||||
| -------------------------------------------------- | ------ | ------------------------------------------------------------------- |
|
||||
| [database-optimizer](agents/database-optimizer.md) | sonnet | Query optimization, index design, migration strategies |
|
||||
| [database-admin](agents/database-admin.md) | sonnet | Database operations, backup, replication, monitoring |
|
||||
| [database-architect](agents/database-architect.md) | opus | Database design from scratch, technology selection, schema modeling |
|
||||
| -------------------------------------------------------------------------- | ------ | ------------------------------------------------------------------- |
|
||||
| [database-optimizer](plugins/observability-monitoring/agents/database-optimizer.md) | sonnet | Query optimization, index design, migration strategies |
|
||||
| [database-admin](plugins/database-migrations/agents/database-admin.md) | sonnet | Database operations, backup, replication, monitoring |
|
||||
| [database-architect](plugins/database-design/agents/database-architect.md) | opus | Database design from scratch, technology selection, schema modeling |
|
||||
|
||||
#### Incident Response & Network
|
||||
|
||||
| Agent | Model | Description |
|
||||
| -------------------------------------------------- | ------ | --------------------------------------------------- |
|
||||
| [incident-responder](agents/incident-responder.md) | opus | Production incident management and resolution |
|
||||
| [network-engineer](agents/network-engineer.md) | sonnet | Network debugging, load balancing, traffic analysis |
|
||||
| ------------------------------------------------------------------------ | ------ | --------------------------------------------------- |
|
||||
| [incident-responder](plugins/incident-response/agents/incident-responder.md) | opus | Production incident management and resolution |
|
||||
| [network-engineer](plugins/observability-monitoring/agents/network-engineer.md) | sonnet | Network debugging, load balancing, traffic analysis |
|
||||
|
||||
### Quality Assurance & Security
|
||||
|
||||
#### Code Quality & Review
|
||||
|
||||
| Agent | Model | Description |
|
||||
| ------------------------------------------------------------ | ----- | ------------------------------------------------------------ |
|
||||
| [code-reviewer](agents/code-reviewer.md) | opus | Code review with security focus and production reliability |
|
||||
| [security-auditor](agents/security-auditor.md) | opus | Vulnerability assessment and OWASP compliance |
|
||||
| [backend-security-coder](agents/backend-security-coder.md) | opus | Secure backend coding practices, API security implementation |
|
||||
| [frontend-security-coder](agents/frontend-security-coder.md) | opus | XSS prevention, CSP implementation, client-side security |
|
||||
| [mobile-security-coder](agents/mobile-security-coder.md) | opus | Mobile security patterns, WebView security, biometric auth |
|
||||
| ---------------------------------------------------------------------------- | ----- | ------------------------------------------------------------ |
|
||||
| [code-reviewer](plugins/comprehensive-review/agents/code-reviewer.md) | opus | Code review with security focus and production reliability |
|
||||
| [security-auditor](plugins/comprehensive-review/agents/security-auditor.md) | opus | Vulnerability assessment and OWASP compliance |
|
||||
| [backend-security-coder](plugins/data-validation-suite/agents/backend-security-coder.md) | opus | Secure backend coding practices, API security implementation |
|
||||
| [frontend-security-coder](plugins/frontend-mobile-security/agents/frontend-security-coder.md) | opus | XSS prevention, CSP implementation, client-side security |
|
||||
| [mobile-security-coder](plugins/frontend-mobile-security/agents/mobile-security-coder.md) | opus | Mobile security patterns, WebView security, biometric auth |
|
||||
|
||||
#### Testing & Debugging
|
||||
|
||||
| Agent | Model | Description |
|
||||
| ---------------------------------------------- | ------ | ---------------------------------------------------------- |
|
||||
| [test-automator](agents/test-automator.md) | sonnet | Comprehensive test suite creation (unit, integration, e2e) |
|
||||
| [tdd-orchestrator](agents/tdd-orchestrator.md) | sonnet | Test-Driven Development methodology guidance |
|
||||
| [debugger](agents/debugger.md) | sonnet | Error resolution and test failure analysis |
|
||||
| [error-detective](agents/error-detective.md) | sonnet | Log analysis and error pattern recognition |
|
||||
| -------------------------------------------------------------------- | ------ | ---------------------------------------------------------- |
|
||||
| [test-automator](plugins/codebase-cleanup/agents/test-automator.md) | sonnet | Comprehensive test suite creation (unit, integration, e2e) |
|
||||
| [tdd-orchestrator](plugins/backend-development/agents/tdd-orchestrator.md) | sonnet | Test-Driven Development methodology guidance |
|
||||
| [debugger](plugins/error-debugging/agents/debugger.md) | sonnet | Error resolution and test failure analysis |
|
||||
| [error-detective](plugins/error-debugging/agents/error-detective.md) | sonnet | Log analysis and error pattern recognition |
|
||||
|
||||
#### Performance & Observability
|
||||
|
||||
| Agent | Model | Description |
|
||||
| ---------------------------------------------------------- | ----- | -------------------------------------------------------------- |
|
||||
| [performance-engineer](agents/performance-engineer.md) | opus | Application profiling and optimization |
|
||||
| [observability-engineer](agents/observability-engineer.md) | opus | Production monitoring, distributed tracing, SLI/SLO management |
|
||||
| [search-specialist](agents/search-specialist.md) | haiku | Advanced web research and information synthesis |
|
||||
| ---------------------------------------------------------------------------- | ----- | -------------------------------------------------------------- |
|
||||
| [performance-engineer](plugins/observability-monitoring/agents/performance-engineer.md) | opus | Application profiling and optimization |
|
||||
| [observability-engineer](plugins/observability-monitoring/agents/observability-engineer.md) | opus | Production monitoring, distributed tracing, SLI/SLO management |
|
||||
| [search-specialist](plugins/content-marketing/agents/search-specialist.md) | haiku | Advanced web research and information synthesis |
|
||||
|
||||
### Data & AI
|
||||
|
||||
#### Data Engineering & Analytics
|
||||
|
||||
| Agent | Model | Description |
|
||||
| ------------------------------------------ | ------ | ------------------------------------------------------- |
|
||||
| [data-scientist](agents/data-scientist.md) | opus | Data analysis, SQL queries, BigQuery operations |
|
||||
| [data-engineer](agents/data-engineer.md) | sonnet | ETL pipelines, data warehouses, streaming architectures |
|
||||
| -------------------------------------------------------------------- | ------ | ------------------------------------------------------- |
|
||||
| [data-scientist](plugins/machine-learning-ops/agents/data-scientist.md) | opus | Data analysis, SQL queries, BigQuery operations |
|
||||
| [data-engineer](plugins/data-engineering/agents/data-engineer.md) | sonnet | ETL pipelines, data warehouses, streaming architectures |
|
||||
|
||||
#### Machine Learning & AI
|
||||
|
||||
| Agent | Model | Description |
|
||||
| -------------------------------------------- | ----- | -------------------------------------------------------- |
|
||||
| [ai-engineer](agents/ai-engineer.md) | opus | LLM applications, RAG systems, prompt pipelines |
|
||||
| [ml-engineer](agents/ml-engineer.md) | opus | ML pipelines, model serving, feature engineering |
|
||||
| [mlops-engineer](agents/mlops-engineer.md) | opus | ML infrastructure, experiment tracking, model registries |
|
||||
| [prompt-engineer](agents/prompt-engineer.md) | opus | LLM prompt optimization and engineering |
|
||||
| ---------------------------------------------------------------- | ----- | -------------------------------------------------------- |
|
||||
| [ai-engineer](plugins/llm-application-dev/agents/ai-engineer.md) | opus | LLM applications, RAG systems, prompt pipelines |
|
||||
| [ml-engineer](plugins/machine-learning-ops/agents/ml-engineer.md) | opus | ML pipelines, model serving, feature engineering |
|
||||
| [mlops-engineer](plugins/machine-learning-ops/agents/mlops-engineer.md) | opus | ML infrastructure, experiment tracking, model registries |
|
||||
| [prompt-engineer](plugins/llm-application-dev/agents/prompt-engineer.md) | opus | LLM prompt optimization and engineering |
|
||||
|
||||
### Documentation & Technical Writing
|
||||
|
||||
| Agent | Model | Description |
|
||||
| ------------------------------------------------ | ------ | ------------------------------------------------- |
|
||||
| [docs-architect](agents/docs-architect.md) | opus | Comprehensive technical documentation generation |
|
||||
| [api-documenter](agents/api-documenter.md) | sonnet | OpenAPI/Swagger specifications and developer docs |
|
||||
| [reference-builder](agents/reference-builder.md) | haiku | Technical references and API documentation |
|
||||
| [tutorial-engineer](agents/tutorial-engineer.md) | sonnet | Step-by-step tutorials and educational content |
|
||||
| [mermaid-expert](agents/mermaid-expert.md) | sonnet | Diagram creation (flowcharts, sequences, ERDs) |
|
||||
| ------------------------------------------------------------------------ | ------ | ------------------------------------------------- |
|
||||
| [docs-architect](plugins/code-documentation/agents/docs-architect.md) | opus | Comprehensive technical documentation generation |
|
||||
| [api-documenter](plugins/api-testing-observability/agents/api-documenter.md) | sonnet | OpenAPI/Swagger specifications and developer docs |
|
||||
| [reference-builder](plugins/documentation-generation/agents/reference-builder.md) | haiku | Technical references and API documentation |
|
||||
| [tutorial-engineer](plugins/code-documentation/agents/tutorial-engineer.md) | sonnet | Step-by-step tutorials and educational content |
|
||||
| [mermaid-expert](plugins/documentation-generation/agents/mermaid-expert.md) | sonnet | Diagram creation (flowcharts, sequences, ERDs) |
|
||||
|
||||
### Business & Operations
|
||||
|
||||
#### Business Analysis & Finance
|
||||
|
||||
| Agent | Model | Description |
|
||||
| ---------------------------------------------- | ------ | ------------------------------------------------------- |
|
||||
| [business-analyst](agents/business-analyst.md) | sonnet | Metrics analysis, reporting, KPI tracking |
|
||||
| [quant-analyst](agents/quant-analyst.md) | opus | Financial modeling, trading strategies, market analysis |
|
||||
| [risk-manager](agents/risk-manager.md) | sonnet | Portfolio risk monitoring and management |
|
||||
| -------------------------------------------------------------------- | ------ | ------------------------------------------------------- |
|
||||
| [business-analyst](plugins/business-analytics/agents/business-analyst.md) | sonnet | Metrics analysis, reporting, KPI tracking |
|
||||
| [quant-analyst](plugins/quantitative-trading/agents/quant-analyst.md) | opus | Financial modeling, trading strategies, market analysis |
|
||||
| [risk-manager](plugins/quantitative-trading/agents/risk-manager.md) | sonnet | Portfolio risk monitoring and management |
|
||||
|
||||
#### Marketing & Sales
|
||||
|
||||
| Agent | Model | Description |
|
||||
| ---------------------------------------------- | ------ | -------------------------------------------- |
|
||||
| [content-marketer](agents/content-marketer.md) | sonnet | Blog posts, social media, email campaigns |
|
||||
| [sales-automator](agents/sales-automator.md) | haiku | Cold emails, follow-ups, proposal generation |
|
||||
| ---------------------------------------------------------------------- | ------ | -------------------------------------------- |
|
||||
| [content-marketer](plugins/content-marketing/agents/content-marketer.md) | sonnet | Blog posts, social media, email campaigns |
|
||||
| [sales-automator](plugins/customer-sales-automation/agents/sales-automator.md) | haiku | Cold emails, follow-ups, proposal generation |
|
||||
|
||||
#### Support & Legal
|
||||
|
||||
| Agent | Model | Description |
|
||||
| ---------------------------------------------- | ------ | ------------------------------------------------------- |
|
||||
| [customer-support](agents/customer-support.md) | sonnet | Support tickets, FAQ responses, customer communication |
|
||||
| [hr-pro](agents/hr-pro.md) | opus | HR operations, policies, employee relations |
|
||||
| [legal-advisor](agents/legal-advisor.md) | opus | Privacy policies, terms of service, legal documentation |
|
||||
| -------------------------------------------------------------------------- | ------ | ------------------------------------------------------- |
|
||||
| [customer-support](plugins/customer-sales-automation/agents/customer-support.md) | sonnet | Support tickets, FAQ responses, customer communication |
|
||||
| [hr-pro](plugins/hr-legal-compliance/agents/hr-pro.md) | opus | HR operations, policies, employee relations |
|
||||
| [legal-advisor](plugins/hr-legal-compliance/agents/legal-advisor.md) | opus | Privacy policies, terms of service, legal documentation |
|
||||
|
||||
### SEO & Content Optimization
|
||||
|
||||
| Agent | Model | Description |
|
||||
| ---------------------------------------------------------------------- | ------ | ---------------------------------------------------- |
|
||||
| [seo-content-auditor](agents/seo-content-auditor.md) | sonnet | Content quality analysis, E-E-A-T signals assessment |
|
||||
| [seo-meta-optimizer](agents/seo-meta-optimizer.md) | haiku | Meta title and description optimization |
|
||||
| [seo-keyword-strategist](agents/seo-keyword-strategist.md) | haiku | Keyword analysis and semantic variations |
|
||||
| [seo-structure-architect](agents/seo-structure-architect.md) | haiku | Content structure and schema markup |
|
||||
| [seo-snippet-hunter](agents/seo-snippet-hunter.md) | haiku | Featured snippet formatting |
|
||||
| [seo-content-refresher](agents/seo-content-refresher.md) | haiku | Content freshness analysis |
|
||||
| [seo-cannibalization-detector](agents/seo-cannibalization-detector.md) | haiku | Keyword overlap detection |
|
||||
| [seo-authority-builder](agents/seo-authority-builder.md) | sonnet | E-E-A-T signal analysis |
|
||||
| [seo-content-writer](agents/seo-content-writer.md) | sonnet | SEO-optimized content creation |
|
||||
| [seo-content-planner](agents/seo-content-planner.md) | haiku | Content planning and topic clusters |
|
||||
| -------------------------------------------------------------------------------------------- | ------ | ---------------------------------------------------- |
|
||||
| [seo-content-auditor](plugins/seo-content-creation/agents/seo-content-auditor.md) | sonnet | Content quality analysis, E-E-A-T signals assessment |
|
||||
| [seo-meta-optimizer](plugins/seo-technical-optimization/agents/seo-meta-optimizer.md) | haiku | Meta title and description optimization |
|
||||
| [seo-keyword-strategist](plugins/seo-technical-optimization/agents/seo-keyword-strategist.md) | haiku | Keyword analysis and semantic variations |
|
||||
| [seo-structure-architect](plugins/seo-technical-optimization/agents/seo-structure-architect.md) | haiku | Content structure and schema markup |
|
||||
| [seo-snippet-hunter](plugins/seo-technical-optimization/agents/seo-snippet-hunter.md) | haiku | Featured snippet formatting |
|
||||
| [seo-content-refresher](plugins/seo-analysis-monitoring/agents/seo-content-refresher.md) | haiku | Content freshness analysis |
|
||||
| [seo-cannibalization-detector](plugins/seo-analysis-monitoring/agents/seo-cannibalization-detector.md) | haiku | Keyword overlap detection |
|
||||
| [seo-authority-builder](plugins/seo-analysis-monitoring/agents/seo-authority-builder.md) | sonnet | E-E-A-T signal analysis |
|
||||
| [seo-content-writer](plugins/seo-content-creation/agents/seo-content-writer.md) | sonnet | SEO-optimized content creation |
|
||||
| [seo-content-planner](plugins/seo-content-creation/agents/seo-content-planner.md) | haiku | Content planning and topic clusters |
|
||||
|
||||
### Specialized Domains
|
||||
|
||||
| Agent | Model | Description |
|
||||
| ------------------------------------------------------ | ------ | ---------------------------------------------- |
|
||||
| [blockchain-developer](agents/blockchain-developer.md) | sonnet | Web3 apps, smart contracts, DeFi protocols |
|
||||
| [payment-integration](agents/payment-integration.md) | sonnet | Payment processor integration (Stripe, PayPal) |
|
||||
| [legacy-modernizer](agents/legacy-modernizer.md) | sonnet | Legacy code refactoring and modernization |
|
||||
| [context-manager](agents/context-manager.md) | haiku | Multi-agent context management |
|
||||
| ---------------------------------------------------------------------------- | ------ | ---------------------------------------------- |
|
||||
| [blockchain-developer](plugins/blockchain-web3/agents/blockchain-developer.md) | sonnet | Web3 apps, smart contracts, DeFi protocols |
|
||||
| [payment-integration](plugins/payment-processing/agents/payment-integration.md) | sonnet | Payment processor integration (Stripe, PayPal) |
|
||||
| [legacy-modernizer](plugins/framework-migration/agents/legacy-modernizer.md) | sonnet | Legacy code refactoring and modernization |
|
||||
| [context-manager](plugins/agent-orchestration/agents/context-manager.md) | haiku | Multi-agent context management |
|
||||
|
||||
## Model Configuration
|
||||
|
||||
|
||||
Reference in New Issue
Block a user