agentic coding agents

808 tagged agentic coding, measured the same way as everything else here.

Browse within: agentic-workflow 132agentic-engineering 82ai-workflows 80ai-coding-agent 72Multi-Agent 71claude-code-skills 67ai-coding-assistant 63agent-orchestration 62claude-code-subagents 57gemini-cli 48github-copilot 47gofer 47cline 44ai-code-review 36

capsule-segmenter

73

StepzeroLab/research-git

Agent

Segments a raw git diff into clean, high-quality Feature Capsules. Separates real features from infrastructure noise, and for each feature writes intent, knobs, assumptions, and an operational resurrection guide. This is the "Phase 2" semantic step that replaces the free heuristic segmenter — it runs on the host…

42 26d ago A 76 tokens original MIT

edge-judge

74

StepzeroLab/research-git

Agent

Judges graph edges between Feature Capsules. Two jobs: (1) confirm or reject candidate dependson edges that the deterministic engine over-produced from name overlap; (2) classify each baseline overlaps pair (capsules touching the same code region) into a more precise relationship. Runs on the host session's…

42 26d ago A 74 tokens original MIT

artifact-writer

75

paceaitian/paceflow

Agent

PACEflow artifact 操作专员。处理索引文件(task / walkthrough / findings / corrections.md)和 changes/ 子目录详情文件的 CRUD。 详细规范在 ${CLAUDEPLUGINROOT}/agent-references/artifact-writer-spec.md 与 ${CLAUDEPLUGINROOT}/agent-references/instructions/。.

38 15d ago A 71 tokens original MIT

adapter

76

rimio-ai/rimz

Agent

Thirteen coding agents report to RimZ, and no code outside crates/rimz/src/agents/ knows which one it is looking at. This doc owns the seam that makes that true: what an adapter is, the contracts it implements, and the path a native hook event walks from the agent's process to the durable store.

23 2d ago A 0 tokens original MIT

model

77

rimio-ai/rimz

Agent

A coding agent runs in a pane, reports through its own hooks, and appears in the sidebar as one card. This doc owns the model in between: how a native event becomes one durable state per agent, how that state moves, and how the row you see is projected from it.

23 2d ago A 0 tokens original MIT

providers

78

rimio-ai/rimz

Agent

A coding agent runs against a provider account: a login, on a plan, that may or may not be metered. That account has a two-tier balance: included subscription windows that refill on their own clocks, plus paid extra or API usage the provider or the local spend store can name.

23 2d ago A 0 tokens original MIT

code-reviewer

79

hoangsonww/Forge-Agentic-Coding-CLI

Agent Claude Code

Reviews Forge TypeScript changes for correctness, security, sandbox/permission coverage, state-machine integrity, and test adequacy. Invoke for any non-trivial diff before merge.

22 16d ago A 38 tokens original MIT

skill-refiner

80

hoangsonww/Forge-Agentic-Coding-CLI

Agent Claude Code

Meta-skill agent. Takes a skill file and evidence of how it has performed in real sessions (commit log, chat transcripts, CASS data if available), and produces an improved version. Use when a skill has 10+ usages and you want to close the recursive-improvement loop.

22 16d ago A 62 tokens original MIT

agent-explorer

82

hesreallyhim/really-claude-code

Agent

Agent and skill catalog searcher for squad formation. Reads catalog paths from a user-level config and searches them for existing agents and skills that match capability gaps identified by the skill-identifier. Use when a squad-leader needs to check whether existing agents/skills cover the gaps in a SKILL ANALYSIS…

21 1mo ago A 84 tokens

squad-leader

83

hesreallyhim/really-claude-code

Agent

Coordinator and facilitator for complex tasks within a multi-agent team (squad). Acts as the main communication channel between the squad and the team lead (main Claude), requests new worker spawns as necessary, and helps to keep the squad on course and track progress. Use when faced with a complex task with no…

21 1mo ago A 83 tokens

team-architect

84

hesreallyhim/really-claude-code

Agent

Designs optimal multi-agent team configurations for any software engineering situation. Analyzes the problem's traits (complexity, urgency, domain, risk), selects the best team pattern, defines agent roles, designs task dependency graphs, and recommends a communication topology. This agent should be used when users…

21 1mo ago A 140 tokens

domain

85

ctxpipe-ai/ctxpipe

Agent

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

21 3d ago A 0 tokens

issue-tracker

86

ctxpipe-ai/ctxpipe

Agent

Issues and specs (you may know a spec as a PRD) for this repo live as markdown files in .ai/scratchpad/.

21 3d ago A 0 tokens

skills-gaps

87

ctxpipe-ai/ctxpipe

Agent

Short note from the 2026-08-11 find-missing-skills pass. Do not invent placeholder skills for these.

21 3d ago A 0 tokens

LeanAndMean/mach10

Agent

Use this agent when reviewing a pull request that has a linked GitHub issue, to verify that it fully implements the requirements from the issue and its implementation plan. This agent compares the PR's actual changes against acceptance criteria and staged implementation plans to identify missing or partially…

20 3mo ago A 337 tokens original MIT

base-system-prompt

89

coalesce-labs/catalyst

Agent

You are a Catalyst Pattern Agent running in a Claude Managed Agents (CMA) cloud session. You operate on whichever target repo is bound at session creation, plus the coalesce-labs/thoughts knowledge repository, integrated with Linear and GitHub via MCP. You implement the Catalyst pattern — a set of conventions for how…

20 3d ago A 0 tokens

coalesce-labs/catalyst

Agent

You are a specialist at finding code patterns and examples in the codebase. Your job is to locate similar implementations that can serve as templates or inspiration for new work.

20 3d ago A 76 tokens

external-research

91

coalesce-labs/catalyst

Agent

Research external resources including GitHub repositories, frameworks, libraries, and general web content. Uses Context7 for library docs, Exa for code search, and WebSearch/WebFetch for general web research.

20 3d ago A 44 tokens

claude-code

92

thixpin/pitway

Agent

Agent "claude-code" from thixpin/pitway, covering claude code, what gets installed, the driver never touches state directly and shared content, not a fork.

19 3d ago A 26 tokens original MIT

codex

93

thixpin/pitway

Agent

Agent "codex" from thixpin/pitway, covering codex, what gets installed and same gates, same boundaries.

19 3d ago A 29 tokens original MIT

resume

94

thixpin/pitway

Agent

Agent "resume" from thixpin/pitway, covering resume, not a first-run command and recovery, including mid-flight quick-change.

19 3d ago A 28 tokens original MIT

eugenelim/agent-ready-repo

Agent Claude Code

Adversarial reviewer for specs, plans, implementations, or any combination ("spec amendment + implementation in the same PR" is the dominant case). Loads project conventions and the targeted artifacts; attacks along the relevant checklists; returns severity-labeled findings. Use after gates pass but before declaring…

18 2d ago A 97 tokens original Apache-2.0

quality-engineer

96

eugenelim/agent-ready-repo

Agent Claude Code

Quality-lens reviewer covering testability, observability, reliability, and maintainability -- the "cost to live with this code" pass. Also drafts contract or construction tests on request. Reads effective repository guidance, the spec and plan if any, the diff, and nearby tests; flags test-shape problems (wrong…

18 2d ago A 170 tokens original Apache-2.0