sgomez
01Plugin Claude Code
Plugin marketplace listing 1 plugin: developer-skills.
Plugin Claude Code
Plugin marketplace listing 1 plugin: developer-skills.
Plugin Claude Code
Unattended spec delivery pipeline: /developer loops over a spec's sub-issues with dispatcher → code-author → diff-reviewer workers, review→fix cycles, and a configurable merge policy (auto or hand-off), with parallel or sequential execution.
Settings file Claude Code
Unattended PRD delivery for Claude Code.
Instructions file CodexOpenCode
AGENTS.md instructions for sgomez/developer-skills, covering agent instructions, repository layout, conventions, releasing a new version and steps.
Instructions file
Claude Code instructions for sgomez/developer-skills: Instructions for this repository live in AGENTS.md.
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.
Agent
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/NEEDSFIXES verdict. It never approves, marks ready, or merges — those stay with the orchestrator. Quality gate before the PR is merged — unattended or by a human. Spawned…
Agent
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.
Hook
Runs before the agent uses a tool for Bash, Agent and Task tool calls, executing approve-merge.sh, no-ci-logs-in-orchestrator.sh and require-background-workers.sh (3 commands). From sgomez/developer-skills.
Skill Claude CodeCodex
Orchestrates unattended spec delivery — loops over a spec's child issues in dependency order, dispatching dispatcher (complexity triage), code-author (implement), and diff-reviewer (review) workers per sub-issue, with a review→fix cycle until CLEAN, then merging per the repo's merge policy. Tracker- and host-agnostic…
Skill Claude CodeCodex
Reads all unresolved review comments and threads on a change (PR/MR) — and its failing CI checks, which count as feedback too — implements the fixes, pushes, and replies to each thread. Tracker- and host-agnostic — GitHub via gh is the factory default; docs/agents/code-host.md overrides. Use when user says "fix pr…
Skill Claude CodeCodex
Implements an issue end-to-end: fetches the spec from the project issue tracker, creates branch, writes code with TDD, runs checks, commits, publishes a draft change (PR/MR), closes issue on merge. Tracker- and host-agnostic — GitHub via gh CLI is the factory default; docs/agents/issue-tracker.md and…
Skill Claude CodeCodex
Reviews a change (PR/MR) diff against main, posts inline review comments and a summary, then marks it ready for review. Tracker- and host-agnostic — GitHub via gh is the factory default; docs/agents/code-host.md overrides. Use when user says "review pr", "review this pr", "/review-pr", or wants to run automated review…
Skill Claude CodeCodex
Configure this repo for the /developer unattended spec-delivery pipeline — patches the issue tracker doc with the pipeline's Delivery operations, writes docs/agents/code-host.md (GitHub, GitLab or local first-class; anything else as freeform), installs the dispatcher/code-author/diff-reviewer agents, ensures the…