plugins-reference

Reference Claude Code plugin configuration, distribution, and marketplace integration.

1|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/Dunc4nJ/entropy-plugins --skill plugins-reference
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plugins-reference
Source: https://github.com/Dunc4nJ/entropy-plugins/tree/main/claude-code-docs/skills/plugins-reference
Command: npx skills add https://github.com/Dunc4nJ/entropy-plugins --skill plugins-reference

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Claude Code plugins reference material helps developers configure and distribute plugins, bundles commands, agents, skills, and MCP servers, and navigate marketplaces and inline configurations.

Core Features & Use Cases

  • Comprehensive reference covering plugin components (commands, agents, skills, hooks, MCP servers, LSP)
  • Guidance for packaging, distributing, and managing plugins via marketplaces
  • Clear explanations of manifest schemas, configurations, and integration points for discovery and deployment

Quick Start

Review the sample plugin structure and consult this reference to start designing your own Claude Code plugin.

Frequently Asked Questions about plugins-reference

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

FAQPage Schema
How do I configure Claude Code plugins for commands and hooks?

You configure Claude Code plugins by defining manifest schemas that bundle commands, hooks, agents, and skills. This reference outlines component layouts and inline configurations for deployment.

What is a Claude Code plugin manifest schema?

A Claude Code plugin manifest schema defines the structural layout for components like commands, skills, and MCP servers. It serves as the blueprint for packaging and distributing plugin bundles.

How do I distribute Claude Code plugins via marketplaces?

Distribute Claude Code plugins via marketplaces by defining plugin sources and manifest schemas. This reference guides developers through structuring packages for market deployment and discovery.

Can I integrate MCP servers and LSP configuration in my plugin?

Yes, you can integrate MCP servers and LSP configuration within your plugin. The reference covers how to structure these components alongside commands and hooks in the manifest.

How do I structure a Claude Code plugin from creation to deployment?

Structure a Claude Code plugin by reviewing the sample layout and consulting this reference for manifest schemas. It guides developers through bundling components from creation to deployment.