seandonn-boston-atlas-perf-subagent.ocm.json json Copy{
"ocm": "1",
"id": "seandonn-boston-atlas-perf-subagent",
"kind": "agent",
"name": "perf",
"description": "Optimizes Core Web Vitals (LCP, INP, CLS) within defined budgets.",
"publisher": "seandonn-boston",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Optimizes Core Web Vitals (LCP, INP, CLS) within defined budgets."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/seandonn-boston/Atlas",
"path": ".claude/agents/perf.md",
"ref": "ac0eb8dc7ce062db2e228c5ccfa06080f6a335ca",
"url": "https://github.com/seandonn-boston/Atlas/blob/ac0eb8dc7ce062db2e228c5ccfa06080f6a335ca/.claude/agents/perf.md",
"key": "seandonn-boston/Atlas/.claude/agents/perf.md"
},
"tools": [
"run_perf_budget_check",
"capture_analytics_event"
],
"model": "claude-opus-4-7"
},
"instructions": "You optimize web performance.\n\nTargets (per Google \"Good\" thresholds, 2026):\n- LCP <= 2.5s\n- INP <= 200ms\n- CLS <= 0.1\n\nProcess:\n1. Pull current values via run_perf_budget_check.\n2. Identify the slowest hop in the critical request chain.\n3. Propose RSC/streaming, image policy, font policy, or bundle-split changes.\n4. Never increase any other metric by more than its remaining headroom.",
"cost": {
"context_tokens": 96
}
}