# anthropics/claude-quickstarts

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/anthropics-claude-quickstarts).**

14,687 stars · 2,449 forks · Python · mit

## Links

- GitHub: https://github.com/anthropics/claude-quickstarts
- awesome-repositories: https://awesome-repositories.com/repository/anthropics-claude-quickstarts.md

## Description

Claude Quickstarts is a development framework and collection of reference implementations designed for building autonomous agents. It provides the foundational patterns necessary to orchestrate multi-agent workflows, enabling models to perform complex, multi-step tasks across software engineering, customer support, and computer-use domains.

The platform distinguishes itself through specialized capabilities for desktop and browser automation, allowing agents to interact with graphical interfaces by capturing visual context and executing precise mouse and keyboard inputs. It includes robust infrastructure for agentic loops, featuring containerized sandboxing for secure execution, persistent state tracking across sessions, and visual coordinate mapping to ensure accurate interaction with user interface elements.

Beyond core automation, the framework supports data-driven workflows by processing diverse document formats and generating interactive visualizations. It also provides comprehensive observability tools, including trajectory logging and reasoning process visualization, which allow developers to inspect agent decision-making and tool usage in detail. The system is designed for efficiency, incorporating prompt caching and image history management to optimize performance and token usage during long-running tasks.

## Tags

### Artificial Intelligence & ML

