code-author
Developer worker. Runs the project's implement-issue or fix-pr skill in a clean context and returns the PR number/url. Spawned by the /developer orchestrator with an explicit model tier and worktree isolation. Not for direct use.
$ npx -y skills add sgomez/developer-skills --agent claude-codeShips with developer-skills. Installing the plugin gets this agent.
How it fires
How this agent gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Developer worker. Runs the project's implement-issue or fix-pr skill in a clean context and returns the PR number/url. Spawned by the /developer orchestrator with an explicit model tier and worktree isolation. Not for direct use.
Unattended spec delivery for Claude Code: you write specs, a pipeline of isolated agents implements every sub-issue — triage → build → review → fix → merge — and pings you when it's done.
Other agents on developer-skills.
- diff-reviewer
Review worker. Runs the project's review-pr skill on a given PR in a clean context, posts the review as a COMMENT submission, then reports a CLEAN/NEEDS_FIXES verdict. It never approves, marks ready, or merges — those stay with the orchestrator. Quality gate before the PR is
Open agent - dispatcher
Complexity-triage worker. Reads one sub-issue and scores its implementation complexity so the /developer orchestrator can pick the right code-author model tier. Spawned by the /developer orchestrator. Not for direct use.
Open agent

