codex-cli agents

559 tagged codex-cli, measured the same way as everything else here.

Browse within: copilot-cli 70design-system 54coding-agent 49GLM 40ai-orchestration 36multi-agent-system 36quality-gates 36ralph-loop 36gemini-cli 34github-copilot 32context-engineering 28agentic-workflow 27prompt-engineering 23spec-driven 23

test-agent

145

daphnee-ovo/dev-flow

Agent

The current test execution owner is the dow test CLI. The /test workflow entry invokes that CLI; it does not dispatch a second independent test plan.

2 17d ago A 0 tokens original MIT

domain

146

svyatov/handrail

Agent

How the engineering skills should consume this repo's domain documentation when exploring the codebase.

2 9d ago A 0 tokens copy · 80% MIT

serena

147

svyatov/handrail

Agent

Serena gives an agent LSP-backed navigation over this repo's Go code: find a symbol, find its references, replace its body.

2 9d ago A 0 tokens original MIT

triage-labels

148

svyatov/handrail

Agent

The skills speak in terms of five canonical triage roles. This file maps those roles to the actual label strings used in this repo's issue tracker.

2 9d ago A 0 tokens copy · 81% MIT

analyst

149

kohj1018/agentic-dev-harness

Agent Claude Code

A data-measurement and interpretation adviser for product work. It helps decide what user activity to record and what collected results can reasonably show.

2 5d ago A 68 tokens original MIT

counsel

150

kohj1018/agentic-dev-harness

Agent Claude Code

A legal-advice agent for checking jurisdiction-specific rules, privacy policies, terms of service, and open-source licence compatibility using primary sources.

2 5d ago A 79 tokens original MIT

strategist

151

kohj1018/agentic-dev-harness

Agent Claude Code

A report-only adviser for business strategy. It examines revenue models, pricing tiers, unit economics, market sizing, competitive positioning, and the relationship between customer-acquisition cost and customer value.

2 5d ago A 64 tokens original MIT

gpt

152

buchmark/codex-bridge-for-claude-code

Agent

Delegates a task to a GPT agent running in the local Codex CLI sandbox. Use for a second opinion from a non-Claude model, cross-model review, or any task the user explicitly wants GPT to handle. Returns the GPT agent's output verbatim. This agent performs no analysis of its own. When dispatching, put the absolute…

2 1mo ago D 164 tokens original MIT

worker

155

harnessgrid/harnessgrid

Agent Claude Code

Bounded implementation worker for Agent Relay repository tasks.

2 4d ago A 12 tokens

architecture-reviewer

156

silver2dream/ai-workflow-kit

Agent Claude Code

AWK Architecture Reviewer. Performs architecture-level review focusing on code organization, module boundaries, dependency direction, and design patterns. Used as optional second reviewer when review.multimodel is enabled.

2 1mo ago A 40 tokens original Apache-2.0

conflict-resolver

157

silver2dream/ai-workflow-kit

Agent Claude Code

AWK Merge Conflict Resolver. Resolves git merge conflicts in a worktree. Used when dispatch-worker returns needsconflictresolution status.

2 1mo ago A 32 tokens original Apache-2.0

pr-reviewer

158

silver2dream/ai-workflow-kit

Agent Claude Code

AWK PR Reviewer. Executes complete PR review flow: prepare -> review implementation -> verify tests -> submit. Used when analyze-next returns reviewpr.

2 1mo ago A 33 tokens original Apache-2.0

reviewer-architecture

159

7xmohamed/Kata

Agent

You are an architecture specialist reviewing a code diff. Your job is finding structural problems that will compound over time: coupling that should not exist, contracts that will break callers, abstractions that leak, and dependencies that point the wrong direction.

2 2mo ago A 0 tokens copy · 100% MIT

reviewer-security

160

7xmohamed/Kata

Agent

You are a security specialist reviewing a code diff. Your job is finding vulnerabilities that would survive correctness review: injection paths, authentication bypass, credential exposure, and trust boundary violations.

2 2mo ago A 0 tokens copy · 100% MIT

inspector-control

161

7xmohamed/Kata

Agent

Agent "inspector-control" from 7xmohamed/Kata, covering control inspector, part a: control + verification layer and part b: behavior pattern audit.

2 2mo ago A 0 tokens original MIT

odin-ingest

165

WillCAboutThat/odin-adapter

Agent

Odin's bulk-ingest worker (ADR-0045). Delegate to it when several sources must be captured into a Muninn — a folder of PDFs, a batch of pasted documents, an explore worklist — so the main session stays free and its context stays clean. Requires the Muninn root and an explicit source list; it will refuse rather than…

1 8d ago A 95 tokens original MIT

odin-review

166

WillCAboutThat/odin-adapter

Agent

Odin's honesty-audit worker (ADR-0045 - the deferred "challenger panels" shape, scoped to review). Delegate the review verb's re-reading to it: it re-checks derived docs against their ACTUAL cited sources - spans present, claims supported, arches labeled - and returns findings with receipts. The cleanest worker shape…

1 8d ago A 125 tokens original MIT

odin-scout

167

WillCAboutThat/odin-adapter

Agent

Odin's read-only survey worker (ADR-0045, extending explore — ADR-0020). Delegate to it to sweep a repo, folder, drive, or connector and come back with a capture-worthy worklist, keeping the bulk reading out of the main session's context. It never writes: findings return as a proposed worklist (with dedup status…

1 8d ago A 159 tokens original MIT

code-deduplicator

168

rben01/agentic-coder-config

Agent

Use this agent when you want to eliminate code duplication across your codebase. Examples: Context: User has just written several similar functions and wants to clean up duplication. user: 'I just added these three validation functions that seem really similar' assistant: 'Let me use the code-deduplicator agent to…

1 3mo ago A 0 tokens