- [Autonomous Software Engineering](https://awesome-repositories.com/f/artificial-intelligence-ml/agent-architectures/ai-agents/software-engineering/autonomous-software-engineering.md) — Orchestrates multi-agent workflows to autonomously initialize projects and implement software features.
- [Agentic LLM Frameworks](https://awesome-repositories.com/f/artificial-intelligence-ml/agentic-llm-frameworks.md) — Provides a framework for building autonomous agents that interact with software and systems.
- [Autonomous Web Agents](https://awesome-repositories.com/f/artificial-intelligence-ml/agentic-systems-frameworks/agent-orchestration-multi-agent/autonomous-agents/autonomous-web-agents.md) — Develops autonomous agents that interact with desktop and web environments using visual feedback.
- [Agentic Tool-Use Frameworks](https://awesome-repositories.com/f/artificial-intelligence-ml/agentic-systems-frameworks/integration-deployment/agent-frameworks/tool-use-and-execution/agentic-tool-use-frameworks.md) — Offers tools and patterns for building agents that perform desktop and browser automation.
- [Agentic Tool Orchestration](https://awesome-repositories.com/f/artificial-intelligence-ml/agentic-tool-orchestration.md) — Provides iterative tool execution cycles for autonomous agents to complete complex, multi-step tasks. ([source](https://github.com/anthropics/claude-quickstarts/tree/main/agents))
- [Agent Orchestration Loops](https://awesome-repositories.com/f/artificial-intelligence-ml/agent-orchestration-loops.md) — Implements iterative reasoning and execution loops for autonomous agents to plan and synthesize responses.
- [AI Support Automation](https://awesome-repositories.com/f/artificial-intelligence-ml/ai-support-automation.md) — Integrates large language models with knowledge bases to streamline customer service workflows. ([source](https://github.com/anthropics/claude-quickstarts#readme))
- [Desktop Automation Frameworks](https://awesome-repositories.com/f/artificial-intelligence-ml/desktop-automation-frameworks.md) — Controls graphical desktop environments by processing screen captures and performing automated inputs. ([source](https://github.com/anthropics/claude-quickstarts/blob/main/computer-use-demo))
- [Prompt Caching](https://awesome-repositories.com/f/artificial-intelligence-ml/prompt-caching.md) — Optimizes performance and reduces token usage by caching prompt prefixes and managing image history during long-running agent tasks. ([source](https://github.com/anthropics/claude-quickstarts/blob/main/computer-use-best-practices))
- [Agent Session Management](https://awesome-repositories.com/f/artificial-intelligence-ml/agent-session-management.md) — Provides interfaces for monitoring agent activity, viewing desktop output, and managing configuration settings. ([source](https://github.com/anthropics/claude-quickstarts/blob/main/computer-use-demo))
- [Coordinate Normalization Utilities](https://awesome-repositories.com/f/artificial-intelligence-ml/coordinate-normalization-utilities.md) — Scales and normalizes model-generated coordinates against source images to ensure precise UI interaction.
- [External Tool Integration](https://awesome-repositories.com/f/artificial-intelligence-ml/external-tool-integration.md) — Links intelligent models to custom functions and server protocols for real-time data retrieval and system interaction. ([source](https://github.com/anthropics/claude-quickstarts/tree/main/agents))
- [Model Provider Management](https://awesome-repositories.com/f/artificial-intelligence-ml/model-provider-management.md) — Manages multiple API backends and provider-specific constraints to ensure consistent performance across services. ([source](https://github.com/anthropics/claude-quickstarts/tree/main/computer-use-best-practices))
- [Mid-Generation Guidance](https://awesome-repositories.com/f/artificial-intelligence-ml/agentic-systems-frameworks/conversational-voice-interaction/human-in-the-loop/mid-generation-guidance.md) — Queries more capable models for mid-generation guidance to improve decision-making and accuracy during execution. ([source](https://github.com/anthropics/claude-quickstarts/tree/main/computer-use-best-practices))
- [Reasoning Process Monitors](https://awesome-repositories.com/f/artificial-intelligence-ml/artificial-intelligence-tooling/ai-observability-evaluation/reasoning-process-monitors.md) — Visualizes real-time thinking steps and source citations to provide transparency into agent decision-making. ([source](https://github.com/anthropics/claude-quickstarts/blob/main/customer-support-agent))
- [Model Abstraction Layers](https://awesome-repositories.com/f/artificial-intelligence-ml/model-abstraction-layers/model-abstraction-layers.md) — Provides a unified abstraction layer for managing authentication and request constraints across different model services.

### Development Tools & Productivity

- [Autonomous Coding Agents](https://awesome-repositories.com/f/development-tools-productivity/autonomous-coding-agents.md) — Provides a framework for orchestrating multi-agent coding workflows with persistent state management. ([source](https://github.com/anthropics/claude-quickstarts/blob/main/autonomous-coding))
- [Input Automation](https://awesome-repositories.com/f/development-tools-productivity/input-pointer-automation/input-automation.md) — Executes precise mouse and keyboard operations to automate user interface tasks. ([source](https://github.com/anthropics/claude-quickstarts/tree/main/browser-use-demo))
- [Desktop Context Extractors](https://awesome-repositories.com/f/development-tools-productivity/screen-capture-utilities/desktop-context-extractors.md) — Captures visual metadata from the desktop to provide situational awareness for automated agents. ([source](https://github.com/anthropics/claude-quickstarts/tree/main/browser-use-demo))

### Security & Cryptography

- [Sandboxed Execution Environments](https://awesome-repositories.com/f/security-cryptography/sandboxed-execution-environments.md) — Restricts agent operations to isolated virtual environments to prevent unauthorized host access.
- [Execution Sandboxing](https://awesome-repositories.com/f/security-cryptography/execution-sandboxing.md) — Restricts agent operations to isolated filesystem directories and enforces command allowlists to prevent unauthorized host access. ([source](https://github.com/anthropics/claude-quickstarts/blob/main/autonomous-coding))
- [Agentic Session Persistence](https://awesome-repositories.com/f/security-cryptography/identity-access-management/session-management/stateful-session-persistence/agentic-session-persistence.md) — Tracks task progress and state in external files to allow agents to resume work across multiple execution sessions.
- [Workflow Session Persistence](https://awesome-repositories.com/f/security-cryptography/identity-access-management/session-management/stateful-session-persistence/messaging-session-persistence/workflow-session-persistence.md) — Tracks task completion in external files to allow agents to resume work from previous states. ([source](https://github.com/anthropics/claude-quickstarts/tree/main/autonomous-coding))
- [Agent Execution Environments](https://awesome-repositories.com/f/security-cryptography/secure-execution-environments/agent-execution-environments.md) — Packages agents into containerized templates to ensure secure and consistent execution environments. ([source](https://github.com/anthropics/claude-quickstarts/blob/main/computer-use-demo))

### Web Development

- [Browser Automation](https://awesome-repositories.com/f/web-development/browser-automation.md) — Navigates websites and extracts content by mapping browser actions to a structured tool interface. ([source](https://github.com/anthropics/claude-quickstarts#readme))

### System Administration & Monitoring

- [Agent Trajectory Logs](https://awesome-repositories.com/f/system-administration-monitoring/audit-logs/agent-trajectory-logs.md) — Records tool calls, screenshots, and reasoning steps into structured transcripts for post-run inspection.

### Data & Databases

- [Conversational Data Exploration](https://awesome-repositories.com/f/data-databases/data-collections-datasets/conversational-data-exploration.md) — Answers user questions and provides detailed explanations about uploaded datasets through an interactive chat interface. ([source](https://github.com/anthropics/claude-quickstarts/blob/main/financial-data-analyst))
- [Data Visualization](https://awesome-repositories.com/f/data-databases/data-visualization.md) — Generates dynamic charts and graphs based on analyzed data to represent trends and distributions. ([source](https://github.com/anthropics/claude-quickstarts/blob/main/financial-data-analyst))

### DevOps & Infrastructure

- [Action Chaining](https://awesome-repositories.com/f/devops-infrastructure/container-orchestration/workload-scheduling-scaling/batch-workload-execution/action-chaining.md) — Chains multiple predictable actions into a single request to reduce latency and costs for workflows. ([source](https://github.com/anthropics/claude-quickstarts/blob/main/computer-use-best-practices))
