Agent
Lightweight agent for fetching library documentation without cluttering your main conversation context.
3,595 tagged mcp, measured the same way as everything else here.
Browse within: Multi-Agent 86knowledge-management 78typescript 71ai-memory 64ai-assistant 61gtd 60azure 58defi 57rust 56mcp-client 53golang 50swarm-intelligence 50code 49python 49
Agent
Lightweight agent for fetching library documentation without cluttering your main conversation context.
Agent
In-depth tutorials on LLMs, RAGs and real-world AI agent applications.
anthropics/claude-plugins-official
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.
anthropics/claude-plugins-official
Agent
The single verifier per fix round — reviews the workspace's staged diff against the finding, runs the tests, and states the three confidence claims a patch file must earn; dispatched by the fix job, not for direct invocation.
anthropics/claude-plugins-official
Agent
Identifies the breaking changes between two versions of the SAME stack (e.g. .NET Framework 4.8 → .NET 8, Java 8 → 17/21, Spring Boot 2 → 3) that actually bite a given codebase, and drives the ecosystem's migration tooling. Use for same-stack uplifts, where code is preserved and tweaked — not rewritten from intent.…
Agent
Agent specializing in migrating MCP tools from mark3labs/mcp-go to modelcontextprotocol/go-sdk.
Agent Claude Code
Writes changelog entries for Activepieces releases. Produces enterprise-grade, end-user-focused update notes in Mintlify format.
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 Claude Code
Use this agent when you need to set up CI/CD pipelines, containerize applications, configure cloud deployments, or automate infrastructure. This includes creating GitHub Actions workflows, writing Dockerfiles, setting up Kubernetes deployments, implementing infrastructure as code, or establishing deployment…
Agent Claude Code
Use this agent when you need to test n8n-mcp functionality after implementing fixes or new features. This agent should be invoked proactively after code changes to validate that the MCP tools work correctly with real n8n workflows. The agent tests the actual MCP server tools, not just unit tests. Examples:\n\n…
Agent Claude Code
Use this agent when you need to conduct in-depth technical research on complex topics, technologies, or architectural decisions. This includes investigating new frameworks, analyzing security vulnerabilities, evaluating third-party APIs, researching performance optimization strategies, or generating technical…
wanshuiyin/Auto-claude-code-research-in-sleep
Agent
ARIS reviewer agent using Anthropic Claude Sonnet 4.5 for cross-family review.
wanshuiyin/Auto-claude-code-research-in-sleep
Agent
ARIS reviewer agent using OpenAI GPT-5.4 for cross-family review.
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…
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…
Agent
Self-healing agent that fixes bugs in Text-to-SQL analyst.py using Okahu MCP trace analysis.
Agent
Pass custom data through agent operations using context.
Agent
Sub-agents are agents that work under a supervisor agent to handle specific tasks. This architecture allows you to create agent workflows where each sub-agent focuses on a specific domain, coordinated by a supervisor.
Agent
Tools enable agents to interact with external systems, APIs, databases, and perform specific actions beyond generating text. An agent uses its model to decide when to call tools based on their descriptions and the current context.
rocketride-org/rocketride-server
Agent
A comprehensive guide to avoiding common pitfalls when building RocketRide pipelines and applications.
rocketride-org/rocketride-server
Agent
A Python SDK for executing RocketRide pipelines using the Debug Adapter Protocol (DAP). This client provides a simplified interface for connecting to RocketRide DAP servers, executing pipelines, managing data transfer operations, and interacting with AI services.
rocketride-org/rocketride-server
Agent
A TypeScript/JavaScript SDK for executing RocketRide pipelines using the Debug Adapter Protocol (DAP). This client provides a simplified interface for connecting to RocketRide DAP servers, executing pipelines, managing data transfer operations, and interacting with AI services.
Agent
Code search agent for exploring any codebase. Use for finding code by intent, locating implementations, understanding how something works, or discovering related code. Prefer over runshellcommand/readfile for any semantic or exploratory question.