plugins-doc

Deliver official Claude Code plugins documentation covering component schemas and marketplace integration.

1|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/hlibkoval/claudemd --skill plugins-doc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plugins-doc
Source: https://github.com/hlibkoval/claudemd/tree/main/skills/plugins-doc
Command: npx skills add https://github.com/hlibkoval/claudemd --skill plugins-doc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Complete, authoritative documentation for Claude Code plugins, covering structure, manifests, marketplace integration, and component schemas.

Core Features & Use Cases

  • Official guidance on plugin directories and SKILL.md frontmatter
  • Detailed references for skills, agents, hooks, MCP servers, and LSP servers
  • Marketplace discovery, installation, and distribution best practices

Quick Start

Review this Skill to learn how Claude Code plugins are structured and documented.

Frequently Asked Questions about plugins-doc

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I structure a Claude Code plugin?

Claude Code plugins are structured using plugin directories and SKILL.md frontmatter, which defines the entry point and usage instructions loaded into context when the skill activates.

What components are supported in Claude Code plugins?

Claude Code plugins support several component types, including skills, agents, hooks, MCP servers, and LSP servers, each with detailed schema references in the official documentation.

How does marketplace integration work for Claude Code plugins?

Marketplace integration enables plugin discovery, installation, and distribution through best practices defined in the official Claude Code documentation.

What metadata is required for a Claude Code plugin manifest?

Claude Code plugin manifests require frontmatter-based metadata, specifically name and description fields, along with a rich Markdown body defining usage instructions.

Can I use hooks and MCP servers together in a single plugin?

Yes, Claude Code plugins support combining multiple component types including hooks, MCP servers, skills, agents, and LSP servers within a single plugin structure.