claude-plugins-official
Official Claude Code plugins for building, securing, and extending AI workflows
All Skills in This Repository (22)
Pure Emerald Level Indicatorsreceipts
Generate a personal Claude Code usage and impact report from local session transcripts.
claude-automation-recommender
Analyzes a codebase and recommends Claude Code automations including hooks, subagents, skills, plugins, and MCP servers.
build-mcp-server
Guides developers through designing and scaffolding Model Context Protocol servers for Claude.
build-mcpb
Package local MCP servers with bundled runtimes into installable .mcpb archives.
claude-md-improver
Audit and improve CLAUDE.md files against quality rubrics and templates.
playground
Creates self-contained interactive HTML playgrounds with live previews and copyable prompt output.
example-skill
Provides a reference template for creating Claude Code plugin skills.
example-command
Demonstrates the skills/<name>/SKILL.md layout for user-invoked slash commands.
m5-onboard
Detect, flash, and provision M5Stack ESP32 devices with UIFlow firmware and MicroPython apps.
cardputer-buddy
Iterate on Cardputer-Adv MicroPython apps by pushing files, tailing serial logs, and running REPL commands.
math-olympiad
Solves competition math problems with parallel solvers and adversarial proof verification.
session-report
Generate an interactive HTML report of Claude Code session token usage from local transcripts.
Frequently Asked Questions
FAQPage SchemaHow 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→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core