Skip to main content
ClaudeWave
anthropics avatar
anthropics

claude-quickstarts

Ver en GitHub

A collection of projects designed to help developers quickly get started with building deployable applications using the Claude API

Subagents17k estrellas2.9k forksPythonMITActualizado 15d ago
Nota editorial

Claude Quickstarts is a collection of six self-contained starter projects that demonstrate distinct Claude API use cases, each with its own setup instructions and dependency list. The projects cover a customer support agent backed by a knowledge base, a financial data analyst with interactive chat-driven visualization, a Computer Use Demo that lets Claude control a desktop via the `computer_use_20251124` tool including zoom actions, a native-macOS Computer Use Best Practices reference that illustrates techniques such as prompt caching, server-side compaction, batched tool calls, and trajectory recording, a Browser Use Demo that drives Playwright to navigate pages and interact with DOM elements, and an Autonomous Coding Agent built on the Claude Agent SDK using a two-agent initializer-plus-coder pattern with git-persisted progress. All projects connect through the Claude REST API using an Anthropic API key. The repository targets developers who want a working, customizable baseline rather than documentation examples, and the Computer Use Best Practices project is a notable standout as a companion to Anthropic's published best-practices guide for computer and browser automation.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Trusted owner (anthropics)
  • Mature repo (>1y old)
Last scanned: 6/11/2026
Install as a Claude Code subagent
Method: Clone
Terminal
git clone https://github.com/anthropics/claude-quickstarts && cp claude-quickstarts/*.md ~/.claude/agents/
1. Clone the repository and copy the agent .md definitions into ~/.claude/agents (or .claude/agents inside a project).
2. Start a new Claude Code session to load the agents.
3. Delegate work to them with the Task/Agent tool or by name.

1 items en este repositorio

Guide a new user through their first computer-use agent run (env check, safe browser-only task, then open the trajectory viewer).

Instalar
Casos de uso

Resumen de Subagents

# Claude Quickstarts

Claude Quickstarts is a collection of projects designed to help developers quickly get started with building  applications using the Claude API. Each quickstart provides a foundation that you can easily build upon and customize for your specific needs.

## Getting Started

To use these quickstarts, you'll need an Claude API key. If you don't have one yet, you can sign up for free at [console.anthropic.com](https://console.anthropic.com).

## Available Quickstarts

### Customer Support Agent

A customer support agent powered by Claude. This project demonstrates how to leverage Claude's natural language understanding and generation capabilities to create an AI-assisted customer support system with access to a knowledge base.

[Go to Customer Support Agent Quickstart](./customer-support-agent)

### Financial Data Analyst

A financial data analyst powered by Claude. This project demonstrates how to leverage Claude's capabilities with interactive data visualization to analyze financial data via chat.

[Go to Financial Data Analyst Quickstart](./financial-data-analyst)

### Computer Use Demo

An environment and tools that Claude can use to control a desktop computer. This project demonstrates how to leverage the computer use capabilities of Claude, including support for the latest `computer_use_20251124` tool version with zoom actions.

[Go to Computer Use Demo Quickstart](./computer-use-demo)

### Computer Use Best Practices

A pedagogical, native-macOS reference implementation of a computer-use agent. Unlike the containerized Computer Use Demo, this project runs directly against the macOS desktop (run it in a VM!) and demonstrates common patterns for building more reliable and cost-effective computer-use agents: explicit tool definitions, correct image sizing and pruning, prompt caching, server-side compaction, batched tool calls, a sandboxed shell, and trajectory recording. It pairs with Anthropic's [computer-use best-practices guide](https://claude.com/blog/best-practices-for-computer-and-browser-use-with-claude).

[Go to Computer Use Best Practices Quickstart](./computer-use-best-practices)

### Browser Use Demo

A complete reference implementation for browser automation powered by Claude. This project demonstrates how to give Claude the ability to navigate websites, inspect and interact with DOM elements, extract content, and fill forms using a custom Playwright-backed browser tool.

[Go to Browser Use Demo Quickstart](./browser-use-demo)

### Autonomous Coding Agent

An autonomous coding agent powered by the Claude Agent SDK. This project demonstrates a two-agent pattern (initializer + coding agent) that can build complete applications over multiple sessions, with progress persisted via git and a feature list that the agent works through incrementally.

[Go to Autonomous Coding Agent Quickstart](./autonomous-coding)

## General Usage

Each quickstart project comes with its own README and setup instructions. Generally, you'll follow these steps:

1. Clone this repository
2. Navigate to the specific quickstart directory
3. Install the required dependencies
4. Set up your Claude API key as an environment variable
5. Run the quickstart application

## Explore Further

To deepen your understanding of working with Claude and the Claude API, check out these resources:

- [Claude API Documentation](https://docs.claude.com)
- [Claude Cookbooks](https://github.com/anthropics/claude-cookbooks) - A collection of code snippets and guides for common tasks
- [Claude API Fundamentals Course](https://github.com/anthropics/courses/tree/master/anthropic_api_fundamentals)

## Contributing

We welcome contributions to the Claude Quickstarts repository! If you have ideas for new quickstart projects or improvements to existing ones, please open an issue or submit a pull request.

## Community and Support

- Join our [Anthropic Discord community](https://www.anthropic.com/discord) for discussions and support
- Check out the [Anthropic support documentation](https://support.anthropic.com) for additional help

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

Lo que la gente pregunta sobre claude-quickstarts

¿Qué es anthropics/claude-quickstarts?

+

anthropics/claude-quickstarts es subagents para el ecosistema de Claude AI. A collection of projects designed to help developers quickly get started with building deployable applications using the Claude API Tiene 17k estrellas en GitHub y se actualizó por última vez 15d ago.

¿Cómo se instala claude-quickstarts?

+

Puedes instalar claude-quickstarts clonando el repositorio (https://github.com/anthropics/claude-quickstarts) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar anthropics/claude-quickstarts?

+

Nuestro agente de seguridad ha analizado anthropics/claude-quickstarts y le ha asignado un Trust Score de 100/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene anthropics/claude-quickstarts?

+

anthropics/claude-quickstarts es mantenido por anthropics. La última actividad registrada en GitHub es de 15d ago, con 182 issues abiertos.

¿Hay alternativas a claude-quickstarts?

+

Sí. En ClaudeWave puedes explorar subagents similares en /categories/agents, ordenados por popularidad o actividad reciente.

Despliega claude-quickstarts en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: anthropics/claude-quickstarts
[![Featured on ClaudeWave](https://claudewave.com/api/badge/anthropics-claude-quickstarts)](https://claudewave.com/repo/anthropics-claude-quickstarts)
<a href="https://claudewave.com/repo/anthropics-claude-quickstarts"><img src="https://claudewave.com/api/badge/anthropics-claude-quickstarts" alt="Featured on ClaudeWave: anthropics/claude-quickstarts" width="320" height="64" /></a>

Más Subagents

Alternativas a claude-quickstarts