claude-plugins-official: The Official Directory for Claude Code Plugins
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
claude-plugins-official is Anthropic's official repository for high-quality Claude Code Plugins. It provides a curated directory of both internal and third-party plugins, enabling users to extend Claude's capabilities. This repository serves as the central hub for discovering and installing powerful tools for Claude Code.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
The claude-plugins-official repository, managed by Anthropic, serves as the definitive directory for high-quality Claude Code Plugins. With over 27,747 stars and 2,953 forks, this Python-based project is a central resource for enhancing Claude's functionality. It is structured into two main sections: /plugins for internal plugins developed by Anthropic, and /external_plugins for contributions from third-party partners and the community.
Important Note: Always ensure you trust a plugin before installing, updating, or using it. Anthropic does not control the servers, files, or software included in plugins and cannot verify their intended functionality or stability. Refer to each plugin's homepage for detailed information.
Installation
Installing plugins from this official marketplace is straightforward, utilizing Claude Code's built-in plugin system.
To install a specific plugin, use the following command:
/plugin install {plugin-name}@claude-plugins-official
Alternatively, you can browse and discover available plugins directly within Claude Code by navigating to /plugin > Discover.
Examples
While specific usage examples for individual plugins are found within their respective documentation, this repository provides a clear structure for plugin development. Each plugin adheres to a standard format, ensuring consistency and ease of integration.
Here's the typical structure of a Claude Code plugin:
plugin-name/
??? .claude-plugin/
? ??? plugin.json # Plugin metadata (required)
??? .mcp.json # MCP server configuration (optional)
??? commands/ # Slash commands (optional)
??? agents/ # Agent definitions (optional)
??? skills/ # Skill definitions (optional)
??? README.md # Documentation
Developers looking for a reference implementation for internal plugins can consult the /plugins/example-plugin directory within the repository.
Why Use claude-plugins-official?
Choosing claude-plugins-official offers several key advantages for Claude Code users and developers:
- Official and Curated: This is Anthropic's official directory, ensuring a level of quality and reliability for listed plugins.
- Extends Claude's Capabilities: Access a wide array of tools and functionalities to enhance Claude's performance and versatility.
- Community Contributions: Benefit from innovations by third-party partners and the broader community, expanding the ecosystem.
- Easy Discovery and Installation: The integrated plugin system makes it simple to find and install new tools directly within Claude Code.
- Structured Development: For developers, the clear plugin structure and submission guidelines facilitate creating and contributing high-quality plugins.
Links
- GitHub Repository: https://github.com/anthropics/claude-plugins-official
- Plugin Directory Submission Form: https://clau.de/plugin-directory-submission
- Official Plugin Development Documentation: https://code.claude.com/docs/en/plugins
Related repositories
Similar repositories that may be relevant next.

opcode: A Powerful GUI Toolkit for Claude Code AI Development
August 28, 2026
opcode is a robust desktop application built with Tauri 2, designed to enhance interaction with Claude Code. It offers a comprehensive GUI for managing AI-assisted development sessions, creating custom agents, and tracking usage, bridging the gap between the command-line interface and a more intuitive visual experience.

ECC: The Agent Harness Performance Optimization System for LLMs
August 28, 2026
ECC is an advanced agent harness performance optimization system, providing a coordinated engineering system and toolbox for LLM development. It enables agents to plan, test, implement, review, and learn effectively, enhancing productivity and security for AI-driven coding workflows across platforms like Claude Code, Codex, and Cursor.

AntiVibe: Learn Code with AI-Powered Deep Dives and Architectural Audits
August 26, 2026
AntiVibe is an innovative code learning and audit framework designed to help developers truly understand code, whether it's AI-generated, new, or legacy. It transforms any codebase into educational deep dives or senior-level architectural audits, moving beyond mere code summaries to explain the 'what,' 'why,' and 'when' of code patterns. This tool addresses the common problem of developers copying AI-generated code without grasping its underlying logic or implications.

awesome-claude-code: A Curated List of Resources for Anthropic's Claude Code
August 24, 2026
The awesome-claude-code repository offers a comprehensive, curated list of tools, integrations, frameworks, and resources specifically designed for developers utilizing Anthropic's Claude Code. This valuable collection helps users discover everything from official SDKs and agent skills to IDE integrations and client GUIs. It serves as an essential guide for enhancing development workflows with AI-powered coding assistance.
Source repository
Open the original repository on GitHub.
13 counted GitHub visits