| layout | default |
|---|---|
| title | Claude Plugins Official Tutorial |
| nav_order | 145 |
| has_children | true |
| format_version | v2 |
Learn how to use
anthropics/claude-plugins-officialto discover, evaluate, install, and contribute Claude Code plugins with clear directory standards and plugin safety practices.
The official plugin directory is a key distribution layer for the Claude Code plugin ecosystem and a reference point for plugin structure, discoverability, and quality expectations.
This track focuses on:
- installing plugins from the directory safely
- understanding internal vs external plugin structure
- applying manifest and packaging conventions correctly
- operating plugin governance workflows for teams
- repository:
anthropics/claude-plugins-official - stars: about 16.1k
flowchart LR
A[Plugin discovery] --> B[Directory metadata]
B --> C[Install in Claude Code]
C --> D[Commands, agents, skills, hooks]
D --> E[Operational review]
E --> F[Contribution or curation updates]
| Chapter | Key Question | Outcome |
|---|---|---|
| 01 - Getting Started | How do I install plugins from the directory quickly? | Working baseline |
| 02 - Directory Architecture and Marketplace Model | How are internal and external plugins organized? | Strong architecture model |
| 03 - Plugin Manifest and Structural Contracts | What files and metadata are required for compliant plugins? | Better authoring reliability |
| 04 - Commands, Agents, Skills, Hooks, and MCP Composition | How do plugin capabilities compose into workflows? | Better capability design |
| 05 - Trust, Security, and Risk Controls | How do I evaluate plugin safety before use? | Safer adoption process |
| 06 - Installation, Operations, and Update Strategy | How do teams run plugin operations at scale? | Operational consistency |
| 07 - Submission and Contribution Workflow | How do I submit and maintain plugins in the directory? | Contributor readiness |
| 08 - Governance and Enterprise Plugin Portfolio Management | How do orgs manage plugin portfolios over time? | Governance playbook |
- how to install and evaluate official-directory plugins
- how plugin contracts map to real Claude Code capabilities
- how to apply risk controls around third-party plugin use
- how to contribute plugins with stronger acceptance probability
- Claude Plugins Official Repository
- Directory README
- Marketplace Catalog
- Example Plugin
- Official Plugin Docs
Start with Chapter 1: Getting Started.
- Start Here: Chapter 1: Getting Started
- Back to Main Catalog
- Browse A-Z Tutorial Directory
- Search by Intent
- Explore Category Hubs
- Chapter 1: Getting Started
- Chapter 2: Directory Architecture and Marketplace Model
- Chapter 3: Plugin Manifest and Structural Contracts
- Chapter 4: Commands, Agents, Skills, Hooks, and MCP Composition
- Chapter 5: Trust, Security, and Risk Controls
- Chapter 6: Installation, Operations, and Update Strategy
- Chapter 7: Submission and Contribution Workflow
- Chapter 8: Governance and Enterprise Plugin Portfolio Management
Generated by AI Codebase Knowledge Builder