aicoolies logo

# anthropic

6 tools tagged

Showing 6 of 6 tools

Anthropic Agent Skills

Official Claude Agent Skills examples, spec, and plugin marketplace for reusable agent capabilities

Anthropic Agent Skills is Anthropic's official reference repo and Claude Code plugin marketplace for reusable Skill folders. It packages example SKILL.md workflows, document skills, a Claude API skill, templates, and the Agent Skills spec so teams can turn repeatable instructions, scripts, and resources into on-demand Claude capabilities instead of copying prompts across sessions.

freeTelemetry
Claude Squad logo

Claude Squad

Manage multiple AI terminal agents in parallel with isolated Git worktrees

Open-source terminal app for managing multiple AI coding agents (Claude Code, Codex, Gemini, Aider) in parallel, each in an isolated workspace with its own git branch. Uses tmux for isolated terminal sessions and git worktrees so agents work independently without conflicts. Dashboard view of all active instances, auto-accept mode for background execution, and a review workflow for inspecting changes before merging. Installed via Homebrew as the cs command.

open-sourceOpen Source
Anthropic API logo

Anthropic API

Direct API access to Claude models with tool use

Official API for Claude models including Opus, Sonnet, and Haiku. Supports tool use, computer use, extended thinking, and batch processing. Features prompt caching, streaming, and Messages API with vision capabilities. Known for strong performance on complex reasoning tasks, nuanced instruction following, and safety-conscious design that makes it trusted for enterprise and production applications.

api-usage-based

Claude Agent SDK

Official agent SDK by Anthropic

Anthropic's Python SDK for building agentic AI applications powered by Claude models. Provides primitives for creating agents with tool use, multi-step reasoning, guardrails, handoffs between specialized agents, and structured output. Supports building complex agent workflows with tracing and observability. Designed for developers building production AI agents that interact with external systems, databases, and APIs using Claude as the reasoning backbone.

open-sourceOpen Source
Claude Artifacts logo

Claude Artifacts

Claude's inline code and document generation tool

Claude's built-in capability to generate and render interactive artifacts — code, documents, SVGs, React components, and HTML — directly inline within the conversation. No setup required. Turns Claude from a text-only assistant into a creative tool that can produce runnable applications, visualizations, and interactive prototypes during natural conversation.

freemium

Anthropic Agent SDK

Official SDK for building Claude-powered agentic applications

Anthropic's official SDK for building agents with Claude. Provides high-level abstractions for tool use, multi-turn conversations, computer use, and agent loops on top of the Claude API. Simplifies the development of production-grade agents by handling common patterns like retry logic, context management, and tool orchestration in a well-tested library.

open-sourceOpen Source