Agent Skills defines an open, portable folder format for giving AI agents reusable capabilities. Each skill centers on a required SKILL.md file and can include scripts, references, and assets, letting compatible clients discover a concise skill description before loading detailed instructions and resources only when needed. The specification describes this progressive-disclosure flow as discovery, activation, and execution, and its official showcase currently lists 46 clients, including Claude Code, ChatGPT and Codex, Cursor, GitHub Copilot, Gemini CLI, VS Code, Goose, and OpenCode. Originally developed by Anthropic and released as an open standard, the project accepts community contributions while Anthropic reviews client showcase submissions. The repository's code and specification use Apache-2.0, while its documentation uses CC BY 4.0. Agent Skills is the format itself: Anthropic Agent Skills is an example-skills collection, Awesome Agent Skills is a curated directory, and AGENTS.md is a separate repository-guidance convention. The project has no hosted SaaS tier or tagged release. The format itself does not add telemetry, but data handling and execution permissions depend on the client that loads a skill.
Agent Skills
Open standard for portable skills across AI agents
Agent Skills is the open SKILL.md folder specification for packaging reusable instructions, scripts, references, and assets that compatible AI agents load through progressive disclosure. Originally developed by Anthropic and released as an open standard, it defines the portable format itself—not an example library, marketplace, or hosted agent product.
Pricing
No paid product or SaaS tier: the Agent Skills format, reference code, and specification are available under Apache-2.0; documentation is CC BY 4.0. Implementing clients, model access, and infrastructure may have separate costs.
Platforms
Portable SKILL.md directories with optional scripts, references, and assets; documented for local, cloud, and sandboxed agents. The pinned official client showcase lists 46 compatible clients.
Categories
Tags
Use Cases
Alternatives
All Agent Skills alternatives →Anthropic Agent Skills
Official Claude Agent Skills examples, spec, and plugin marketplace for reusable agent capabilities
Anthropic Agent Skills is Anthropic's official reference repo and Claude Code plugin marketplace for reusable Skill folders. It packages example SKILL.md workflows, document skills, a Claude API skill, templates, and the Agent Skills spec so teams can turn repeatable instructions, scripts, and resources into on-demand Claude capabilities instead of copying prompts across sessions.
Awesome Agent Skills
Curated collection of agent skills and capabilities
An opinionated project scaffolding tool that generates AI-ready codebases with pre-configured CLAUDE.md files, git hooks, and CI/CD templates. Ensures new projects follow best practices for AI-assisted development from day one, including structured prompts, context files, and workflow configurations that help AI coding agents understand and navigate the codebase effectively.
AGENTS.md
Open standard for guiding AI coding agents at the repository level
AGENTS.md is an open standard format adopted by 60,000+ open-source projects for providing AI coding agents with repository-level instructions. With 20,000+ GitHub stars, it has been adopted by GitHub Copilot, OpenAI Codex, Google Gemini CLI, and multiple IDEs as the de facto way to communicate project context and coding conventions to AI agents.
Related Tools
computed discovery: shared active categories · kept separate from editor-verified Alternatives
BeeAI Framework
Python and TypeScript framework for production multi-agent systems
BeeAI Framework is an Apache-2.0 toolkit for building production-ready AI agents and multi-agent systems in Python and TypeScript. Its docs cover agents, tools, RAG, memory, workflows, backend providers, serving, and A2A/MCP integration surfaces, making it a vendor-neutral option for teams comparing LangGraph, CrewAI, Mastra, and related agent runtimes.
Superserve
Open-source Firecracker sandboxes for long-running AI agents
Superserve is an open-source sandbox infrastructure layer for AI agents that need durable computers instead of short-lived shells. It runs isolated Firecracker microVMs, supports pause, resume, snapshot, fork, preview URLs, MCP connectivity, SDK/API control, Docker workloads, and self-hosting, while the hosted service adds pay-as-you-go agent sandboxes for teams.
agmsg
Cross-agent messaging for CLI coding agents
agmsg is an MIT-licensed Bash and SQLite messaging layer for CLI coding agents. It lets Claude Code, Codex, Gemini CLI, GitHub Copilot CLI, Antigravity, OpenCode, Hermes, and other terminal agents exchange messages through a shared local database instead of relying on a human copy-paste relay. It is intentionally not MCP, not a broker, and not a subagent framework.
eve by Vercel
Filesystem-first framework for durable AI agents
Eve is Vercel's filesystem-first TypeScript framework for building durable AI agents as ordinary project files. It combines Markdown instructions and skills, typed tools, channels, connections, subagents, schedules, sandboxes, and evals with Vercel's agent runtime so teams can ship deployable agents without hand-rolling orchestration. The current beta fits Vercel-native backend agent projects.
Windows-MCP
MCP server for controlling Windows desktops through UIAutomation
Windows-MCP is an open-source MCP server for giving AI agents structured access to Windows desktop automation. It focuses on UIAutomation, snapshots, input control, and Windows-specific app workflows, making it different from general filesystem or shell MCP servers.
PageIndex
Vectorless, reasoning-based RAG that reads documents like a human expert — no vector DB, no chunking.
PageIndex is a vectorless, reasoning-based RAG system that builds hierarchical tree indexes from long documents and uses LLMs to navigate them like a human expert would. Instead of chunking text and comparing embeddings, it constructs a table-of-contents-style structure and reasons its way to the right sections — no vector database required. Available as an open-source Python package, cloud API, MCP server, and chat platform.
FAQ
What is Agent Skills?
Agent Skills is the open SKILL.md folder specification for packaging reusable instructions, scripts, references, and assets that compatible AI agents load through progressive disclosure. Originally developed by Anthropic and released as an open standard, it defines the portable format itself—not an example library, marketplace, or hosted agent product.
Is Agent Skills free?
Yes — Agent Skills is open source and free to use. No paid product or SaaS tier: the Agent Skills format, reference code, and specification are available under Apache-2.0; documentation is CC BY 4.0. Implementing clients, model access, and infrastructure may have separate costs.
Is Agent Skills open source?
Yes — Agent Skills is open source.
What are the best Agent Skills alternatives?
The top editor-verified Agent Skills alternatives are Anthropic Agent Skills, Awesome Agent Skills, AGENTS.md.