agentic agents

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

Browse within: gemini 56gemini-cli 56agentic-workflow 52Multi-Agent 48aeo 45ai-marketing 45agent-orchestration 42agent-framework 31ai-coding-assistant 30claude-code-skills 30coding-assistant 30ai-workflow 25agent-skill 23plugin 20

cloud-architect

25

josstei/maestro-orchestrate

Agent

Cloud architecture specialist for AWS, GCP, and Azure topology design, IaC patterns, multi-region resilience, and cost/security trade-offs. Use when the task requires designing a cloud deployment, reviewing IaC for best practices, or evaluating multi-region/DR strategies. For example: choosing between ECS and EKS…

459 26d ago A 272 tokens original Apache-2.0

implementer

26

ai-driven-dev/framework

Agent

Milestone executor. Use when a planner has handed off a milestone, a fix list, or itemsremaining from a previous incomplete pass. Codes, tests, repairs. Returns what's done, what's remaining, and a completion score. Never replans, never judges.

445 2d ago A 55 tokens original MIT

planner

27

ai-driven-dev/framework

Agent

Planning agent. Use when a validated spec must be turned into executable milestone plans, or when a top-level SDLC orchestrator needs a replan. Writes plans and decisions only. Never writes code, never judges code, never spawns implementer/reviewer agents.

445 2d ago A 55 tokens original MIT

reviewer

28

ai-driven-dev/framework

Agent

Independent critic in fresh context. Use when an artifact (code, spec, plan, doc) needs verification against a validator (acceptance criteria, checklist file, or any explicit ruleset). Returns reviewed items, findings, completion score and quality score. Never edits the artifact, never decides what to do next.

445 2d ago A 65 tokens original MIT

correctness-critic

29

nudgebee/nudgebee

Agent Claude Code

Fresh-context correctness reviewer. Given a code diff, verifies it by actually building/testing the affected service and reading the changed lines, then reports correctness findings grounded in machine-checkable evidence. Never edits code — reports only.

387 3d ago A 48 tokens

plan-adversary

30

nudgebee/nudgebee

Agent Claude Code

Fresh-context adversary. Given a proposed implementation plan, argues against it — finds the strongest structural objections grounded in the actual codebase, plus a future-self critique. Does not design alternatives (that is plan-alternative's job) and does not write code.

387 3d ago A 57 tokens

TESTING

31

nudgebee/nudgebee

Agent

Most agenttest.go files in this directory are smoke tests against a populated test cluster, not regression-grade self-contained tests. This file explains why, the limits of the current model, and the migration target for tests that need to be self-validating.

387 3d ago A 0 tokens

ba-designer

32

Arch1eSUN/Arcgentic

Agent

Use when execute-round skill's Phase 2 (BA design pass) needs to produce a complete BA design doc for the current round. Generates D-1..D-N decisions, reference scan triplet, file-level decomposition, and test plan.

302 20d ago A 53 tokens original MIT

developer

33

Arch1eSUN/Arcgentic

Agent

Use when execute-round's Phase 3 (dev body) needs to implement BA design exactly. Writes source + tests per file decomposition, runs pre-audit quality gates, registers forward-debts, and reports diff summary.

302 20d ago A 47 tokens original MIT

planner

34

Arch1eSUN/Arcgentic

Agent

Use when starting a new round (substrate-touching / fix-round / admin) to generate a complete handoff doc from scope + prior-round context. Replaces hand-written 18/12/10-section handoff docs.

302 20d ago A 48 tokens original MIT

autonomous

35

ThibautMelen/agentic-ai-systems

Agent

Agent "autonomous" from ThibautMelen/agentic-ai-systems, covering 🐔 autonomous agent, diagram, the agent loop, key insight and characteristics.

302 +2 1mo ago C 0 tokens original MIT

multi-window

36

ThibautMelen/agentic-ai-systems

Agent

Agent "multi-window" from ThibautMelen/agentic-ai-systems, covering 🖥️ multi-window context, diagram, when to use, implementation and flow example.

302 +2 1mo ago A 0 tokens original MIT

Audit

37

BlackBeltTechnology/pi-agent-dashboard

Agent

Deep security + performance audit of a specific diff. Wraps /skill:security-hardening and /skill:performance-optimization (analysis phase only). Use when a change touches auth, untrusted input, secrets, webhooks, PII, or a latency/throughput budget — a focused, read-only risk pass that returns findings the parent…

263 2d ago A 98 tokens original MIT

DocScribe

38

BlackBeltTechnology/pi-agent-dashboard

Agent

Write docs/ prose for a completed change, in caveman style, per the repo's Documentation Update Protocol. Use after a change lands to update docs/architecture.md, docs/ .md, README, or docs/AGENTS.md — the Rule-6 delegation target (main agent must NOT edit docs/ directly). Self-contained — give it the diff + target…

263 2d ago A 100 tokens original MIT

itsvff

40

itsinseong/value-for-fable

Agent

A delegation-only subagent based on Sonnet Fable 5 for independent implementation, analysis, research, or writing tasks. It returns readable results to the main session instead of applying a working mode directly.

240 2mo ago A 104 tokens AGPL-3.0

fazxes/Claude-code

Agent

Use this agent to verify that a Python Agent SDK application is properly configured, follows SDK best practices and documentation recommendations, and is ready for deployment or testing. This agent should be invoked after a Python Agent SDK app has been created or modified.

233 5mo ago A 55 tokens

fazxes/Claude-code

Agent

Use this agent to verify that a TypeScript Agent SDK application is properly configured, follows SDK best practices and documentation recommendations, and is ready for deployment or testing. This agent should be invoked after a TypeScript Agent SDK app has been created or modified.

233 5mo ago A 56 tokens

code-simplifier

43

fazxes/Claude-code

Agent

Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.

233 5mo ago A 34 tokens

project-owner

44

agents-universe/agents-universe

Agent

Business-focused product owner agent – clarify business goals, manage Jira work, align stakeholders, coordinate scope, acceptance criteria, assumptions, risks.

195 2d ago A 27 tokens original Apache-2.0

quality-assurance

45

agents-universe/agents-universe

Agent

Business-oriented QA agent – verify user and business outcomes, design and run automated tests, preserve execution evidence, report concise Jira results.

195 2d ago A 26 tokens original Apache-2.0

tech-lead

46

agents-universe/agents-universe

Agent

Technical lead agent – PR review/approval/merge, blocker resolution, and architecture/trade-off review aligned with Jira outcomes.

195 2d ago A 25 tokens original Apache-2.0

compression-editor

47

sammcj/agentic-coding

Agent

Use when the user, task, or situation calls for making written content more concise or terse - compressing, tightening, or cutting verbosity from prose, instructions, skills or documentation without losing meaning or signal. Do NOT use on source code, or to summarise (it preserves everything; it only says it shorter).

158 8d ago A 66 tokens original Apache-2.0

sammcj/agentic-coding

Agent

Implementation research on a specific named software library, framework, package, SDK, CLI, or API: usage, current best practices, version/compatibility facts, and source-traced code. Use for "how do I implement X" or "which package for Y". Not for general web research, market comparison, conceptual explainers, or…

158 8d ago A 120 tokens original Apache-2.0