Claude Plugins Official: Thư Mục Plugin Từ Anthropic
Thư mục plugin chính thức từ Anthropic cho Claude Code — nơi bạn tìm thấy các plugin chất lượng cao nhất.
Claude Code Đã Có Hệ Sinh Thái Plugin#
Anthropic vừa phát hành Claude Plugins Official — thư mục plugin chính thức, được quản lý bởi chính Anthropic. Đây là nơi集中 tất cả các plugin chất lượng cao nhất cho Claude Code.
[!NOTE] Đây là kho plugin chính thức từ Anthropic, không phải community plugin. Tất cả đều được Anthropic developing và maintain.
Claude Plugins Official Là Gì?#
Đây là một repository chứa hai loại plugin:
- Internal plugins — Phát triển và maintain bởi Anthropic
- External plugins — Từ đối tác và community, đã đạt tiêu chuẩn chất lượng
Cài Đặt Plugin#
/plugin install {plugin-name}@claude-plugins-officialbashHoặc duyệt qua:
/plugin > DiscovertextCấu Trúc Plugin#
Mỗi plugin theo cấu trúc chuẩn:
plugin-name/
├── .claude-plugin/
│ └── plugin.json # Metadata (bắt buộc)
├── .mcp.json # MCP server config (tùy chọn)
├── commands/ # Slash commands (tùy chọn)
├── agents/ # Agent definitions (tùy chọn)
├── skills/ # Skill definitions (tùy chọn)
└── README.md # Documentationtext[!WARNING] Tên plugin là immutable. Một khi đã publish, tên không được thay đổi. Nếu cần đổi tên, sử dụng
displayNamehoặc add entry vàorenamesmap.
Skill-Bundle Plugins#
Khi source repository chứa skills (SKILL.md files) mà không có plugin.json, marketplace entry có thể khai báo skills trực tiếp:
{
"name": "example-bundle",
"strict": false,
"skills": ["./skill-a", "./skill-b"]
}jsonKết Luận#
Claude Plugins Official đánh dấu bước tiến lớn trong hệ sinh thái Claude Code. Với sự bảo đảm từ Anthropic, đây là nơi đáng tin cậy nhất để tìm và cài đặt plugin.
🔗 Repository: github.com/anthropics/claude-plugins-official ↗