10 community-curated Claude agents and skills sourced from GitHub
by Anthropic
Official collection of agent patterns and recipes from Anthropic. Includes tool use, multi-agent orchestration, memory management, and real-world agent implementations.
by Anthropic
A multi-tool agent that analyzes financial data, queries databases, generates charts, and produces structured investment research reports using Claude.
by Anthropic
Anthropic's quickstart for building a production-ready customer support agent with Claude. Includes conversation management, tool use for order lookups, and escalation logic.
by Anthropic
Official MCP SDK for building Claude tool integrations. Enables agents to connect Claude to any external system β databases, APIs, filesystems, and custom tools.
by Anthropic
Official Anthropic GitHub Action that runs Claude Code as a CI agent. Automatically reviews PRs, fixes bugs, and implements features directly in your GitHub workflow.
by Anthropic
Anthropic's reference patterns for orchestrating multiple Claude agents. Covers parallel agents, sequential pipelines, hierarchical agents, and error recovery strategies.
by Anthropic
Anthropic's reference implementation of a computer-use agent. Claude controls a virtual desktop β browsing the web, running commands, and interacting with GUI applications.
by Anthropic
The official Python SDK for building Claude-powered agents. Provides a clean API for multi-turn conversations, tool definitions, streaming, and structured outputs.