# 安装「claude-plugins-official」

> 本说明由 AI Asset 自动生成，供 AI 编程助手阅读并执行。资源页面：https://ai.atlankj.com/project/gh-1100776768

- 来源：https://github.com/anthropics/claude-plugins-official（默认分支 `main`）
- 许可证：Apache-2.0
- 支持的平台：Claude Code
- 简介：Official, Anthropic-managed directory of high quality Claude Code Plugins.

## 执行要求（请先阅读）

1. 先确认你自己是哪一种 AI 工具（Claude Code、Codex、Cursor、Gemini CLI、OpenCode……），只执行与之对应的步骤；如果本说明与该工具的官方文档不一致，以官方文档为准。
2. 以下内容来自第三方，本站不对其进行运行时审核。执行任何命令或写入任何文件前，先向用户列出将要运行的命令和写入的路径，得到确认后再继续。
3. 只运行本说明或其链接的官方安装文档中给出的命令。不要执行来源不明的脚本，不要读取、打印或上传用户的密钥和凭据。
4. 需要 API Key 等配置时，向用户索取或留下占位符，不要自行编造。
5. 默认安装到用户级目录；如果用户只想在当前项目中使用，改用项目级目录。
6. 完成后告诉用户安装到了哪里、是否需要重启工具，以及如何验证安装成功。

## 快速安装

### Claude Code（插件市场）

1. 读取 https://raw.githubusercontent.com/anthropics/claude-plugins-official/main/.claude-plugin/marketplace.json ，取其中顶层的 `name` 字段作为 <市场名>，`plugins` 数组列出了可安装的插件包。
2. 在 Claude Code 中运行：

```
/plugin marketplace add anthropics/claude-plugins-official
/plugin install <插件包名>@<市场名>
```

3. 这两条是 Claude Code 的斜杠命令。如果你无法直接执行斜杠命令，就把它们原样交给用户，请用户在 Claude Code 中运行。

## 官方安装文档

如果上面的方式不适用于你所在的工具，读取下面对应平台的官方文档（纯文本 Raw 链接），找到安装章节并按其步骤执行：

- Claude Code：https://raw.githubusercontent.com/anthropics/claude-plugins-official/main/README.md

## 插件包

本项目包含 53 个插件包。先把列表展示给用户，询问要安装哪些，再逐个安装：

