aicoolies logo
Anthropic Agent Skills logo
Anthropic Agent Skills logo

Anthropic Agent Skills

Official Claude Agent Skills examples, spec, and plugin marketplace for reusable agent capabilities

freetelemetry concernsupdated Jul 6, 2026

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.

Anthropic Agent Skills is the official public reference repo for Claude Skills: reusable folders of instructions, metadata, scripts, templates, and resources that Claude can load when a task matches the skill description. The repo gives teams concrete SKILL.md examples, the Agent Skills spec, starter templates, document-processing skills, a Claude API documentation skill, and example workflows for design, web testing, internal communications, MCP building, and skill creation.

For Claude Code, the repository also acts as a plugin marketplace named anthropic-agent-skills. Teams can add the marketplace from anthropics/skills and install bundled plugin sets such as document-skills, example-skills, or claude-api. That makes it more than a generic prompt collection: it is Anthropic's working distribution surface for turning repeatable guidance into filesystem-backed capabilities that can be installed, triggered on demand, and versioned through a normal repository workflow.

The safest positioning is official Claude skill examples and plugin marketplace, not a neutral third-party prompt marketplace. The repository is public and high-traction, but GitHub still reports no top-level license and Anthropic's README uses mixed licensing language, with many skills Apache-2.0 and document skills described as source-available rather than open source. Anthropic's docs also say Agent Skills are not eligible for Zero Data Retention, so teams should review skill instructions, scripts, and resources before installing untrusted bundles.

Pricing

Free public Anthropic reference repository and Claude Code plugin marketplace; using pre-built or custom skills in Claude.ai, Claude API, AWS, or Microsoft Foundry depends on the relevant Claude product/API access.

Platforms

GitHub repo plus Claude Code plugin marketplace; Skill folders use SKILL.md with optional scripts/resources and are also documented for Claude API and claude.ai usage.

Categories

Tags

Use Cases

Related Tools

BeeAI Framework logo

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.

Open SourceTelemetry
Superserve logo

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.

Open Source
agmsg logo

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.

Open Source
eve vercel

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.

Open Source
Windows-MCP logo

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.

Open Source
PageIndex logo

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.

freemium

Comparisons

Superpowers vs Anthropic Agent Skills: Methodology or Official Claude Skills?

Superpowers is an open-source, cross-harness methodology for disciplined coding-agent work, while Anthropic Agent Skills is Anthropic's official reference and distribution path for Claude skills across Claude Code, Claude.ai, and API workflows. Anthropic Agent Skills is the safer default for Claude-standard teams; Superpowers is stronger when the buyer wants portable planning, TDD, subagents, review, and verification discipline across many agent hosts.

SuperpowersAnthropic Agent Skills