anthropicsanthropicsOfficial·22 Agent Skills Included

claude-plugins-official

Official Claude Code plugins for building, securing, and extending AI workflows

Provides Anthropic's official plugin directory for Claude Code, covering code review, security scanning, MCP server development, and skill authoring. Eliminates guesswork in setting up automations, hooks, subagents, and language servers across TypeScript, Go, Rust, Python, and more. Helps developers package, test, and publish their own plugins and MCP servers with ready-made templates and validation tools.
npx skills add anthropics/claude-plugins-official --all -g -y

All Skills in This Repository (22)

Pure Emerald Level Indicators
📦 In Repo
anthropicsanthropics

receipts

Generate a personal Claude Code usage and impact report from local session transcripts.

Official
Advanced
📦 In Repo
anthropicsanthropics

claude-automation-recommender

Analyzes a codebase and recommends Claude Code automations including hooks, subagents, skills, plugins, and MCP servers.

Official
Intermediate
📦 In Repo
anthropicsanthropics

build-mcp-server

Guides developers through designing and scaffolding Model Context Protocol servers for Claude.

Official
Advanced
📦 In Repo
anthropicsanthropics

build-mcpb

Package local MCP servers with bundled runtimes into installable .mcpb archives.

Official
Advanced
📦 In Repo
anthropicsanthropics

claude-md-improver

Audit and improve CLAUDE.md files against quality rubrics and templates.

Official
Intermediate
📦 In Repo
anthropicsanthropics

playground

Creates self-contained interactive HTML playgrounds with live previews and copyable prompt output.

Official
Intermediate
📦 In Repo
anthropicsanthropics

example-skill

Provides a reference template for creating Claude Code plugin skills.

Official
Basic
📦 In Repo
anthropicsanthropics

example-command

Demonstrates the skills/<name>/SKILL.md layout for user-invoked slash commands.

Official
Basic
📦 In Repo
anthropicsanthropics

m5-onboard

Detect, flash, and provision M5Stack ESP32 devices with UIFlow firmware and MicroPython apps.

Official
Advanced
📦 In Repo
anthropicsanthropics

cardputer-buddy

Iterate on Cardputer-Adv MicroPython apps by pushing files, tailing serial logs, and running REPL commands.

Official
Intermediate
📦 In Repo
anthropicsanthropics

math-olympiad

Solves competition math problems with parallel solvers and adversarial proof verification.

Official
Advanced
📦 In Repo
anthropicsanthropics

session-report

Generate an interactive HTML report of Claude Code session token usage from local transcripts.

Official
Advanced

Frequently Asked Questions

FAQPage Schema
How to install claude-plugins-official?

Run `npx skills add anthropics/claude-plugins-official --all -g -y` in your terminal to install all plugins in this suite globally.

What plugins are included in this directory?

It includes official Anthropic plugins for code review, security scanning, MCP server development, skill creation, CLAUDE.md management, frontend design, and language server support for TypeScript, Go, Rust, Kotlin, Swift, PHP, C#, and Java.

How do I build my own Claude Code plugin?

Use the plugin-dev plugin, which provides skills for creating skills, hooks, commands, agents, and MCP integrations, plus a validator to check your plugin structure before publishing.

Can I build an MCP server with these plugins?

Yes. The mcp-server-dev plugin guides you through designing, scaffolding, and packaging MCP servers, including remote HTTP servers, local MCPB bundles, and interactive UI widgets.

Do these plugins work without coding experience?

Most plugins are aimed at developers, but your AI agent handles the technical execution once installed, so you can trigger scans, reviews, and reports with plain-English requests.

Related Repositories in Software Engineering

View All in Software Engineering