🔓 unclaimed — this page was auto-generated from GitHub. Are you the creator?
Claim this page →
awesome-claude
HeyClaude is a curated registry and distribution surface for Claude and AI-workflow assets: agents, MCP servers, skills, commands, hooks, rules, guides, tool…
git clone https://github.com/JSONbored/awesome-claude
Curated Claude workflow infrastructure.HeyClaude is a file-backed, human-reviewed directory for Claude agents, MCP servers, skills, hooks, commands, tools, prompts, rules, guides, templates, and statuslines. 1336+ file-backed entries stay useful as both an awesome-list catalog and a machine-readable registry for builders.
|
Registry snapshot
|
Explore The Directory
🤖 Agents106Specialized Claude agents and expert roles. |
🔌 MCP Servers464Model Context Protocol servers and integrations. |
🧰 Tools183Apps, developer tools, services, and products for Claude-native builders. |
🧠 Skills175Source-backed skill packs and reusable capabilities. |
📏 Rules83Prompt guardrails, project rules, and operating constraints. |
⌨️ Commands43Slash commands and reusable command prompts. |
🪝 Hooks87Claude Code hook configs and automation helpers. |
📚 Guides128Long-form guides and practical walkthroughs. |
📦 Collections25Curated bundles of related assets. |
📟 Statuslines42Statusline scripts and workflow telemetry. |
Choose Your Path
🔎 DiscoverSearch the curated directory and jump from README entries into richer detail pages. |
🧾 ContributeSubmit free, source-backed Claude resources through PR-first private-gate review. |
⚙️ IntegrateUse the registry as JSON, RSS, Atom, LLM text, Raycast data, or a read-only MCP server. |
💼 ListClaim an entry, post a Claude role, or route commercial listings through the website. |
Contributor rules, docs, and local validation
Contributor Guardrails
Free Claude resources use PR-first intake by default. Fully valid, source-backed, content-only submissions may be merged automatically after content validation, Superagent, and private maintainer-agent review pass. Tool, app, service promotion, listing claims, and jobs use the website lead forms instead of GitHub content submissions.
README.md, apps/web/public/data/**, apps/web/src/generated/**,
apps/web/src/routeTree.gen.ts, and apps/web/public/downloads/** are
generated or maintainer-owned outputs. Direct contributors should not edit them
in content PRs.
Community submissions may link to source repositories, documentation, install commands, or full copyable content. Community-submitted ZIP/MCPB packages are not published as HeyClaude-hosted downloads. Maintainer-built convenience packages use checksums and package trust metadata after review.
Project Docs
| Area | Links |
|---|---|
| Community | Contributing, Code of conduct, Security policy, License |
| Content model | Registry schema, content examples, submit flow |
| Packages | Registry package, read-only MCP server, Raycast extension |
| Operations | Submission gate ops, package trust model, API security contract, deployment |
| Public policy | Legal/disclaimer, claim/update, advertise |
Local Validation
- Direct content PRs should add or update exactly one
content/<category>/<slug>.mdxfile. - For direct content PRs, run
pnpm validate:content:strictand do not commit generated output. - For platform, package, API, MCP, Raycast, or maintainer artifact work, run
pnpm --filter web run prebuild,pnpm validate:packages,pnpm scan:packages,pnpm validate:clean,pnpm audit:content,pnpm validate:raycast-feed,pnpm test:mcp,pnpm test:registry-artifacts,pnpm test:seo-jsonld,pnpm test:commercial-intake,MCP_ENDPOINT_URL=http://localhost:3000/api/mcp pnpm --filter @heyclaude/mcp validate:endpoint, andpnpm buildas relevant. - Generated registry, route, package-download, and README artifacts are build or maintainer automation outputs, not normal content PR diffs.
Content Catalog
🤖 AI Agents (106)
- Agent Observability SRE Agent - Community reusable agent prompt for Claude Code analytics and agent platform on-call using official analytics documentation: usage signals, session failure triage, MCP latency patterns, and SRE runbooks for agent hosting teams.
- Agent SDK Production Architect Agent - An agent prompt for taking Claude Agent SDK apps to production: choosing the SDK vs CLI vs Managed Agents surface, least-privilege tool and permission scoping, session persistence, cost tracking, OpenTelemetry, and isolated hosting.
- Agent Skill QA Reviewer Agent - Source-backed Claude Code subagent prompt for reviewing Agent Skills before adoption or publication, checking SKILL.md scope, descriptions, invocation control, supporting files, tool permissions, helpfulness, safety, and privacy risks against official Claude Code skills guidance.
- Agent Skills Enterprise Librarian Agent - An agent prompt for curating an organization's Agent Skills: reviewing each SKILL.md name and description, scope (personal, project, or plugin) and precedence, per-skill allowed-tools, and whether Claude or the user invokes it.
- Agent Skills Framework Engineer - Claude Code Agents - An agent persona for authoring Claude Agent Skills: structured SKILL.md files with name and description frontmatter, progressively disclosed instructions, and bundled scripts the model loads on demand.
- Agent View Fleet Operator Agent - A reusable agent prompt for running a fleet of Claude Code background sessions from agent view (opened with the agents command). It triages which sessions need input, which are still working, and which have finished, then decides what to dispatch next, which to answer, and which to stop.
- AI Agent Cost Governance Analyst Agent - Community reusable agent prompt for Claude Code and agent spend governance using official costs documentation: budgets, model tier policy, caching awareness, anomaly triage, and team reporting workflows.
- AI Code Review Security Agent - Agents - AI-powered code review specialist focusing on security vulnerabilities, OWASP Top 10, static analysis, secrets detection, and automated security best practices enforcement
- DevOps Engineer Agent - CI/CD, Terraform, Kubernetes - A Claude Code DevOps engineer persona grounded in GitHub Actions, Terraform, Docker, and Kubernetes. It writes and reviews CI/CD workflows, IaC, and deployment manifests using real tooling and documented commands.
- AI Workflow Privacy Compliance Review Agent - Source-backed agent for reviewing AI workflow submissions before publication with data-flow mapping, privacy metadata, governance evidence, MCP/tool authority checks, retention disclosure, and compliance escalation gates.
- Allways Agent Quickstart for Claude - Source-backed Claude agent prompt for using the Allways agent quickstart, live dashboards, API docs, and open source repo in a read-only-first workflow.
- Angular Repository Contributor Agent for Claude - Source-backed Claude agent prompt for contributing to the official angular/angular repository using its AGENTS.md guidance for pnpm, Bazel test targets, coding standards, commit guidelines, zoneless tests, async stability, and PR handling.
- Ansible Repository Contributor Agent for Claude - Source-backed Claude agent prompt for contributing to the official ansible/ansible repository using its AGENTS.md guidance for licensing, ansible-test workflows, Docker container selection, changelog fragments, CI triage, module documentation, and devel-branch PRs.
- API Builder Agent for Claude - Specialized agent for designing, building, and optimizing RESTful APIs and GraphQL services with modern best practices
- Astro Repository Contributor Agent for Claude - Source-backed Claude agent prompt for contributing to the official Astro monorepo using its AGENTS.md guidance, pnpm workspace commands, package-local testing, bgproc dev server management, agent-browser UI checks, and Astro docs sources.
- Atlas Migration Safety Review Agent - Source-backed agent for reviewing Atlas database schema migrations with migration lint, analyzers, drift detection, CI/CD evidence, dev-database simulation, rollout risk, rollback planning, and production safety gates.
- Autogen Conversation Agent Builder - Agents - A Claude agent persona for building multi-agent apps with Microsoft AutoGen v0.4: the asynchronous agent runtime, message-passing between agents, the AgentChat API, cross-language (Python and .NET) support, and tool use.
- Backend Architect Agent - Agents - Expert backend architect specializing in scalable system design, microservices, API development, and infrastructure planning
- Bedrock Claude Code Platform Agent - Community reusable agent prompt for operating Claude Code on Amazon Bedrock using official setup docs: IAM credential chains, regional model IDs, inference profiles, enterprise network config, quota errors, and Bedrock-specific troubleshooting steps.
- Buf Protobuf API Review Agent - Source-backed agent for reviewing typed Protobuf and gRPC API contract changes with Buf breaking-change evidence, lint results, buf.yaml policy, BSR schema checks, generated-code impact, consumer compatibility, and rollout decisions.
- Changesets Release Cutover Agent - Source-backed agent for managing Changesets release cutovers, version PRs, changelog evidence, package bump decisions, pre-release mode, publish gates, and npm registry safety.
- Claude Code Auto Mode Policy Auditor Agent - A reusable agent prompt that reviews a Claude Code auto mode setup: whether autoMode.environment trusts the right repos, buckets, and domains, how the allow, soft_deny, and hard_deny tiers resolve, and whether $defaults is kept across settings scopes.
- Claude Code Desktop Operations Agent - Community reusable agent prompt for operating Claude Code Desktop using official desktop docs: parallel sessions, agent view, notifications, background jobs, and desktop-specific troubleshooting workflows.
- Claude Code Enterprise Rollout Agent - An agent prompt for planning an enterprise Claude Code rollout via server-managed settings: permission deny lists, disableBypassPermissionsMode, allowManagedPermissionRulesOnly, managed MCP allow/deny, and forceRemoteSettingsRefresh fail-closed startup.
- Claude Code Routine Designer Agent - Source-backed agent that designs safe recurring Claude Code routines, turning a repeated task into a well-scoped, idempotent skill-driven workflow with clear triggers, permissions, and reporting, grounded in the official Claude Code skills docs.
- Claude Code Security Guidance Remediator Agent - Source-backed agent that reviews active Claude Code sessions and configuration for security gaps, cross-references the official security guidance, and produces a ranked remediation plan covering permissions, MCP trust, prompt injection, credential handling, and hook safety.
- Claude Code Worktree Coordinator Agent - Source-backed agent that coordinates parallel Claude Code sessions across git worktrees, planning isolation, base-branch choice, gitignored-file copying, subagent worktrees, and cleanup so parallel edits do not collide, grounded in the official Claude Code worktrees docs.
- Claude Haiku 45 Speed Optimizer Agent - Agents - An agent pattern for routing rapid-iteration work to Claude Haiku 4.5 — more than twice Sonnet's speed at one-third the cost ($1/$5 per million tokens) — while keeping about 90% of Sonnet 4.5's agentic-coding quality.
- Claude MCP Skills Integration Agent - Claude Code Agents - MCP Skills integration specialist for remote server configuration, tool permissions, multi-MCP orchestration, and Claude Desktop ecosystem workflows.
- CLAUDE.md Knowledge Manager Agent - Claude Code Agents - CLAUDE.md specialist for creating, maintaining, and optimizing project-specific AI instructions that survive context compaction and guide development.
- Claude Plugin Marketplace Reviewer Agent - A reusable agent prompt that vets a Claude Code plugin or marketplace before a team installs it. It walks source trust, the plugin's Will-install list and bundled components (skills, agents, hooks, MCP servers, commands), the context-window cost, version pinning, and the user/project/local/managed install scope.
- Claude Slack Delegation Triage Agent - Community reusable agent prompt for triaging Slack messages delegated to Claude Code using official Slack integration docs: classify intent, bind repo context, route work safely, and draft human-approved replies before autonomous sessions start.
- Cloud Infrastructure Architect Agent - Agents - An agent persona for designing multi-cloud infrastructure across AWS, GCP, and Azure using their Well-Architected frameworks: cost optimization, reliability (high availability and disaster recovery), security, and operational excellence.
- Cloudflare Workers Deployment Review Agent - Source-backed agent for reviewing Cloudflare Workers deployments before production release, covering wrangler config, bindings, routes, secrets, compatibility flags, and rollback plans aligned to official Cloudflare docs.
- Code Reviewer Agent - Agents - Expert code reviewer that provides thorough, constructive feedback on code quality, security, performance, and best practices
- Codebase Migration Refactoring Agent - Agents - A Claude Code agent prompt for behavior-preserving codebase migrations and refactoring. It plans framework upgrades (React, Next.js, TypeScript, ESLint), applies named refactoring patterns, modernizes legacy JavaScript, and works incrementally on a git branch with test validation between steps.
- Codecov Patch Coverage Planning Agent - Source-backed agent for turning Codecov patch coverage, project coverage, flags, components, carryforward behavior, PR comments, and changed-file context into targeted regression test plans.
- Computer Use GUI Test Agent - Community reusable agent prompt for end-to-end GUI validation with Claude Code computer use using official documentation: enable the computer-use MCP server, per-app session approval, screenshot checkpoints, and documented example workflows for native apps.
- Context Compaction Recovery Agent - Community reusable agent prompt for recovering Claude Code sessions after auto-compaction or context thrashing using official context-window docs: rebuild goals from git, validate tasks, and block destructive edits after memory loss.
- Context Window Optimizer Agent - Agents - Context window optimization specialist managing 1M+ token conversations, preventing truncation with smart summarization and session management strategies.
- Data Pipeline Engineering Agent - Agents - Modern data pipeline specialist focused on real-time streaming, ETL/ELT orchestration, data quality validation, and scalable data infrastructure with Apache Airflow, dbt, and cloud-native tools
- Database Expert for Claude - Transform Claude into a database specialist with expertise in SQL, NoSQL, database design, optimization, and modern data architectures
- Database Specialist Agent - Agents - Expert database architect and optimizer specializing in SQL, NoSQL, performance tuning, and data modeling
- Debugging Assistant Agent - Agents - Advanced debugging agent that helps identify, analyze, and resolve software bugs with systematic troubleshooting methodologies
- Dependency Update Triage Agent - Source-backed agent for triaging dependency update pull requests with SemVer risk, Dependabot context, GitHub dependency review, OSV advisories, OpenSSF Scorecard signals, lockfile changes, test evidence, and privacy-safe notes.
- Devops SRE Expert for Claude - Transform Claude into a DevOps/SRE specialist with expertise in cloud infrastructure, CI/CD, monitoring, and automation
- Domain Specialist AI Agents - Agents - Industry-specific AI agents for healthcare, legal, and financial domains with specialized knowledge, compliance automation, and regulatory requirements
- Dynamic Workflow Migration Planner Agent - Community reusable agent prompt for migrating teams to Claude Code dynamic workflows using official workflows documentation: audit phases, YAML or config migration steps, validation gates, and rollback planning for large codebase automation.
- Enterprise Network Proxy Debugging Agent - Community reusable agent prompt for debugging Claude Code behind corporate HTTP proxies and mTLS using official network-config docs: HTTP_PROXY variables, certificate trust, downloads reachability, and remote MCP URL failures.
- Extended Thinking Orchestrator - Agents - An agent that decides how much reasoning depth a task needs and prompts Claude accordingly — escalating from think to think hard to ultrathink as problem complexity rises.
- Frontend Specialist Agent - Agents - Expert frontend developer specializing in modern JavaScript frameworks, UI/UX implementation, and performance optimization
- Full Stack AI Development Agent - Agents - Full-stack AI development specialist bridging frontend, backend, and AI/ML with AI-assisted coding workflows, intelligent code generation, and end-to-end type safety
- GitHub Community Issue Triage Agent - Source-backed agent for cleaning up open-source GitHub issue queues with reproducibility checks, labels, issue types, milestones, assignees, project views, duplicate links, and maintainer-safe response drafts.
- Claude Models in GitHub Copilot Advisor - A Claude Code subagent that helps you pick the right Anthropic Claude model in GitHub Copilot's model picker and decide when to switch to Claude Code instead.
- GitLab CI Claude Automation Agent - Source-backed agent that operates Claude Code inside GitLab CI pipelines — triaging pipeline failures, generating MR descriptions, running automated code review on diffs, and reporting findings back to merge requests via the GitLab API through a narrow write proxy and explicit prompt-injection boundaries.
- Home Assistant Core Repository Contributor Agent for Claude - Source-backed Claude agent prompt for contributing to the official home-assistant/core repository using its AGENTS.md guidance for PR templates, setup, Python 3.14, integration tests, translations, snapshots, and quality checks.
- Inspect AI Benchmark Rubric Agent - Source-backed agent for designing Inspect AI benchmark tasks, datasets, solver plans, scorer rubrics, model matrices, eval logs, and release-quality prompt evaluation decisions.
- Jupytext Reproducible Notebook Agent - Source-backed agent for reviewing local-first Jupyter notebook workflows that use Jupytext text notebooks, paired notebooks, command-line sync, and version-control friendly reproducibility checks.
- Kibana Repository Contributor Agent for Claude - Source-backed Claude agent prompt for contributing to the official elastic/kibana repository using its AGENTS.md guidance for Kibana modules, plugin lifecycle boundaries, server plugin lazy loading, TypeScript style, i18n, Scout, Jest, FTR, scoped type checks, and focused validation.
- Kubernetes Repository Contributor Agent for Claude - Source-backed Claude agent prompt for contributing to the official kubernetes/kubernetes repository using its AGENTS.md guidance for generated files, go.mod/go.work handling, staging source of truth, boilerplate, focused changes, tests, commit-message restrictions, make test, make verify, and make update workflows.
- Life Sciences Research Specialist - Agents - A Claude agent persona for biomedical research with Claude for Life Sciences: literature review and citation, hypothesis generation, protocol drafting, genomic data analysis, and connectors like PubMed and Benchling.
- Live Incident Debugging Triage Agent - Source-backed agent for live production incident debugging with impact framing, timeline reconstruction, alert/log/trace evidence, rollback options, escalation boundaries, and privacy-safe incident notes.
- Material UI Repository Contributor Agent for Claude - Source-backed Claude agent prompt for contributing to the official mui/material-ui monorepo using its AGENTS.md guidance, pnpm workspace filters, package build and test commands, component conventions, public error-message rules, API docs generation, visual regression and accessibility checks, and pre-PR checklist.
- MCP Authorization Boundary Review Agent - Source-backed specialist agent for reviewing remote MCP authorization boundaries, protected resource metadata, resource indicators, token audience validation, token passthrough risk, and least-privilege scopes.
- MCP Integration Architect Agent - Reusable agent role for MCP integration architecture decisions: choose local versus remote servers, pick documented transports, scope project versus user configuration, and minimize tool surface before rollout.
- MCP OAuth Integration Reviewer Agent - Community reusable agent prompt for reviewing Claude Code remote MCP OAuth integrations using official connect-remote-servers documentation: consent flows, redirect URIs, token storage, scope minimization, and connector approval checklists.
- MCP Registry Curator Agent - Community reusable agent prompt for curating MCP Registry entries for team marketplaces using official registry quickstart documentation: publish workflows, namespace ownership, version bumps, deprecations, and aggregator sync hygiene.
- MCP Registry Metadata Reviewer Agent - Community reusable agent prompt for pre-publish review of MCP Registry server.json metadata using official quickstart and authentication documentation: namespace checks, package pointers, field validation, and duplicate listing detection.
- MCP Remote Server Security Auditor Agent - Community reusable agent prompt for reviewing new MCP server adoption in Claude Code using official security documentation: trusted providers, permissions configuration, trust verification, and settings checked into source control.
- MCP Server Threat Modeling Agent - Source-backed agent that threat-models an MCP server before it is connected to Claude Code, covering trust verification, tool authority and side effects, prompt injection via tool output, network and credential exposure, and least-privilege mitigations, grounded in the official security docs.
- MCP Tool Discovery Taxonomist Agent - Community reusable agent prompt for classifying MCP tools into discovery taxonomies using official MCP client best practices documentation: capability grouping, naming conventions, duplicate detection, and marketplace-friendly metadata labels.
- MCP Tool Result Budget Review Agent - Source-backed Claude Code subagent that reviews MCP tool result sizes against output token budgets, flagging tools that exceed the warning and default limits and recommending pagination, filtering, MAX_MCP_OUTPUT_TOKENS tuning, and per-tool size annotations.
- Microsoft Foundry Claude Code Agent - Community reusable agent prompt for operating Claude Code on Microsoft Foundry using official setup docs: Azure subscriptions, Entra ID auth, deployment names, enterprise network config, and Foundry-specific Claude Code troubleshooting steps.
- Multi Agent Orchestration Specialist - Agents - Multi-agent orchestration specialist using LangGraph and CrewAI for complex, stateful workflows with graph-driven reasoning and role-based agent coordination
- NanoClaw Container Isolation Review Agent - Source-backed agent that reviews the container isolation posture of a NanoClaw deployment, checking filesystem mounts, per-agent scoping, credential vault routing, messaging channel permissions, and scheduled tasks before agents run with real access.
- Next.js Repository Contributor Agent for Claude - Source-backed Claude agent prompt for contributing to the official vercel/next.js monorepo using its AGENTS.md guidance, pnpm workspace commands, package-filtered builds, Turbopack and Rust boundaries, mode-specific tests, PR triage rules, and secrets-safety notes.
- Open Source PR Security Review Agent - Source-backed agent for security review of open-source pull requests, including untrusted fork boundaries, GitHub Actions permissions, secret and code scanning, dependency review, provenance signals, and maintainer-owned merge recommendations.
- OpenAI Agents SDK Production Specialist Agent - Source-backed specialist agent for designing and reviewing production OpenAI Agents SDK workflows, including agents, runners, tools, handoffs, guardrails, sessions, tracing, MCP integrations, sandbox agents, and deployment safety.
- OpenTelemetry Trace Analysis Agent - Community reusable agent prompt for analyzing OpenTelemetry traces from agent hosts using official trace signal documentation: span hierarchy review, latency attribution, error propagation, and privacy-safe instrumentation recommendations.
- Parallel Subagent Distributor - Agents - An agent that splits independent work across concurrent Claude Code subagents via the Task tool — each in an isolated context window with scoped tools — and reconciles their results.
- Performance Optimizer Agent - Agents - Expert in application performance optimization, profiling, and system tuning across frontend, backend, and infrastructure
- Plugin Dependency Compatibility Agent - Source-backed agent that reviews Claude Code plugins for dependency and compatibility issues, checking the plugin.json manifest, bundled components, external binaries like LSP servers, versioning, and namespace conflicts, grounded in the official Claude Code plugin docs.
- Plugin Ecosystem Architect - Agents - A Claude agent persona for building and publishing Claude Code plugins: bundling commands, agents, hooks, and MCP servers into a plugin and distributing it through a plugin marketplace.
- Prisma Repository Contributor Agent for Claude - Source-backed Claude agent prompt for contributing to the official prisma/prisma monorepo using its AGENTS.md guidance, pnpm workspace commands, package-filtered tests, database fixture expectations, Prisma 7 architecture notes, and contributor safety rules.
- Product Management AI Agent - Agents - AI-powered product management specialist focused on user story generation, product analytics, roadmap prioritization, A/B testing, and data-driven decision making
- Production Reliability Engineer - Agents - Ensure production deployment reliability with SRE best practices. Monitors deployments, implements self-healing systems, and manages incident response for Claude Code apps.
- Prompt Cache Optimization Agent - Source-backed agent that reduces token cost and latency in Claude Code by improving prompt-cache hit rates, advising on stable context ordering, lean CLAUDE.md, on-demand skills, and MCP tool-search, grounded in the official docs.
- Prompt Optimization Specialist - Agents - Optimize agent prompts and system instructions with meta-prompting techniques. Improves prompt performance through A/B testing, chaining, and ROI measurement.
- React Router Repository Contributor Agent for Claude - Source-backed Claude agent prompt for contributing to the official React Router monorepo using its AGENTS.md guidance for modes, pnpm commands, tests, docs generation, type generation, future flags, and change files.
- Rendered Frontend Visual QA Agent - Source-backed agent for reviewing rendered frontend changes with screenshots, visual comparison evidence, viewport layout checks, keyboard/focus paths, accessibility scans, CLS risk, and privacy-safe QA artifacts.
- Sandbox Boundary Review Agent - Source-backed agent that reviews Claude Code's sandboxed Bash configuration for safe boundaries, checking filesystem allow/deny paths, network allowlists, unsandboxed escape hatches, excluded commands, and credential read scope, grounded in the official Claude Code sandboxing docs.
- Semantic Kernel Enterprise Agent - Agents - A Claude agent persona for building with Microsoft Semantic Kernel: composing plugins and functions, using the C#, Python, and Java SDKs, and wiring Azure OpenAI into production AI applications.
- Slash Command Orchestrator Agent - Agents - Slash command specialist for creating and orchestrating custom Claude workflows with dynamic arguments, conditional logic, and multi-step automation.
- Storybook Repository Contributor Agent for Claude - Source-backed Claude agent prompt for contributing to the official storybookjs/storybook monorepo using its AGENTS.md guidance for the next branch, Node 22.12+, Yarn Berry, NX, yarn task, Storybook Vitest, sandboxes, framework packages, docs, and generated-file safety.
- Subagent Factory Agent - Agents - Subagent architecture specialist creating specialized agents for delegation, parallel execution, and modular task decomposition in Claude Code workflows.
- TanStack Router Repository Contributor Agent for Claude - Source-backed Claude agent prompt for contributing to the official TanStack/router monorepo using its AGENTS.md guidance for pnpm, Nx, targeted package tests, React and Solid router packages, TanStack Start, examples, docs, and sandbox-safe execution.
- Technical Doc Writer - Specialized in creating clear, comprehensive technical documentation for APIs, software, and complex systems
- Test Automation Engineer - Expert in automated testing strategies, test frameworks, and quality assurance across unit, integration, and end-to-end testing
- Token Cost Budget Optimizer - Agents - Analyze and optimize token costs with real-time budget tracking. Provides cost projection, usage analytics, and model selection recommendations using Sonnet/Haiku pricing.
- TypeScript Maintenance Mode Repository Agent for Claude - Source-backed Claude agent prompt for triaging work in the official microsoft/TypeScript repository using its AGENTS.md maintenance-mode rules, accepted PR categories, TypeScript-Go redirect, and compiler test guidance.
- UI UX Design Expert Agent - Agents - Specialized in creating beautiful, intuitive user interfaces and exceptional user experiences
- Vale Documentation Maintenance Agent - Source-backed agent for maintaining docs-as-code repositories with Vale prose linting, style rules, vocabulary checks, stale example review, broken source evidence, and contributor-safe documentation updates.
- Vercel AI SDK Repository Contributor Agent for Claude - Source-backed Claude agent prompt for contributing to the official Vercel AI SDK monorepo using its AGENTS.md guidance, pnpm workspace commands, package build and test boundaries, provider architecture, Zod compatibility rules, JSON parsing safety, ADR review, and documentation sources.
- Vertex AI Claude Code Platform Agent - Community reusable agent prompt for operating Claude Code on Google Vertex AI using official setup docs: GCP projects, service accounts, regions, VPC-SC constraints, billing alerts, and Vertex-specific Claude Code troubleshooting steps.
- Web Async Agent Coordinator - Agents - System-prompt agent that helps you drive Claude Code on the web: submitting long-running coding tasks to Anthropic's cloud, running independent sessions in parallel, linking GitHub repositories, tracking progress, and turning finished work into pull requests from the browser.
- Zero Data Retention Compliance Agent - Community reusable agent prompt for mapping Claude Code deployments to zero data retention requirements using official ZDR docs: logging boundaries, MCP data flows, session storage, and compliance evidence checklists for security review.
🔌 MCP Servers (464)
- Ableton MCP Extended - Source-install MCP server for controlling Ableton Live from Claude, including session inspection, track and clip creation, MIDI note editing, tempo and transport control, browser item loading, arrangement workflows, device parameters, automation, external plugins, audio imports, and optional ElevenLabs.
- ABMeter MCP Server - ABMeter MCP exposes experimentation and analytics tooling over streamable HTTP for MCP clients.
- Tandem Docs MCP Server for Claude - Public streamable HTTP MCP server for Tandem documentation—install guides, SDK references, workflow docs, headless deployment, and docs-grounded setup help for the Tandem governed runtime.
- AccInt MCP Server for Claude - Local-first AccInt MCP server that gives Claude a scored Work Model through
acc_retrieveandacc_act, so agent work can compound from real outcomes while theacc.dbsubstrate stays on the user's machine. - ACI MCP Servers - Open-source MCP servers for accessing ACI.dev managed functions through app-specific tools or a unified search-and-execute interface.
- AdAdvisor MCP Server for Claude - Hosted AdAdvisor MCP server with curated Meta Ads workflows for browsing creatives, launching campaigns, building audiences, and optimizing performance from Claude via streamable HTTP.
- Adyen MCP Server for Claude - Integrate with Adyen's payment platform from Claude — create payment sessions and links, cancel/refund payments, manage terminals, webhooks, API credentials, and merchant accounts — with the official Adyen Model Context Protocol server covering Checkout and Management APIs.
- AFFiNE MCP Server - MCP server for connecting Claude to AFFiNE Cloud or self-hosted AFFiNE workspaces, documents, databases, comments, collections, folders, tags, notifications, blobs, access tokens, semantic page composition, templates, edgeless canvas data, and workspace organization workflows over stdio or HTTP.
- After Effects MCP Server - MCP server for controlling Adobe After Effects through a local Node bridge and ScriptUI panel for compositions, layers, keyframes, expressions, masks, and effects.
- agency.lona/trading MCP Server - Lona trading MCP provides AI-assisted strategy development, backtesting, market data, and portfolio analysis.
- Agent Device MCP Server - Official MCP server for agent-device, Callstack's device automation CLI for inspecting, controlling, debugging, recording, and collecting evidence from iOS, Android, TV, macOS, Linux, React Native, Expo, Flutter, and native apps.
// compatibility
| Platforms | cli, api, desktop, web, mobile |
|---|---|
| Operating systems | — |
| AI compatibility | claude |
| License | MIT |
| Pricing | open-source |
| Language | MDX |
// faq
What is awesome-claude?
HeyClaude is a curated registry and distribution surface for Claude and AI-workflow assets: agents, MCP servers, skills, commands, hooks, rules, guides, tools, jobs, Raycast feeds, static data exports, and an npm MCP package.. It is open-source on GitHub.
Is awesome-claude free to use?
awesome-claude is open-source under the MIT license, so it is free to use.
What category does awesome-claude belong to?
awesome-claude is listed under devtools in the Claudeers registry of Claude-compatible tools.
// embed badge
[](https://claudeers.com/awesome-claude-2)
// retro hit counter
[](https://claudeers.com/awesome-claude-2)
// reviews
// guestbook
// related in Claude Skills
An agentic skills framework & software development methodology that works.
💫 Toolkit to help you get started with Spec-Driven Development
AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs,…