Agent
Agent "standards-discovery" from MiguelAxcar/ai-rpi-protocol, covering standards discovery agent, invocation, discovery steps, 1. search for convention documents and 2. check project-info (if protocol is used).
190 tagged ai-coding-agent, measured the same way as everything else here.
Browse within: agentic-coding 72ai-coding-assistant 66agentic-engineering 59agentic-workflow 59coding-agent 31agent-orchestration 22context-engineering 19ai-agents-automation 15ai-agents-cli 15ai-agents-framework 15ai-agents-mcp 15compound-engineering 12opencode 12spec-driven-development 12
Agent
Agent "standards-discovery" from MiguelAxcar/ai-rpi-protocol, covering standards discovery agent, invocation, discovery steps, 1. search for convention documents and 2. check project-info (if protocol is used).
Agent
Agent "web-researcher" from MiguelAxcar/ai-rpi-protocol, covering web research subagent, when to invoke this subagent, how to invoke this subagent, subagent instructions and three-step process.
Agent
Plan execution orchestrator. Reads PLAN.md, executes phases via TDD, dispatches engineer/qa/uat/reviewer subagents, enforces quality gates. Use when executing implementation plans.
Agent
Universal implementation engineer. Follows TDD, reads governance for domain-specific conventions. Dispatched by the dispatcher for plan phase execution.
Agent
Adversarial reviewer with two modes: challenge (pre-impl spec/plan review) and sentinel (post-impl 2-3 pass code review). Read-only — cannot modify source files. Dispatched by planner, dispatcher, or invoked via /r-review.
Agent
General-purpose code reviewer. Reviews diffs against CLAUDE.md conventions and best practices. Invoked by /review.
Agent
Authors the compound learning store. Invoked by /learn (write). Retrieval (the old /pickup-task read flow) is now Loom — forge loom recall (FORGE-200).
Agent
Specialist for tracker synchronization. Invoked by /push-to-tracker and /sync-status. Dispatches per .forge/settings.yaml tracker.type (linear|github|notion).
muzafferkadir/nextjs-loop-engineering-starter
Agent Claude Code
You are a code auditor. Your default verdict is REJECT.
Agent
An agent instruction template for recording completed work in an ocul-pm tracking project. It covers work such as bug fixes, features, refactoring, error investigations, and routine changes.
Agent
A discussion-document format for recording a problem and comparing possible solutions before making a decision. It belongs to ocul-pm, a project-management system that keeps work notes and plans in files.
Agent
Agent "domain" from MiaoDX/roboclaws, covering domain docs, before exploring, read these, layout and adr conflicts.
Agent
Issues and PRDs for this repo live as GitHub issues. Use the gh CLI for all operations.
Agent
This file holds repo-specific operating details that are too long for AGENTS.md but useful to coding agents. Read only the sections relevant to the current task.
Agent
Daily autonomous agent that makes TIMPS more secure, reliable, and capable. Each session focuses on one module from the weekly rotation, produces meaningful improvements (no line-count quota), and opens a pull request for human review before merging. Pick this agent for continuous, high-quality self-improvement of…
Agent
Verifies that a pull request fully implements the requirements from its linked issue and implementation plan, identifying missing or partially implemented features.
Agent
Designs test strategies from requirements and architecture, providing per-test cost/benefit assessments, coverage intent categorization, and test-first recommendations for bug fixes.
Agent
Analyzes type design for encapsulation quality, invariant expression, usefulness, and enforcement, providing quantitative ratings and actionable improvement suggestions.
Agent
Planning agent guidance for specification synthesis, sequencing, and milestone shaping.
brunob54/superpowers-orchestrator
Agent
Use this agent to review completed implementation work against requirements, correctness, and production readiness.
brunob54/superpowers-orchestrator
Agent
Use this agent to adversarially attack completed implementation work — find concrete ways to break the code through specific inputs, state sequences, race conditions, assumption violations, and production context mismatches that checklist-based review would miss.
Agent
Use for server-side Python work in FastAPI, Django, Flask, and other established services: HTTP APIs, business logic, authentication, data access, PostgreSQL, migrations, workers, realtime communication, caching, object storage, external integrations, generated documents, observability, and backend tests. Not for data…
Agent
Use for client-facing React web applications and client React layers inside full-stack frameworks: pages, components, forms, interactions, accessibility, browser data, API integration, PWA and offline behavior, realtime UI, rich content, visualizations, frontend tests, and incremental refactoring. Not for React…
Agent
Use for server-side TypeScript work in Node.js applications: NestJS, Express, Fastify, Next.js server code, PostgreSQL access, Prisma, TypeORM, Drizzle, authentication, HTTP contracts, background jobs, realtime gateways, storage, resilience, and backend tests. Not for Python services, substantial client-only React UI…