Skills
Reusable behavior modules or instructions for guiding AI agents. The newsletter mentions skills as one of the steering mechanisms for Claude Code and other agents.
Key Highlights
- Skills are reusable instruction or behavior modules that help AI agents perform tasks more consistently.
- They are emerging both as internal steering controls for agents like Claude Code and as installable, agent-agnostic capability packages.
- For AI PMs, skills are a practical way to improve reliability, encode best practices, and expose product functionality to agents.
- Newsletter mentions connect skills with APIs, MCP, CLIs, and open standards for more portable agent ecosystems.
- Recent discussion suggests skills may become a foundational abstraction for controlling and extending agentic products.
Skills
Overview
Skills are reusable behavior modules, packaged instructions, or preconfigured context that guide how an AI agent performs specific tasks. In the newsletter, the term appears in two closely related ways: as a steering mechanism inside agentic systems such as Claude Code, and as an open, installable ecosystem of agent capabilities popularized by Guillermo Rauch’s `skills` project. In both cases, the core idea is the same: instead of relying on a model to infer the right behavior from scratch every time, product teams can provide repeatable task-specific guidance.For AI Product Managers, skills matter because they offer a practical layer between raw model capability and reliable product behavior. They can improve consistency, reduce prompt drift, encode best practices for recurring workflows, and make agents easier to extend through APIs, CLIs, MCP-compatible tools, or task-specific instructions. As agents become a primary interface, skills are emerging as one of the key abstractions for making them controllable, composable, and potentially portable across agent harnesses.
Key Developments
- 2026-01-18: Guillermo Rauch introduced 𝚜𝚔𝚒𝚕𝚕𝚜, described as an open, agent-agnostic ecosystem of AI capabilities installable via an npm-like CLI.
- 2026-01-31: Dharmesh Shah recommended defining custom skills as preconfigured instructions and context for frequent tasks, especially to reduce reliability issues in coding assistants.
- 2026-02-22: Peter Yang argued that in the agent era, products should empower agents to complete tasks via APIs, skills, and MCPs so that user time spent in the product trends toward zero.
- 2026-03-06: Guillermo Rauch launched a Rust-based Google Workspace CLI installable via npm or Skills (`skills.sh`) and predicted 2026 would be the year of skills and CLIs.
- 2026-05-03: Harrison Chase noted that memory and integrations remain tightly coupled to the agent harness, while `agents.md` and skills are among the few signs of an emerging open standard.
- 2026-06-19: Claude Code announced new steering controls including CLAUDE.md, alongside skills, hooks, rules, and subagents as mechanisms for guiding agent behavior.
Relevance to AI PMs
- Design more reliable agent workflows: Skills let PMs package recurring instructions, guardrails, and context for common tasks, which can reduce inconsistent outputs and lower operational surprises.
- Create extensible product surfaces for agents: If your product exposes capabilities through APIs, CLIs, MCP servers, or installable skills, agents can use your product more directly without requiring a human to navigate every UI step.
- Plan for portability and ecosystem fit: As teams evaluate agent frameworks, skills may become a useful abstraction for separating reusable task logic from a specific harness, making it easier to support multiple agent environments.
Related
- Claude Code / Claude / CLAUDE.md: Claude Code frames skills as one of several steering mechanisms for shaping agent behavior, alongside project-level instruction files.
- Hooks, Rules, Subagents: These are adjacent control primitives; skills typically package reusable behavior, while hooks trigger actions, rules constrain conduct, and subagents delegate work.
- MCP: Skills are often discussed with MCP as part of the infrastructure for giving agents structured access to tools and product capabilities.
- CLIs / Google Workspace CLI / Vercel / Guillermo Rauch: Rauch’s work connects skills to developer tooling and installable capabilities, suggesting a distribution model similar to package managers.
- agentsmd / claudemd / open-harnesses: These relate to emerging attempts at open conventions for agent instructions, portability, and reduced lock-in to a single harness.
- Harrison Chase, Peter Yang, Dharmesh Shah: Each highlighted a different PM-relevant angle: standards, product access via agents, and reliability through preconfigured task guidance.
Newsletter Mentions (6)
“Announces new steering controls for Claude Code, including CLAUDE.md files and mechanisms like skills, hooks, rules, and subagents to guide agent behavior.”
📝 Claude Code Blog Steering Claude Code: CLAUDE.md files, skills, hooks, rules, subagents and more - Announces new steering controls for Claude Code, including CLAUDE.md files and mechanisms like skills, hooks, rules, and subagents to guide agent behavior.
“#13 𝕏 Harrison Chase warns that memory and integrations are still tightly coupled to the agent harness—only agents.md and skills hint at any open standard.”
#13 𝕏 Harrison Chase warns that memory and integrations are still tightly coupled to the agent harness—only agents.md and skills hint at any open standard.
“in Guillermo Rauch launched a Rust-based Google Workspace CLI (Drive, Gmail, Calendar, Sheets, Docs…) installable via npm (@googleworkspace/cli) or Skills (skills.sh). He predicts 2026 as the year of Skills and CLIs.”
GenAI PM Daily March 06, 2026 GenAI PM Daily 🎧 Listen to this brief 3 min listen Today's top 25 insights for PM Builders, ranked by relevance from Blogs, X, LinkedIn, and YouTube. OpenAI Introduces GPT-5.4 Model #1 📝 OpenAI News Introducing GPT-5.4 - Announcement of GPT-5.4 as a new product release, highlighting improvements and new capabilities over prior models. The post introduces features and potential applications of GPT-5.4. Also covered by: @There's An AI For That , @Kevin Weil 🇺🇸 #12 in Guillermo Rauch launched a Rust-based Google Workspace CLI (Drive, Gmail, Calendar, Sheets, Docs…) installable via npm (@googleworkspace/cli) or Skills (skills.sh). He predicts 2026 as the year of Skills and CLIs.
“#13 𝕏 Peter Yang argues that in the AI agent era, your goal should be to drive user time spent with your product to zero by empowering agents to complete tasks seamlessly via APIs, skills, and MCPs.”
#13 𝕏 Peter Yang argues that in the AI agent era, your goal should be to drive user time spent with your product to zero by empowering agents to complete tasks seamlessly via APIs, skills, and MCPs.
“To mitigate this, he recommends defining custom “skills”—preconfigured instructions and context—for frequent tasks.”
From LinkedIn • Deeper Insights AI Tools & Applications Dharmesh Shah’s post highlights a common reliability pitfall with agentic coding assistants like Claude Code: when they reply “you’re absolutely right,” they may overlook errors or violate principles such as DRY (Don’t Repeat Yourself). To mitigate this, he recommends defining custom “skills”—preconfigured instructions and context—for frequent tasks. This approach helps maintain consistency and reduce surprising mistakes, even when leveraging advanced models like Opus 4.5.
“Introducing AI Skills “npm” : Guillermo Rauch @rauchg launched 𝚜𝚔𝚒𝚕𝚕𝚜, an open, agent-agnostic ecosystem of AI capabilities installable via an npm-like CLI.”
From X AI Product Launches & Updates Free Vibe Coding in AI Studio with Gemini 3 : Logan Kilpatrick @OfficialLoganK announced that you can now vibe code with Gemini 3 Flash and Gemini 3 Pro for free in Google AI Studio. Introducing AI Skills “npm” : Guillermo Rauch @rauchg launched 𝚜𝚔𝚒𝚕𝚕𝚜, an open, agent-agnostic ecosystem of AI capabilities installable via an npm-like CLI. Local Model Support in Cowork : Clement Delangue @ClementDelangue unveiled Cowork for local models , enabling users to keep data on-device instead of remote cloud.
Related
Anthropic’s coding product/blog referenced in a customer story about Cognition’s use of Claude Fable 5. For AI PMs, it highlights enterprise coding adoption narratives.
Anthropic’s assistant and coding tool, discussed here in both the Reflection dashboard and a physical-AI deployment at UST. The newsletter highlights its usage analytics, workflow suggestions, and enterprise integration.
A PM/influencer who shares practical AI workflow experiments around planning, design, and execution. He is cited using Fable, Claude Design, and GPT-5.6 together in a product-building workflow.
A developer and founder mentioned as a secondary coverage source for Muse Spark 1.1. He is included among the voices discussing the release.
Founder and/or public builder associated with LangSmith, LangChain, and LLM knowledge tooling. He is mentioned launching LangSmith and hosting an LLM Wiki Webinar.
A developer platform company mentioned for launching an AI gateway and model routing/origin controls. Relevant to PMs building multi-model infrastructure and trusted inference paths.
A product and startup leader cited here for advising teams to use SQL instead of LLM inference when data can be directly queried. He is presented as giving practical PM guidance.
MCP is a deployment and integration concept for exposing tools and workflows to AI systems. In the newsletter it is mentioned as a way to deploy an analytics tool everywhere.
Specialized subordinate agents used to break down and orchestrate tasks. The newsletter mentions them as part of Claude Code steering controls.
A steering file used to guide Claude Code behavior through repository-specific instructions. It is part of a broader control surface for agent workflows.
A file-based convention that hints at emerging open standards for agent behavior and configuration. The newsletter references it as one of the few signs of openness in the agent harness stack.
Stay updated on Skills
Get curated AI PM insights delivered daily — covering this and 1,000+ other sources.
Subscribe Free