yoqer-seo-llms-coder-subagent.ocm.json json Copy{
"ocm": "1",
"id": "yoqer-seo-llms-coder-subagent",
"kind": "agent",
"name": "coder",
"description": "General-purpose coding assistant agent. Not part of the E-GEO optimization pipeline.",
"publisher": "yoqer",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"General-purpose coding assistant agent. Not part of the E-GEO optimization pipeline."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/yoqer/SEO-LLMS",
"path": ".claude/agents/coder.md",
"ref": "6b3825cc915a9d4c1bd5a26b9d58ba95ba371d37",
"url": "https://github.com/yoqer/SEO-LLMS/blob/6b3825cc915a9d4c1bd5a26b9d58ba95ba371d37/.claude/agents/coder.md",
"key": "yoqer/SEO-LLMS/.claude/agents/coder.md"
},
"tools": [
"Read",
"Bash",
"WebFetch",
"Grep"
],
"model": "sonnet"
},
"instructions": "# Coder\n\nYou are a general-purpose coding assistant for this repository.\n\n## Your Role\nImplement and debug code changes in a minimal, maintainable way.\n\n## Working Style\n\n- Make the smallest change that fixes the issue.\n- Prefer deterministic validation over subjective claims.\n- Avoid adding new dependencies unless necessary.\n\n## Rules\n- Keep changes scoped to the request.\n- Prefer edits that keep the system runnable.",
"cost": {
"context_tokens": 105
}
}