AIAny
AI Agent2025
Icon for item

Anthropic / skills

Folders pairing a SKILL.md (YAML metadata plus instructions) with optional scripts that Claude loads on demand to handle specific tasks. Bundles document skills (PDF, DOCX, PPTX, XLSX), a spec, and a starter template for authoring your own.

Introduction

The bottleneck for capable agents was rarely raw reasoning — it was loading domain-specific procedure into context without bloating every prompt. Skills answer that with progressive disclosure: Claude sees only a one-line name and description until a task actually matches, then pulls in the full folder of instructions, scripts, and assets. This repository is Anthropic's reference collection plus the open specification for that format.

What Sets It Apart
  • A skill is just a folder. The minimum is a SKILL.md with YAML frontmatter (name, description) and Markdown instructions — no SDK, no runtime. That makes skills diffable, reviewable, and versionable like any other code.
  • Loaded by relevance, not always-on. Only the metadata stays resident; the body and bundled scripts load when the task warrants, so dozens of skills cost almost no baseline tokens.
  • One format, three surfaces. The same folder works in Claude Code (as a plugin), on Claude.ai, and through the Skills API — authored once, run wherever Claude runs.
  • Real document skills. The PDF, DOCX, PPTX, and XLSX skills here are the same capability behind Claude's file creation, not toy demos.
Great Fit / Look Elsewhere

Great fit if you want to encode a repeatable workflow — brand-compliant docs, an internal review checklist, a data pipeline — and have Claude apply it consistently without re-explaining each time; the template/ and spec/ folders give you a clean starting point. Look elsewhere if you need deterministic guarantees: skills are instructions Claude chooses to follow, not enforced code paths, and the document skills ship as demonstrations you should test before trusting on critical work.

Information

  • Websitegithub.com
  • AuthorsAnthropic
  • Published date2025/09/22

Categories

More Items

GitHub
AI Agent2025

Autonomous Red Team agent that plans and executes realistic attack chains (reconnaissance, exploitation, pivoting, C2) while producing Rules of Engagement and an OPPLAN and running actions inside a hardened sandbox; intended for authorized red-team engagements and defensive verification.

GitHub
AI Agent2026

Provides modular, AI-optimized SKILL.md instructions that ground LLMs in Android development workflows and can be installed into agent environments via the Android CLI; focuses on tasks where LLMs underperform.

GitHub
AI Agent2026

Build native desktop apps authored with declarative .native markup and TypeScript (or Zig) compiled to native code, with no browser or JS runtime in the binary. Ships a component catalog, deterministic rendering, hot reload, and an embedded automation server for AI agent workflows.