Claude resources tagged “agents”
71 curated Claude Code resources tagged agents in the HeyClaude directory — mostly tools, agents, and guides.
Highlights from this set
Standout entries tagged agents, picked by their own metadata — trust tier, provenance, documentation, and recency.
All agents resources
Add Observability to LLM and Agent Applications
Instrument LLM and agent apps with traces, metrics, logs, and redaction.
AG2 Agent Framework
Build Python multi-agent systems with AG2, the open-source AgentOS evolved from AutoGen, including conversable agents, group chats, swarms, tools, human review, RAG, and code execution.
Agent SDK Production Architect Agent
Reviews Agent SDK production design — surface tier, allowedTools/permission modes, subagent isolation, session resume, cost from the result message, and sandboxed hosting.
Agent Skills in Claude Agent SDK Applications
Use Agent Skills in the Claude Agent SDK: filesystem discovery via settingSources, the skills option to enable or filter, and tool access.
AgentDM MCP Server
Connect Claude to AgentDM for agent messaging, channels, and skill tools over HTTP MCP.
AgentScope
Build and serve Python agents with event streams, permissions, workspaces, middleware, MCP, Mem0 memory, and agent teams.
Agno
Build and run agent platforms with agents, teams, workflows, memory, MCP, and AgentOS.
Allways Agent Quickstart for Claude
Read-only-first Allways agent prompt grounded in the published llms.txt, docs, API surfaces, and source repo.
Angular Repository Contributor Agent for Claude
Contribute to Angular from its official AGENTS.md, pnpm workflow, Bazel test targets, zoneless testing rules, coding standards, and PR guidance.
Ansible Repository Contributor Agent for Claude
Contribute to ansible/ansible from its official AGENTS.md, GPLv3 and BSD-2-Clause licensing rules, ansible-test commands, changelog, and CI flow.
Artidrop MCP Server for Claude
Connect Claude to Artidrop to publish HTML, Markdown, or ZIP sites and retrieve shareable artifact URLs through https://artidrop.ai/mcp.
Astro Repository Contributor Agent for Claude
Contribute to the Astro monorepo from its official AGENTS.md, docs, package layout, test commands, and contributor guardrails.
Atomic Agents
Lightweight modular Python framework for building agentic AI pipelines from atomic components.
Authsome
Local credential broker for AI agents.
BAML
Open-source language for typed LLM functions with structured I/O and generated clients for many languages.
Build Cloudflare Workers AI Agents With Durable State
Build Workers AI agents with durable session and workflow state.
Building In-Process MCP Tools with the Claude Agent SDK
Define in-process MCP tools for the Claude Agent SDK with createSdkMcpServer and the tool helper, then wire them into query.
Claude Agent SDK Quickstart for Production Agents
Production quickstart for the Claude Agent SDK with bootstrap and guardrails.
Claude Code GitLab CI agent Capability Pack Skill
Review and operationalize GitLab CI agent with source-backed Claude Code checklists.
CopilotKit
Build agent-native apps with CopilotKit: generative UI, shared state, human-in-the-loop flows, AG-UI, React, mobile, chat, and agent skills.
Cua Computer-Use Agents
Build and benchmark computer-use agents with Cua drivers, MCP, sandboxes, Python SDKs, GUI automation skills, and desktop virtualization.
CueAPI MCP Server for Claude
Connect Claude to CueAPI to create cues, list executions, claim worker jobs, and report outcomes with evidence through the @cueapi/mcp stdio server.
Custom Tools With the Claude Agent SDK
Choose between in-process SDK tools and external MCP servers, with typed schemas and structured error handling.
Dify
Build agentic LLM apps with Dify's visual workflows, RAG pipelines, agents, model management, observability, prompt IDE, APIs, cloud option, and self-hosted deployment.
DSPy
Program and optimize LM systems with signatures, modules, tools, and metrics.
File Checkpointing in Claude Agent SDK Workflows
Use file checkpointing in the Claude Agent SDK: enable it, capture checkpoint UUIDs, and rewind files by resuming the session.
Google Agent Development Kit
Build, run, evaluate, and deploy code-first AI agents and workflows.
Google Agents CLI Skills
Skills and CLI commands that turn Claude Code, Codex, Gemini CLI, and other coding agents into Google ADK and Agent Platform builders.
Griptape
Modular Python framework for AI agents and LLM workflows with tools, memory, and RAG.
Haystack
Build agents, RAG pipelines, search, retrieval, and tool-using LLM apps.
Home Assistant Core Repository Contributor Agent for Claude
Contribute to Home Assistant Core from its official AGENTS.md, setup commands, Python 3.14 guidance, integration tests, translations, and PR rules.
Hugging Face Smolagents
Build lightweight Python agents with Hugging Face Smolagents, including CodeAgent, ToolCallingAgent, MCP tools, Hub tools, LiteLLM providers, local models, CLI agents, and optional sandboxes.
Kibana Repository Contributor Agent for Claude
Contribute to elastic/kibana with AGENTS.md-backed module, plugin, TypeScript, i18n, testing, and validation rules.
Koog
Kotlin/JVM AI agent framework from JetBrains with MCP, graph workflows, memory, streaming, tools, OpenTelemetry, and Spring/Ktor integration.
Kubernetes Repository Contributor Agent for Claude
Contribute to kubernetes/kubernetes from its official AGENTS.md, generated file rules, staging source of truth, dependency scripts, boilerplate, and make workflows.
Langflow
Visual builder for agents, workflows, RAG apps, and MCP-enabled LLM tools.
Letta
Build stateful agents with Letta, including long-term memory, Letta Code, hosted API agents, Python and TypeScript clients, skills, subagents, custom tools, and persistent agent state.
LiveKit Docs MCP Server
Official LiveKit Docs MCP server for browsing docs, fetching pages, searching SDK code, checking changelogs, and keeping coding agents current.
LlamaIndex
Build agents, RAG pipelines, retrieval, indexing, and data-aware LLM apps.
Marvin
Python framework for structured outputs and agentic workflows with tasks, agents, and threads.
Material UI Repository Contributor Agent for Claude
Contribute to the Material UI monorepo from its official AGENTS.md, package layout, testing commands, component conventions, and docs rules.
MaxKB MCP Server
Expose a published MaxKB application to Claude as an authenticated MCP tool.
mcp-use
Build MCP servers, MCP Apps, MCP agents, and clients with mcp-use's TypeScript/Python SDKs, app scaffolding, inspector, deployment CLI, and hosted production path.
Microsoft Agent Framework
Build production Python and .NET agents with Microsoft Agent Framework, including workflows, orchestration, middleware, observability, Foundry hosting, A2A, MCP, and Semantic Kernel migration paths.
NanoClaw Container Isolation Review Agent
Review a NanoClaw deployment's container isolation: mounts, per-agent scope, vaulted credentials, channel permissions, and scheduled tasks.
Next.js Repository Contributor Agent for Claude
Contribute to the Next.js framework monorepo from its official AGENTS.md, package layout, build modes, test guidance, and PR workflow guardrails.
OpenAI Agents JavaScript SDK
Build JavaScript and TypeScript multi-agent workflows with the official OpenAI Agents SDK, including tools, handoffs, guardrails, sessions, tracing, MCP tools, realtime agents, and sandbox agents.
OpenAI Agents Python SDK
Build Python multi-agent workflows with the official OpenAI Agents SDK, including tools, handoffs, guardrails, sessions, tracing, realtime agents, MCP integrations, and sandbox agents.
OpenTelemetry Trace Analysis Agent
Analyze OpenTelemetry traces for agent workloads using official trace signal docs.
Permission Design for Claude Agent SDK Agents
Least-privilege Agent SDK permissions: the hooks→deny→mode→allow→canUseTool order, allow/deny rules, modes, and a dontAsk lockdown.
Plugins in Claude Agent SDK Deployments
Load local plugins in the Claude Agent SDK via the plugins option, verify them in the init message, and invoke namespaced plugin skills.
Prisma Repository Contributor Agent for Claude
Contribute to the Prisma monorepo from its official AGENTS.md, package layout, test guidance, database fixture notes, and coding conventions.
Pydantic AI
Type-safe Python agent framework with tools, outputs, MCP, and evals.
Qwen-Agent
Build Qwen-powered agents with function calling, planning, memory, RAG, MCP, code interpreter, Gradio demos, BrowserQwen, and custom assistant workflows.
React Router Repository Contributor Agent for Claude
Contribute to React Router from its official AGENTS.md, mode model, pnpm commands, unit tests, integration tests, docs, typegen, and change-file rules.
Rivet
Open-source visual editor and TypeScript library for building and embedding LLM agent graphs.
Roam Code
Let Claude query a local code graph before and after code changes.
Ruflo MCP Server
Connect Claude to Ruflo for supervised multi-agent coordination, persistent memory, hooks, plugins, federation, and workflow automation.
Sandboxed Bash Setup For Autonomous Coding Agents
Configure Claude Code bash sandboxing for safer autonomous shell use.
Slash Commands in Claude Agent SDK Sessions
Read slash_commands from the SDK init message, dispatch a command via the prompt, and ship custom SKILL.md commands with allowed-tools.
Snyk Agent Scan
Scan Claude, Cursor, Codex, Gemini, Windsurf, VS Code, and other local agent configs for MCP and skill supply-chain risks.
Storybook Repository Contributor Agent for Claude
Contribute to Storybook from its official AGENTS.md, next branch, Node 22.12+, Yarn Berry, NX, yarn task, Storybook Vitest, sandboxes, and docs guidance.
Strands Agents
Python and TypeScript agent SDK with model providers, MCP, streaming, structured output, hooks, observability, tools, and multi-agent patterns.
Streaming Output from Claude Agent SDK Agents
Stream real-time output from Claude Agent SDK agents: enable partial messages and read text and tool-call deltas from StreamEvent.
Structured Output from Claude Agent SDK Workflows
Get validated JSON from Claude Agent SDK workflows via the outputFormat option, with Zod or Pydantic schemas and error handling.
Subagents in Claude Agent SDK Applications
Define subagents in the Claude Agent SDK with the agents option for context isolation, parallel work, and tool-restricted specialists.
TanStack Router Repository Contributor Agent for Claude
Contribute to TanStack Router from its official AGENTS.md, pnpm workspace, Nx targets, React/Solid packages, TanStack Start, examples, and docs guidance.
TypeScript Maintenance Mode Repository Agent for Claude
Work safely in the Microsoft TypeScript repository from its official maintenance-mode AGENTS.md, accepted PR categories, test guidance, and TypeScript-Go redirect.
Signal coverage
How these 71 resources score on the trust and safety signals HeyClaude reviews — counted from this set, not the directory as a whole.
A short, calm digest of reviewed Claude resources. Unsubscribe any time.