📊 Full opportunity report: A Skill Is A Folder, Not A Prompt: What Anthropic Learned Running Hundreds Of Them on ThorstenMeyerAI.com — validation score, market gap, and execution plan.
TL;DR
Anthropic has demonstrated that building AI skills as comprehensive folders—containing instructions, scripts, and assets—improves consistency, onboarding, and institutional knowledge. This approach shifts the focus from prompts to reusable, durable organizational units.
Anthropic has revealed that effective AI skills are best conceptualized as folders, not prompts, based on their experience running hundreds of these structured units across their engineering teams. This approach emphasizes creating reusable containers that bundle instructions, scripts, and reference materials, leading to more consistent and maintainable AI operations. The development marks a shift from ad-hoc prompt engineering towards durable, institutionalized capabilities that can be versioned and shared across an organization.
In a detailed write-up from a Claude Code engineer, Anthropic explains that a Skill is a folder—not just a prompt—containing instructions, reference documents, runnable scripts, templates, data, configuration, and hooks. This redefinition changes how AI capabilities are built and maintained, emphasizing the importance of structured, multi-component assets that an agent can discover, read, and execute.
Anthropic’s internal experiments show that these Skills improve output consistency, streamline onboarding, and compound over time as they are refined through edge cases and real-world use. The company categorizes its Skills into nine clusters, including data analysis, code scaffolding, verification, and operational procedures, with verification being the most impactful in improving output quality, according to their metrics.
Technical lessons highlight that effective Skills avoid restating obvious information, instead focusing on non-obvious, organization-specific knowledge. The description and trigger definitions for each Skill are critical, ensuring the agent activates the correct Skill based on user input. Bundling real code and helper functions within Skills further enhances their utility and robustness.
A Skill is a folder, not a prompt
Anthropic published what it learned running hundreds of Skills across its own engineering org. Read as a business memo, the point is bigger than a coding trick: this is how ad-hoc prompting becomes durable institutional capability — the SOPs your agents actually follow, versioned and shared.
“A Skill is just a clever markdown prompt you save in a file.”
A folder the agent can discover, read & run — instructions, scripts, references, templates, config & on-demand hooks.
The knowledge of how your organization actually operates can be captured, versioned, shared & executed — and the thing capturing it is a humble folder with a script and a gotchas list inside. For the builder, that’s context engineering with real tools attached. For whoever owns the budget, it’s the difference between AI that starts from zero every morning and an asset that compounds. Caveats: best practices are still evolving, checked-in Skills cost context, and curation beats accumulation. Start with one Skill, one gotcha, and the category that catches your mistakes.
Impact of Folder-Based Skills on AI Development
This approach fundamentally alters how organizations develop and maintain AI capabilities. By shifting from prompt-based instructions to structured, reusable folders, companies can achieve more consistent outputs, reduce onboarding time, and build a durable institutional memory. This method also turns Skills into assets that improve with use, representing an investment in organizational knowledge rather than disposable prompts.
For businesses, this means AI can become more reliable and scalable, with capabilities that evolve systematically rather than through ad-hoc prompt tuning. The emphasis on verification Skills also suggests a focus on quality control, reducing errors and increasing trust in AI outputs, especially in operational or safety-critical contexts.
AI development environment tools
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Background on Anthropic’s Approach to AI Skills
Prior to this development, most teams relied on prompt engineering—crafting specific instructions for each task—an approach that is flexible but often inconsistent and hard to maintain at scale. Anthropic’s internal research, shared publicly in their recent write-up, demonstrates that structuring Skills as folders with multiple components allows for better control, versioning, and reuse. Their categorization into nine skill types provides a framework for organizations to identify gaps and systematically improve their AI capabilities.
This shift aligns with broader trends in AI development, emphasizing modularity, robustness, and institutional memory, moving away from one-off prompts towards building organizational assets.
“A Skill is a folder—containing instructions, scripts, and assets—that can be discovered and executed by the agent, transforming prompt engineering into a durable capability.”
— Thorsten Meyer, AI researcher at Anthropic
AI scripting and automation software
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Unresolved Questions About Folder-Based Skills
It is not yet clear how broadly this approach has been adopted outside Anthropic or how it performs in diverse operational environments. Details on how Skills are maintained, updated, and scaled across large organizations remain to be seen. Additionally, the long-term impact on AI safety, reliability, and ease of use is still under investigation.
AI knowledge management systems
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Next Steps for Organizations Adopting Skills Frameworks
Organizations interested in this approach should begin cataloging existing capabilities into structured folders, focusing on verification and operational Skills. Further research and case studies are expected to emerge, demonstrating how Skills evolve and how they can be integrated into larger AI deployment pipelines. Anthropic is likely to continue refining their methodology and sharing best practices.
AI instruction and script organization tools
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Key Questions
How does a Skill differ from a prompt?
A Skill is a structured folder containing instructions, scripts, and assets, whereas a prompt is a simple instruction or question. Skills enable reusable, versioned, and durable capabilities for AI agents.
What are the benefits of using folder-based Skills?
Skills improve output consistency, simplify onboarding, and accumulate organizational knowledge, making AI capabilities more robust and scalable over time.
Can this approach be applied outside of AI coding agents?
Yes, the principles of bundling instructions, reference materials, and scripts into reusable containers can be adapted to various AI applications and operational workflows.
What are the main categories of Skills identified by Anthropic?
They include library and API reference, product verification, data analysis, business process automation, code scaffolding, code review, CI/CD, runbooks, and infrastructure operations.
Source: ThorstenMeyerAI.com