ai-coding agents

2,166 tagged ai-coding, measured the same way as everything else here.

Browse within: agentic-coding 191claude-ai 125agent-orchestration 120code-quality 120copilot 117agentic-workflow 116claude-code-agents 93Code Generation 87ai-coding-assistant 80ai-coding-agent 64ai-skills 63claude-code-hooks 63agentic-engineering 60ai-agent-templates 60

bootstrap

193

skyf0xx/hedgehog

Agent

Part of hedgehog

Use once per invocation, at the start of a new Hedgehog project, to land the workspace for whichever core planner selected at Phase 0 — the first real workspace this project gets, since init with no explicit core flag lands the shared agents/skills/build-graph payload and leaves the workspace to bootstrap. Reads the…

34 3d ago A 152 tokens original MIT

planner

194

skyf0xx/hedgehog

Agent

Part of hedgehog

Use for planning intake (core selection, then scope boundary + domain vocabulary or Chain Method brief, depending on core) at the start of a project, and for re-entry when new scope enters play on a project already built or mid-build — including after a build has reached its Stop Condition, where it is the exit…

34 3d ago A 114 tokens original MIT

tweaker

195

skyf0xx/hedgehog

Agent

Part of hedgehog

Use when a change request lands on a project that already has a build graph and nothing in flight (hedgehog status --brief names no task) — a finished build being adjusted, or an adopted repo's next piece of work — and the user is offered a fresh-context session to iterate. Takes change requests one at a time from a…

34 3d ago A 177 tokens original MIT

code-reviewer

196

yimwoo/hotl-plugin

Agent

Part of hotl

Use after completing a step or batch of implementation work. Reviews against the HOTL workflow and HOTL contracts. Flags BLOCK/WARN/NOTE issues with file:line references.

26 1mo ago A 39 tokens original MIT

agent-evolve

197

LeeYudok/agents-scaffold

Agent Claude Code

A meta-agent that improves another coding agent's instruction file after that agent has been used. It reviews what went wrong and updates the agent's documented rules.

25 4d ago A 77 tokens original MIT

db-migration

198

LeeYudok/agents-scaffold

Agent Claude Code

A database migration checker that reviews planned changes to a database’s structure, such as adding, changing, or removing tables and columns. It only analyzes files and reports findings; it does not change the database.

25 4d ago A 45 tokens original MIT

sdlc-verifier

199

LeeYudok/agents-scaffold

Agent Claude Code

A verification agent that runs a project's build, tests, and lint checks, then reports the exact results. It is read-only and does not change code.

25 4d ago A 52 tokens original MIT

discovery-analyst

203

vynazevedo/first-plan

Agent

Part of fp

Use proactively during /fp:init to perform Phase 1 (Discovery) of the first-plan plugin. Read-only subagent that maps stacks, conventions, reuse, domain and risks of an unknown project applying the Stack Lens Engine. Returns structured findings to be written to .first-plan/. Do NOT use for execution or modifications …

23 8d ago A 73 tokens original MIT

vynazevedo/first-plan

Agent

Part of fp

Use proactively during /fp:init and /fp:check to perform Spec-Code Reconciliation. Read-only subagent that matches intent artifacts (docs, specs, JIRA, GitHub issues, README sections) against code implementation. Returns feature × status × evidence matrix. NEVER modifies files.

23 8d ago A 63 tokens original MIT

verification-runner

205

vynazevedo/first-plan

Agent

Part of fp

Use proactively after /fp:execute to verify the implementation works. Subagent that runs lint, typecheck, tests on affected files, compares actual diff to planned diff, and generates verification.md report. Detects regressions and broken builds before reporting success. Read-only on .first-plan/ but can run project's…

23 8d ago A 71 tokens original MIT

adapter

206

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 3d ago A 0 tokens original MIT

model

207

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 3d ago A 0 tokens original MIT

providers

208

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 3d ago A 0 tokens original MIT

martysama0134/m2ui-skill

Agent

Part of m2ui

Use this agent for an independent second-pass audit of NEWLY GENERATED Metin2 UI code (uiscript dicts, root ui.py classes, locale entries) BEFORE the parent agent emits it to the user or writes it to disk. The reviewer cites file:line for every finding and proposes NO fixes — it surfaces issues for the parent agent to…

21 1mo ago A 315 tokens

claude-code

213

mareurs/codescout

Agent

Agent "claude-code" from mareurs/codescout, covering claude code, one-time setup, 1. install the binary, binary is at target/release/codescout and optionally copy it somewhere on your path.

21 3d ago A 0 tokens original MIT

copilot

214

mareurs/codescout

Agent

Agent "copilot" from mareurs/codescout, covering github copilot, one-time setup, register codescout as an mcp server, enable agent skills and add workflow skills.

21 3d ago A 0 tokens original MIT

cursor

215

mareurs/codescout

Agent

Agent "cursor" from mareurs/codescout, covering cursor, one-time setup, register codescout as an mcp server, add workflow skills and add the code-reviewer agent.

21 3d ago A 0 tokens original MIT

COMPETENCE_MATRIX

216

prikotov/task-agents-playbook

Agent

A scored comparison of AI agents and the language models connected to them, based on the agents' self-assessments. It rates skills from 1 to 10 across areas such as PHP, Symfony, testing, Git, Docker, and web development.

21 3mo ago A 0 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: