Anthropic’s modular agent push
Anthropic formalised a modular “Agent Skills” model that packages instructions, metadata and optional resources into named, reusable capabilities rather than a single monolithic assistant (platform.claude.com). The company is also rolling out managed agent tooling that customers including Asana, Notion, Rakuten and Sentry adopted on day one, signalling vendor-level support for production agent stacks (x.com). That combination points to a vendor pattern of shipping inspectable, bounded capabilities that teams can compose into enterprise workflows (platform.claude.com).
Anthropic has turned agent features into named building blocks that developers can attach to Claude instead of stuffing everything into one prompt. (platform.claude.com) The company’s “Agent Skills” package instructions, metadata, and optional resources such as scripts or templates into reusable capabilities Claude can invoke automatically when a task matches. Anthropic says those skills are filesystem-based and load on demand rather than consuming context up front. (platform.claude.com) Anthropic is pairing that with a hosted service called Managed Agents, published in the Claude Platform docs with a `managed-agents-2026-04-01` beta header and a quickstart for creating agents, environments, sessions, and event streams. The service exposes three core parts: an agent definition, a container environment, and a running session. (platform.claude.com) Anthropic’s engineering team said it designed Managed Agents around stable abstractions for a session, a harness, and a sandbox, so the infrastructure under the hood can change without forcing customers to rebuild their agent software. The company described the system on April 9, 2026 as a way to run long-horizon agents on a customer’s behalf through a small set of interfaces. (anthropic.com) That design moves agent building closer to the way software teams already ship services: small, inspectable units with versioning and limits. Anthropic’s docs say Managed Agents support both Anthropic’s pre-built skills for PowerPoint, Excel, Word, and Portable Document Format files and custom skills uploaded by an organization. (platform.claude.com) The skills model also puts a hard number on composition. Anthropic’s Managed Agents docs say a session supports a maximum of 20 skills across all agents in that session, which gives teams a bounded way to mix capabilities instead of handing one assistant an ever-growing instruction dump. (platform.claude.com) Anthropic has also pushed the format beyond its own platform. The Agent Skills site says the format was originally developed by Anthropic, released as an open standard, and designed so the same skill can be reused across different compatible agent products. (agentskills.io) The public GitHub repository shows how Anthropic wants developers to inspect and adapt the pattern. The repo says each skill lives in its own folder with a `SKILL.md` file, and it includes reference implementations for document tools such as `docx`, `pdf`, `pptx`, and `xlsx`. (github.com) Anthropic has been laying the groundwork for this shift for more than a year. In a 2024 post on building agents, the company argued that teams should favor simple, composable patterns over sprawling frameworks, a position that lines up with the smaller-unit approach now showing up in Skills and Managed Agents. (anthropic.com) The through line is that Anthropic is selling agent infrastructure as packaged expertise plus hosted runtime. Instead of one all-purpose assistant, the company is offering a stack of bounded parts that enterprises can wire into their own workflows. (platform.claude.com)