aicoolies logo

Anthropic Agent Skills

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

Share
freeTelemetry Concerns
Visit Website →

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

Hermes Agent logo

Hermes Agent

Top Pick

Open-source AI agent framework with persistent memory, reusable skills, tools, and messaging gateways

Hermes Agent is an open-source AI agent framework with persistent memory, reusable skills, 40+ tools, cron jobs, and messaging gateways.

open-sourceOpen Source

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-sourceOpen 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-sourceOpen 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-sourceOpen 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
GraphBit logo

GraphBit

Rust-native multi-agent orchestration for production

GraphBit is a Rust-native, multi-agent orchestration framework built for production. It targets the gap between Python-first frameworks like LangGraph and the operational expectations of enterprise systems — predictable memory, low latency, deterministic concurrency, and the ability to embed an agent runtime in services that already run Rust without dragging in a Python interpreter.

open-sourceOpen Source