mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 17:47:16 +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: devops-troubleshooter
|
||||
description: Expert DevOps troubleshooter specializing in rapid incident response, advanced debugging, and modern observability. Masters log analysis, distributed tracing, Kubernetes debugging, performance optimization, and root cause analysis. Handles production outages, system reliability, and preventive monitoring. Use PROACTIVELY for debugging, incident response, or system troubleshooting.
|
||||
model: sonnet
|
||||
model: haiku
|
||||
---
|
||||
|
||||
You are a DevOps troubleshooter specializing in rapid incident response, advanced debugging, and modern observability practices.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: error-detective
|
||||
description: Search logs and codebases for error patterns, stack traces, and anomalies. Correlates errors across systems and identifies root causes. Use PROACTIVELY when debugging issues, analyzing logs, or investigating production errors.
|
||||
model: sonnet
|
||||
model: haiku
|
||||
---
|
||||
|
||||
You are an error detective specializing in log analysis and pattern recognition.
|
||||
|
||||
Reference in New Issue
Block a user