Anthropic Agent Skills Release

Anthropic has introduced Agent Skills, a framework that allows Claude to load specialized instructions, scripts, and resources to improve performance on specific tasks. This system enables Claude to transition from a general-purpose assistant to a specialist capable of following organizational brand guidelines or executing complex technical workflows in tools like Excel.

Core Architecture and Functionality

Agent Skills are structured as folders containing instructions, scripts, and resources. Claude does not load all skills simultaneously; instead, it scans available skills and loads only the minimal information and files necessary for the current task to maintain speed and efficiency.

Key technical characteristics of Agent Skills include:

  • Composability: Multiple skills can be stacked together. Claude automatically identifies and coordinates the use of all required skills for a given task.
  • Portability: Skills use a standardized format, allowing them to be built once and deployed across Claude apps, Claude Code, and the Anthropic API.
  • Executable Code: Skills can include executable code, providing higher reliability for tasks where traditional programming is more effective than token generation.
  • Open Standard: As of December 18, 2025, Agent Skills have been published as an open standard to ensure cross-platform portability.

Integration Across Claude Products

Claude Apps

Skills are available to Pro, Max, Team, and Enterprise users. Claude invokes relevant skills automatically based on the task, and the skill usage is visible within Claude's chain-of-thought process.

Users can create custom skills using the "skill-creator" skill, which interactively guides the user through workflow definition, folder structure generation, and the formatting of the SKILL.md file, eliminating the need for manual file editing.

Claude Developer Platform (API)

Developers can integrate Agent Skills into Messages API requests. A new /v1/skills endpoint provides programmatic control over the management and versioning of custom skills.

To function, Skills require the Code Execution Tool beta, which provides the secure environment necessary for code execution. Developers can use Anthropic-created skills to enable Claude to generate professional Word documents, fillable PDFs, PowerPoint presentations, and Excel spreadsheets with formulas.

Claude Code

Skills extend Claude Code by incorporating team-specific expertise and workflows. They can be installed via plugins from the anthropics/skills marketplace or manually added to ~/.claude/skills. Teams can share these skills through version control systems.

Industry Applications and Use Cases

Several organizations have implemented Agent Skills to automate complex business processes:

  • Rakuten: Uses skills to streamline management accounting and finance workflows, reducing the time required for report generation and anomaly detection from one day to one hour.
  • Box: Emplizes skills to transform stored files into standardized Excel, Word, and PowerPoint documents.
  • Notion: Uses skills to reduce "prompt wrangling" and provide more predictable results for complex tasks.
  • Canva: Plans to use skills to customize agents and integrate Canva more deeply into agentic workflows.

Management and Security

Anthropic has implemented organization-wide management for skills and a directory of partner-built skills. Because skills allow Claude to execute code, Anthropic advises users to utilize skills only from trusted sources to ensure data security.

Sources

Related

  • Dispatch
  • Dispatch
  • Dispatch
  • Dispatch
  • Dispatch