Skip to content
github-actions[bot] edited this page Mar 30, 2026 · 1 revision

๐Ÿ› ๏ธ upstream_skills Wiki

Anthropic's official reference implementation for Claude Agent Skills.

26 skills ยท Last updated: 2026-03-30 18:33 UTC ยท View on GitHub


What Is This Repository?

This repository contains Anthropic's implementation of Agent Skills for Claude โ€” a system that lets Claude dynamically load specialised instructions, scripts, and resources to improve performance on specific tasks.

Skills teach Claude how to complete tasks in a repeatable, reliable way: creating Word documents with brand guidelines, generating generative art, building MCP servers, automating web testing, and much more.

Disclaimer: Skills are provided for demonstration and educational purposes. While some capabilities may be available in Claude, implementations may differ from these reference skills. Always test in your own environment before relying on them for critical tasks.


๐Ÿ—บ๏ธ Wiki Navigation

Page Description
Skills Overview Full table of every skill with descriptions and license info
Getting Started How to install and activate skills in Claude Code, Claude.ai, and the API
Architecture How skills work, SKILL.md format, script conventions, and plugin groups
Contributing Step-by-step guide to authoring and submitting new skills

๐Ÿ” Skills at a Glance

๐ŸŽจ Creative & Design (5 skills)

Skill Summary
Algorithmic Art โ€”
Brand Guidelines โ€”
Canvas Design โ€”
Frontend Design โ€”
Theme Factory โ€”

โš™๏ธ Development & Technical (4 skills)

Skill Summary
Claude Api โ€”
Mcp Builder โ€”
Web Artifacts Builder โ€”
Webapp Testing โ€”

๐Ÿข Enterprise & Communication (3 skills)

Skill Summary
Doc Coauthoring โ€”
Internal Comms โ€”
Skill Creator โ€”

๐Ÿ“„ Document Skills (4 skills)

Skill Summary
Docx โ€”
Pdf โ€”
Pptx โ€”
Xlsx โ€”

๐Ÿ”ง Other (10 skills)

Skill Summary
Ascii โ€”
Company Research >-
Enrich >-
Git Workflow โ€”
Linkedin Intel >-
Tdd โ€”
Tooluniverse Router skill for ToolUniverse tasks
Tooluniverse Deep Research >-
Tu Llm LLM-powered tool discovery that reasons about which ToolUniverse tools to combine for complex, multi-step scientific queries
Tufte Swiss Typography >

โšก Quick Start

Claude Code

/plugin marketplace add anthropics/skills
/plugin install document-skills@anthropic-agent-skills
/plugin install example-skills@anthropic-agent-skills

Once installed, simply ask Claude to use a skill by mentioning it โ€” e.g. "Use the PDF skill to extract the form fields from my-file.pdf".

Claude.ai

All skills in this repository are already available to paid Claude.ai plans. See Using skills in Claude.

Claude API

Use Anthropic's pre-built skills or upload custom ones via the API. See the Skills API Quickstart.


๐Ÿ“š External Resources


This wiki is automatically generated from the repository source. Last updated: 2026-03-30 18:33 UTC.

Clone this wiki locally