Anthropic officially launches Agent Skills, a system that equips Claude with reusable specialized skills. Skills are folders containing instructions, scripts, and resources that Claude loads dynamically according to the needs of the task.
Operation and Architecture
While working, Claude automatically scans available skills to identify relevant matches. When a skill matches, it loads only the minimal information and files necessary, maintaining speed while accessing specialized expertise. This "just-in-time loading" approach optimizes token usage.
Four Key Characteristics
Composable: Skills stack together. Claude automatically identifies which skills are needed and coordinates their simultaneous use without human intervention.
Portable: Same format everywhere. Build once, use on Claude.ai, Claude Code, and the API. This cross-product portability eliminates duplicated effort.
Efficient: Loads only what is necessary, when it is necessary. No cognitive or computational overhead.
Powerful: Skills can include executable code for tasks where traditional programming is more reliable than token generation. This hybrid capability combines the best of both worlds.
Multi-Product Deployment
Claude Apps (Pro, Max, Team, Enterprise): Skills can be enabled in settings. Anthropic provides skills for common tasks (creating Excel, PowerPoint, Word, PDF documents), customizable examples, and the ability to create custom skills. skill-creator offers interactive guidance: Claude asks about the workflow, generates the folder structure, formats the SKILL.md file, and bundles the resources. No manual editing required. Skills appear in Claude's visible chain of thought.
API: New /v1/skills endpoint for programmatic version and versioning management. Requires the Code Execution Tool (beta), which provides the secure execution environment. Developers can create custom skills to extend Claude's capabilities according to their specific use cases. Managed via Claude Console.
Claude Code: Installation via plugins from the anthropics/skills marketplace. Claude automatically loads relevant skills. Shared via version control with the team. Manual installation possible via ~/.claude/skills. The Claude Agent SDK offers the same support for building custom agents.
Customer Validation
Box (Yashodha Bhavnani, Head of AI): Transformation of stored files into presentations, spreadsheets, and Word documents following organizational standards - saving numerous hours.
Notion (MJ Felix, Product Manager): Faster transition from questions to actions, less prompt manipulation on complex tasks, more predictable results.
Canva (Anwar Haneef, GM & Head of Ecosystem): Plans to leverage Skills to personalize agents and integrate Canva more deeply into agentic workflows.
Rakuten (Yusuke Kaji, General Manager AI): Processing of multiple spreadsheets, detection of critical anomalies, report generation according to procedures. What used to take a day is now accomplished in an hour.
Design Philosophy
Anthropic conceptualizes Skills as "personalized onboarding materials" that package expertise and turn Claude into a specialist in domains important to the user. This approach democratizes customization while maintaining portability and composability, avoiding the fragmentation of proprietary extension ecosystems.