agentic-workflow agents

1,037 tagged agentic-workflow, measured the same way as everything else here.

Browse within: agentic-coding 167ai-coding 128agent-orchestration 106agentic-framework 91github-copilot 91agentic-engineering 86ai-coding-assistant 86ai-assistant 65ai-coding-agent 59ai-personas 59agentic 58agentic-development 40agent-framework 39anthropic-claude 35

code-deduplicator

289

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

rben01/agentic-coder-config

Agent

Use this agent when you need expert guidance on HTML and CSS layout techniques, responsive design, flexbox implementation, or solving browser-specific styling issues. Examples: Context: User is struggling with creating a responsive navigation bar that collapses on mobile. user: "How can I create a navigation bar that…

1 3mo ago A 0 tokens

typescript-test-fixer

291

rben01/agentic-coder-config

Agent

Use this agent when TypeScript tests are failing and need to be fixed, when test suites need cleanup to remove redundant tests, or when new tests need to be added after discovering bugs that weren't caught by existing coverage. Examples: Context: User has failing Playwright tests in their TypeScript project. user: 'My…

1 3mo ago A 0 tokens

default-workflow

292

martin-francois/symphony-trello

Agent

The order of work for any task: what to read first, how to scope a change, how to verify, and how to commit and open pull requests. Topic-specific rules live in the pages linked under References.

1 3d ago A 0 tokens original Apache-2.0

martin-francois/symphony-trello

Agent

Agent "maintaining-agent-docs" from martin-francois/symphony-trello, covering maintaining agent docs, progressive disclosure contract, what may be added to agents.md (allowlist), what must not be added to agents.md (denylist) and where to put new guidance (decision tree).

1 3d ago A 0 tokens original Apache-2.0

Implement

295

saajunaid/caddis-plugin

Agent

Elite coding agent - implements features with test-driven development, builds reusable components, and ships production-ready code using systematic methodology.

0 5d ago A 25 tokens

orchestrator

296

saajunaid/caddis-plugin

Agent

Agent "orchestrator" from saajunaid/caddis-plugin, covering orchestrator agent, session mode detection — resolve before reading state, core responsibilities, 1. read pipeline state first and 2. validate artefact contracts.

0 5d ago A 0 tokens

Planner

297

saajunaid/caddis-plugin

Agent

Strategic planning assistant - analyzes requirements and creates implementation plans without making code changes.

0 5d ago A 17 tokens

architect

298

masrisystems/dot-agents

Agent

Part of ecc

Software architecture specialist for system design, scalability, and technical decision-making. Use PROACTIVELY when planning new features, refactoring large systems, or making architectural decisions.

0 3d ago A 36 tokens

chief-of-staff

299

masrisystems/dot-agents

Agent

Part of ecc

Personal communication chief of staff that triages email, Slack, LINE, and Messenger. Classifies messages into 4 tiers (skip/infoonly/meetinginfo/actionrequired), generates draft replies, and enforces post-send follow-through via hooks. Use when managing multi-channel communication workflows.

0 3d ago A 61 tokens

code-reviewer

300

masrisystems/dot-agents

Agent

Part of ecc

Expert code review specialist. Proactively reviews code for quality, security, and maintainability. Use immediately after writing or modifying code. MUST BE USED for all code changes.

0 3d ago A 38 tokens

dossier-doc-drafter

301

synaptiai/synapti-marketplace

Agent

Draft exactly one canonical package document from its required-content contract, the project model, and the evidence-ledger slice it is given, citing evidence IDs on every material assertion and marking claim states. Use when Phase 4 drafts internal documents or Phase 5 derives public documents, dispatched once per…

6 1mo ago A 69 tokens Apache-2.0

synaptiai/synapti-marketplace

Agent

Inventory a project's sources and emit evidence-ledger rows with source-authority levels and claim states, without drafting any prose. Use when Phase 1 of a baseline needs an evidence inventory, or when a targeted refresh needs fresh evidence for a blast-radius file set.

6 1mo ago A 59 tokens Apache-2.0

synaptiai/synapti-marketplace

Agent

Independent verification pass A — coverage and evidence integrity. Rebuilds the required-file inventory from the package contracts rather than from the documentation index, audits the census claim categories at 100%, and verifies each sampled claim against its cited ledger row and the original source. Use when…

6 1mo ago A 72 tokens Apache-2.0

synaptiai/synapti-marketplace

Agent

Independent verification pass B — model falsification. Selects and executes end-to-end traces from the sources of truth (entry point through code path, data store, deployment, and observability) and attempts to break the documented project model, reporting every point where the package and the sources diverge. Use…

6 1mo ago A 80 tokens Apache-2.0

synaptiai/synapti-marketplace

Agent

Independent verification pass C — audience usability, consistency, and disclosure. Simulates each named reader completing their task using only the package (day-one engineer, diligence lead, product manager, on-call responder, security reviewer, partner integrator, customer trust reviewer), then validates headers…

6 1mo ago A 86 tokens Apache-2.0

dossier-scorer

306

synaptiai/synapti-marketplace

Agent

Issue the independent scorecard and the binary release-gate verdict for a documentation package, seeing only the final package, the adjudicated findings ledger, and the resolved scope — never the drafting or repair rationale. Use when reconciliation and repair are complete, or when CI needs a machine-readable…

6 1mo ago A 74 tokens Apache-2.0

code-reviewer

307

synaptiai/synapti-marketplace

Agent

Review code changes for quality, logic correctness, edge cases, security, and error handling. Return P1/P2/P3 findings using the canonical two-column finding table from references/finding-schema.md (Finding | Suggested Fix, with id/category/location packed into the Finding cell).

6 1mo ago A 61 tokens Apache-2.0

convention-checker

308

synaptiai/synapti-marketplace

Agent

Validate Git conventions including commit messages, branch naming, PR format, and code patterns. Report convention violations with severity.

6 1mo ago A 28 tokens Apache-2.0

synaptiai/synapti-marketplace

Agent

Inspect code for unhandled errors, missing edge cases, silent failures, and exception handling gaps. Return P1/P2/P3 findings with file:line citations.

6 1mo ago A 38 tokens Apache-2.0

goal-evaluator-judge

310

synaptiai/synapti-marketplace

Agent

Specialized loop-time verdict judge for the FlowGoal evaluator. Judges goal satisfaction by evaluating the embedded goal contract, the deterministic check report, and the evidence ledger (all delivered inline in the prompt under >> fences) — then returns a structured verdict of {achieved, notachieved, blocked…

6 1mo ago A 161 tokens Apache-2.0

synaptiai/synapti-marketplace

Agent

Parse acceptance criteria from issues and create task breakdowns with dependencies and parallel execution opportunities. Use when decomposing an issue into trackable implementation tasks.

6 1mo ago A 33 tokens Apache-2.0

integration-verifier

312

synaptiai/synapti-marketplace

Agent

Verify end-to-end functionality beyond unit tests. Start dev servers, run E2E suites, perform smoke tests, and validate acceptance criteria at runtime.

6 1mo ago A 34 tokens Apache-2.0

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: