Agent Skills
Agent Skills are a lightweight, open format for extending AI agents with specialized knowledge and workflows.
Explore Anthropic through related topics and the articles other pages reference most.
Articles that also belong to these categories. Counts cover all of Anthropic.
Showing 1-10 of 10 articles
Agent Skills are a lightweight, open format for extending AI agents with specialized knowledge and workflows.
The Message Batches API (commonly referred to as the Anthropic Batches API) is an asynchronous bulk processing endpoint offered by Anthropic for its Claude family of large language models.
claude --continue is a command-line option for Claude Code, Anthropic's coding agent. It reopens the most recent eligible conversation associated with the current directory.
claude --resume is a Claude Code command-line option that reopens a saved Claude Code conversation. Its short form is claude -r. With no value, the option opens an interactive session picker.
The Claude Agent SDK is Anthropic's official software development kit for building custom AI agents powered by Claude, released on September 29, 2025 as the renamed and expanded successor to the Claude Code…
Claude Code is an agentic software development product made by Anthropic. It uses models from the Claude family to inspect software projects, propose and apply changes, run development tools, and report…
Claude Code CLI Flags are command-line options passed to the top-level claude command to choose a session, model, permission policy, output format, integration, or startup behavior.
Claude Code Review is a multi-agent code review system developed by Anthropic that automatically analyzes GitHub pull requests for bugs, security vulnerabilities, and logic errors.
Claude Code subagents (also sub-agents) are specialized AI assistants that Claude Code, Anthropic's command-line coding tool, can delegate specific tasks to.
Task budgets are an Anthropic API feature, in beta, that lets a developer tell the model how many tokens it has for a full agentic loop, including thinking, tool calls, tool results, and output.