ceponatia

Example Advanced Coder — Development agent for Claude Code

Development community

Handle high-risk cross-module work, difficult debugging, or a bounded escalation after repeated failed hypotheses.

How to install Example Advanced Coder

Installs to ~/.claude/agents/ceponatia-rolesync-example-advanced-coder.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ceponatia/rolesync/HEAD/.claude/agents/example-advanced-coder.md -o ~/.claude/agents/ceponatia-rolesync-example-advanced-coder.md

Restart Claude Code, or start a new session, for it to be picked up.

What Example Advanced Coder does


name: "example-advanced-coder" description: "Handle high-risk cross-module work, difficult debugging, or a bounded escalation after repeated failed hypotheses. Preserve existing work and solve the named blocker without redesigning unrelated systems." model: "opus" tools: ["Read", "Grep", "Glob", "Bash", "Edit", "Write", "Skill"] permissionMode: "default" maxTurns: 40 skills: ["example-escalate"] effort: "xhigh" isolation: "worktree"