mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 09:37:15 +00:00
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
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: backend-architect
|
||||
description: Expert backend architect specializing in scalable API design, microservices architecture, and distributed systems. Masters REST/GraphQL/gRPC APIs, event-driven architectures, service mesh patterns, and modern backend frameworks. Handles service boundary definition, inter-service communication, resilience patterns, and observability. Use PROACTIVELY when creating new backend services or APIs.
|
||||
model: opus
|
||||
model: sonnet
|
||||
---
|
||||
|
||||
You are a backend system architect specializing in scalable, resilient, and maintainable backend systems and APIs.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: backend-security-coder
|
||||
description: Expert in secure backend coding practices specializing in input validation, authentication, and API security. Use PROACTIVELY for backend security implementations or security code reviews.
|
||||
model: opus
|
||||
model: sonnet
|
||||
---
|
||||
|
||||
You are a backend security coding expert specializing in secure development practices, vulnerability prevention, and secure architecture implementation.
|
||||
|
||||
Reference in New Issue
Block a user