- `agent-sdk-dev`：Development kit for working with the Claude Agent SDK
- `asana`：Asana project management integration. Connects Claude Code to Asana's V2 MCP server to create and manage tasks, search projects, update assignments, and track …
- `clangd-lsp`：C/C++ language server (clangd) for code intelligence
- `claude-code-setup`：Analyze codebases and recommend tailored Claude Code automations such as hooks, skills, MCP servers, and subagents.
- `claude-md-management`：Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
- `claude-security`：Deep vulnerability scanning of your own code, run entirely inside your Claude Code session at a chosen effort tier, with every finding challenged before it is …
- `code-modernization`：Guided modernization for any legacy codebase: start with /modernize, get an assessment, an interactive map, the business rules mined from the code, and a plan …
- `code-review`：Automated code review for pull requests using multiple specialized agents with confidence-based scoring to filter false positives
- `code-simplifier`：Agent that simplifies and refines code for clarity, consistency, and maintainability while preserving functionality. Focuses on recently modified code.
- `commit-commands`：Commands for git commit workflows including commit, push, and PR creation
- `context7`：Upstash Context7 MCP server for up-to-date documentation lookup. Connects to Context7's hosted remote MCP server (https://mcp.context7.com/mcp) — no local Node…
- `csharp-lsp`：C# language server for code intelligence
- `cwc-makers`：Onboard a Code-with-Claude Makers Cardputer with one /maker-setup command — clones the build-with-claude repo, flashes UIFlow firmware, and installs the Claude…
- `discord`：Discord messaging bridge with built-in access control. Manage pairing, allowlists, and policy via /discord:access.
- `example-plugin`：A comprehensive example plugin demonstrating all Claude Code extension options including commands, agents, skills, hooks, and MCP servers
- `explanatory-output-style`：Adds educational insights about implementation choices and codebase patterns (mimics the deprecated Explanatory output style)
- `fakechat`：Localhost web chat for testing the channel notification flow. No tokens, no access control, no third-party service.
- `feature-dev`：Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
- `firebase`：Google Firebase MCP integration. Manage Firestore databases, authentication, cloud functions, hosting, and storage. Build and manage your Firebase backend dire…
- `frontend-design`：Create distinctive, production-grade frontend interfaces with high design quality. Generates creative, polished code that avoids generic AI aesthetics.
- `github`：Official GitHub MCP server for repository management. Create issues, manage pull requests, review code, search repositories, and interact with GitHub's full AP…
- `gitlab`：GitLab DevOps platform integration. Manage repositories, merge requests, CI/CD pipelines, issues, and wikis. Full access to GitLab's comprehensive DevOps lifec…
- `gopls-lsp`：Go language server for code intelligence and refactoring
- `hookify`：Easily create custom hooks to prevent unwanted behaviors by analyzing conversation patterns or from explicit instructions. Define rules via simple markdown fil…
- `imessage`：iMessage messaging bridge with built-in access control. Reads chat.db directly, sends via AppleScript. Manage pairing, allowlists, and policy via /imessage:acc…
- `jdtls-lsp`：Java language server (Eclipse JDT.LS) for code intelligence
- `kotlin-lsp`：Kotlin language server for code intelligence
- `laravel-boost`：Laravel development toolkit MCP server. Provides intelligent assistance for Laravel applications including Artisan commands, Eloquent queries, routing, migrati…
- `learning-output-style`：Interactive learning mode that requests meaningful code contributions at decision points (mimics the unshipped Learning output style)
- `linear`：Linear issue tracking integration. Create issues, manage projects, update statuses, search across workspaces, and streamline your software development workflow…
- `lua-lsp`：Lua language server for code intelligence
- `math-olympiad`：Solve competition math (IMO, Putnam, USAMO) with adversarial verification that catches what self-verification misses. Fresh-context verifiers attack proofs wit…
- `mcp-server-dev`：Skills for designing and building MCP servers that work seamlessly with Claude. Guides you through deployment models (remote HTTP, MCPB, local), tool design pa…
- `mcp-tunnels`：Connect Claude to a private MCP server through an Anthropic MCP tunnel. The /create-docker-mcp-tunnel command drives the Docker Compose quickstart end to end: …
- `php-lsp`：PHP language server (Intelephense) for code intelligence
- `playground`：Creates interactive HTML playgrounds — self-contained single-file explorers with visual controls, live preview, and prompt output with copy button. Includes te…
- `playwright`：Browser automation and end-to-end testing MCP server by Microsoft. Enables Claude to interact with web pages, take screenshots, fill forms, click elements, and…
- `plugin-dev`：Comprehensive toolkit for developing Claude Code plugins. Includes 7 expert skills covering hooks, MCP integration, commands, agents, and best practices. AI-as…
- `pr-review-toolkit`：Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
- `project-artifact`：Generate and publish a living project status page — overview & success criteria, the workstream sequence, and next steps — as a shareable claude.ai artifact ba…
- `pyright-lsp`：Python language server (Pyright) for type checking and code intelligence
- `ralph-loop`：Interactive self-referential AI loops for iterative development, implementing the Ralph Wiggum technique. Claude works on the same task repeatedly, seeing its …
- `receipts`：A personal Claude Code impact report for justifying your usage to a manager or a self-review: what you shipped, which projects it went to, and each project's s…
- `ruby-lsp`：Ruby language server for code intelligence and analysis
- `rust-analyzer-lsp`：Rust language server for code intelligence and analysis
- `security-guidance`：Security review for Claude-generated code. Pattern-based warnings on edits, LLM-powered diff review on Stop, and an agentic commit reviewer that catches inject…
- `serena`：Semantic code analysis MCP server providing intelligent code understanding, refactoring suggestions, and codebase navigation through language server protocol i…
- `session-report`：Generate an explorable HTML report of Claude Code session usage — tokens, cache efficiency, subagents, skills, and the most expensive prompts — from local ~/.c…
- `skill-creator`：Create new skills, improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing s…
- `swift-lsp`：Swift language server (SourceKit-LSP) for code intelligence
- `telegram`：Telegram messaging bridge with built-in access control. Manage pairing, allowlists, and policy via /telegram:access.
- `terraform`：The Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure a…
- `typescript-lsp`：TypeScript/JavaScript language server for enhanced code intelligence
