llm agents

2,247 tagged llm, measured the same way as everything else here.

Browse within: Multi-Agent 243Autonomous Agents 93typescript 87python 82prompt-engineering 79human-in-the-loop 63ollama 61agentic 59multi-agent-systems 59agentskills 57drone 56gazebo 56swarm-intelligence 50ai-security-tool 49

architect

01

affaan-m/ECC

Agent

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

245k +403 yesterday A 36 tokens original MIT

chief-of-staff

02

affaan-m/ECC

Agent

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.

245k +403 yesterday A 61 tokens original MIT

code-reviewer

03

affaan-m/ECC

Agent

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.

245k +403 yesterday A 38 tokens original MIT

cavecrew-builder

04

JuliusBrussee/caveman

Agent

Surgical 1-2 file edit. Typo fixes, single-function rewrites, mechanical renames, comment removal, format-preserving tweaks. Hard refuses 3+ file scope. Returns caveman diff receipt. Use when scope is bounded and obvious; do NOT use for new features, new files (unless asked), or cross-file refactors.

102k 2d ago A 76 tokens

JuliusBrussee/caveman

Agent

Read-only code locator. Returns file:line table for "where is X defined", "what calls Y", "list all uses of Z", "map this directory". Output is caveman-compressed so the main thread eats 60% fewer tokens than vanilla Explore. Refuses to suggest fixes.

102k 2d ago A 66 tokens

cavecrew-reviewer

06

JuliusBrussee/caveman

Agent

Diff/branch/file reviewer. One line per finding, severity-tagged, no praise, no scope creep. Output format path:line: : . . Use for "review this PR", "review my diff", "audit this file". Skips formatting nits unless they change meaning.

102k 2d ago A 75 tokens

docs-researcher

07

upstash/context7

Agent

Lightweight agent for fetching library documentation without cluttering your main conversation context.

61k +26 yesterday A 20 tokens original MIT

designer

10

can1357/oh-my-pi

Agent

UI/UX specialist for design implementation, review, visual refinement.

28k yesterday A 14 tokens original MIT

reviewer

11

can1357/oh-my-pi

Agent

Code review specialist for quality/security analysis.

28k yesterday A 10 tokens original MIT

scout

12

can1357/oh-my-pi

Agent

MUST be used for exploratory codebase research, rapid code analysis, and broad pattern searches. Fast read-only scout returning compressed context for handoff.

28k yesterday A 33 tokens original MIT

explorer

15

yamadashy/repomix

Agent Claude Code

Use this agent when the user wants to analyze or explore a codebase (remote repository or local repository) using Repomix. This includes scenarios like:\n\n- User asks to analyze a GitHub repository: "Can you analyze this repository: https://github.com/user/repo"\n- User wants to understand a local codebase: "Analyze…

28k 2d ago A 0 tokens original MIT

promptfoo/promptfoo

Agent

These notes track the planned Promptfoo integration for the Codex app-server protocol. They are intentionally implementation-facing: keep them current as the provider, docs, examples, and verification expand.

25k yesterday A 0 tokens original MIT

database-security

17

promptfoo/promptfoo

Agent

This codebase uses Drizzle ORM with SQLite. All database queries must use parameterized SQL so user-controlled input never changes query structure.

25k yesterday A 0 tokens original MIT

pr-conventions

18

promptfoo/promptfoo

Agent

PR titles follow Conventional Commits format. They become squash-merge commit messages and changelog entries.

25k yesterday A 0 tokens original MIT

harness-reflector

19

kortix-ai/suna

Agent

Continual-harness reflector. Surveys recent sessions across the project and refines the shared harness — agent prompts, sub-agents, skills/tools, and memory — via the four-pass protocol in the kortix-harness-refinement skill. Runs on a cron (the harness-reflector trigger in kortix.yaml) and ends every run by opening a…

20k yesterday A 109 tokens

session-reviewer

20

kortix-ai/suna

Agent

Read-only sub-agent of the harness-reflector. Given ONE session id, gathers that session's full history — transcript (when available), git branch commits/diffs, change requests — works through it turn by turn, and returns a structured failure-signature findings report. Never edits the harness, never opens CRs.

20k yesterday A 63 tokens

access-requests

21

kortix-ai/suna

Agent

Periodic access-request agent. Checks {{requestchannel}} for new access requests, checks each against policy, looks up the requester's Okta role and team, and prepares a least-privilege GitHub or AWS IAM grant. Applies a grant only after a reply from someone on {{authorizedapprovers}} — never the requester — signs…

20k yesterday A 74 tokens

GLOBAL

22

cft0808/edict

Agent

A set of shared instructions for agents working with a task board, including rules for status updates, progress reports, and workflow history.

17k 29d ago C 0 tokens original MIT

software-engineer

23

Arindam200/awesome-ai-apps

Agent Codex

SWE role definition for /implement-universal. Loaded by the orchestrator at the start of the SWE phase. Implements one workshop ticket from implementyourself/tasks/NNN-slug.groomed.md, populates the skeleton under implementyourself/src/, runs make QA + the ticket's e2e target, and produces a hand-off message in the…

14k 2d ago B 98 tokens original MIT

tester

24

Arindam200/awesome-ai-apps

Agent Codex

Tester role definition for /implement-universal. Loaded by the orchestrator at the start of the Tester phase, on logic tickets only. Trusts the SWE phase's happy-path e2e excerpt (does NOT re-run the Make target), runs at most 1 adversarial break path, walks every Acceptance Criterion with concrete evidence, and emits…

14k 2d ago A 99 tokens original MIT