Claude Plugins Official Tutorial: Anthropic's Managed Plugin Directory

May 11, 2026 ยท View on GitHub

Learn how to use anthropics/claude-plugins-official to discover, evaluate, install, and contribute Claude Code plugins with clear directory standards and plugin safety practices.

GitHub Repo Docs

Why This Track Matters

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

Current Snapshot (auto-updated)

Mental Model

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 Guide

ChapterKey QuestionOutcome
01 - Getting StartedHow do I install plugins from the directory quickly?Working baseline
02 - Directory Architecture and Marketplace ModelHow are internal and external plugins organized?Strong architecture model
03 - Plugin Manifest and Structural ContractsWhat files and metadata are required for compliant plugins?Better authoring reliability
04 - Commands, Agents, Skills, Hooks, and MCP CompositionHow do plugin capabilities compose into workflows?Better capability design
05 - Trust, Security, and Risk ControlsHow do I evaluate plugin safety before use?Safer adoption process
06 - Installation, Operations, and Update StrategyHow do teams run plugin operations at scale?Operational consistency
07 - Submission and Contribution WorkflowHow do I submit and maintain plugins in the directory?Contributor readiness
08 - Governance and Enterprise Plugin Portfolio ManagementHow do orgs manage plugin portfolios over time?Governance playbook

What You Will Learn

  • 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

Source References


Start with Chapter 1: Getting Started.

Full Chapter Map

  1. Chapter 1: Getting Started
  2. Chapter 2: Directory Architecture and Marketplace Model
  3. Chapter 3: Plugin Manifest and Structural Contracts
  4. Chapter 4: Commands, Agents, Skills, Hooks, and MCP Composition
  5. Chapter 5: Trust, Security, and Risk Controls
  6. Chapter 6: Installation, Operations, and Update Strategy
  7. Chapter 7: Submission and Contribution Workflow
  8. Chapter 8: Governance and Enterprise Plugin Portfolio Management

Generated by AI Codebase Knowledge Builder