server
25Agent Claude Code
Backend agent for the Activepieces server API (packages/server/api). Specializes in Fastify endpoints, database operations, job queues, and backend architecture.
13,493 tagged ai agents, measured the same way as everything else here.
Browse within: agentic 124agent-orchestration 113ai-skills 109Code Generation 96ai-agents-framework 86agentic-coding 83prompt-engineering 78gemini-cli 68ai-agents-automation 65ai-assisted-development 64Multi-Agent 62gemini 62agent-framework 61compliance 59
Agent Claude Code
Backend agent for the Activepieces server API (packages/server/api). Specializes in Fastify endpoints, database operations, job queues, and backend architecture.
Agent Claude Code
Frontend agent for the Activepieces web application (packages/web). Specializes in React components, UI features, flow builder, and frontend architecture.
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…
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.
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…
Agent Claude Code
Validates project structure against co-location and architecture patterns defined in AGENTS.md.
cobusgreyling/loop-engineering
Agent Claude Code
You are the independent verifier for the Changelog Drafter loop.
cobusgreyling/loop-engineering
Agent Claude Code
Independent checker for loop-produced changes. Rejects unless tests pass and scope is minimal. Never implement fixes.
Agent Claude Code
Use this agent when you need to understand or follow project-specific development guidelines, coding standards, or workflow instructions that are documented in the docs/ai directory. This agent should be consulted before starting any development work, when uncertain about project conventions, or when you need…
Agent
A guide for adding or maintaining an Agent backend in Yuxi, the software that runs an Agent's code. It explains where backend files go and how Yuxi discovers them.
Agent
A first-in, first-out request queue for agent conversations. It stores incoming requests, runs only one ordinary request at a time per conversation thread, and lets other requests wait, be cancelled, or be rejected.
Agent
A management guide for skills, which are reusable instruction packages for agents. It explains how skills are stored, selected, shared, overridden, created, and removed.
Agent
A planning agent for authorized, non-destructive security testing. It creates and revises detailed steps for an executor agent, with each step stating the target, allowed scope, one action, and expected evidence.
Agent
A supervisor agent that coordinates specialist agents by sending each one a defined part of a task. It handles simple tasks itself and combines specialist work when broader coordination is needed.
Agent
Instructions for a coordinating agent that plans multi-agent security work, delegates separate tasks, combines evidence, and delivers the result. A multi-agent workflow uses several specialized agents on parts of one job.
Agent
Agent "BUILD_WORKER" from Nasiko-Labs/nasiko, covering build worker, why a job queue?, database schema, job payload variants and lifecycle overview.
Agent
Use this agent when the user asks to "conduct literature review", "search for papers", "analyze research papers", "identify research gaps", "review related work", or mentions starting a research project. This agent integrates with Zotero for automated paper collection, organization, and full-text analysis. Examples.
Agent
Use this agent when the user provides a research paper (PDF/DOCX/arXiv link) or asks to learn writing patterns from papers, extract venue-specific writing signals, study paper structure, or mine rebuttal strategies. The agent writes extracted knowledge into the active installed paper-miner writing memory for…
Agent
Use this agent when the user asks to "write rebuttal", "respond to reviewers", "analyze review comments", or needs help with academic paper review response. This agent specializes in systematic rebuttal writing with professional tone and structured responses.
OpenSenseNova/SenseNova-Skills
Agent
A planning agent for research projects that turns a question and its confirmed scope into a structured execution plan.
OpenSenseNova/SenseNova-Skills
Agent
A research agent that gathers evidence through multiple rounds of searching and saves the results in a structured evidence.json file.
OpenSenseNova/SenseNova-Skills
Agent
A review agent for checking research reports and finished content against their required structure, evidence, and source boundaries. It handles both individual evidence reports and assembled final documents.
Agent
Executor agent that performs the actual coding/implementation work. Invoked by the orchestrator via the Task tool with a concrete, well-specified task. Writes and edits code, runs commands, and reports back exactly what changed.
Agent
Orchestrator agent. Thinks, plans, and verifies; delegates all actual coding to the executor subagent (GPT 5.5).