Skip to content

Latest commit

 

History

History
101 lines (75 loc) · 5.29 KB

File metadata and controls

101 lines (75 loc) · 5.29 KB
layout default
title Claude Plugins Official Tutorial
nav_order 145
has_children true
format_version v2

Claude Plugins Official Tutorial: Anthropic's Managed Plugin Directory

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]
Loading

Chapter Guide

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

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

Related Tutorials


Start with Chapter 1: Getting Started.

Navigation & Backlinks

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