claude-code-plugins

Build Claude Code plugins with commands, agents, hooks, and MCP servers.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Naw3/skillsrepo --skill claude-code-plugins-naw3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-code-plugins
Source: https://github.com/Naw3/skillsrepo/tree/main/claude-code-plugins
Command: npx skills add https://github.com/Naw3/skillsrepo --skill claude-code-plugins-naw3

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides patterns for building Claude Code plugins, including commands, agents, hooks, MCP servers, and plugin marketplaces. Use when creating extensions for Claude Code or distributing plugins to teams.

Core Features & Use Cases

  • Standardized Plugin Structure: Clear conventions for organizing commands, agents, hooks, MCP servers, and marketplaces.
  • Reusable Patterns: Ready-to-copy templates and best practices for common plugin components.
  • Marketplace Readiness: Guidance for publishing plugins to internal or public marketplaces.
  • Use Case: When building a Claude Code plugin, use these patterns to scaffold the project and ensure consistency across teams.

Quick Start

Place the Claude Code plugin skeleton in your project root as .claude-plugin and follow the examples in the SKILL.md to implement commands, agents, and hooks. Then validate structure with the plugin tooling and publish to your marketplace if desired instead of copying all templates.

Frequently Asked Questions about claude-code-plugins

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

FAQPage Schema
How do I build a Claude Code plugin with commands and hooks?

To build a Claude Code plugin, place the plugin skeleton in your project root as .claude-plugin and follow structured manifest patterns to implement commands, agents, and hooks.

What is the standard structure for organizing Claude Code agents and MCP servers?

The standard structure for Claude Code plugins uses clear conventions for organizing commands, agents, hooks, MCP servers, and marketplaces within a structured .claude-plugin directory.

How do I package and publish a Claude Code plugin to a marketplace?

To package and publish a Claude Code plugin, validate your structured manifest with plugin tooling and follow the MARKETPLACE workflow to distribute it to internal or public marketplaces.

Can I use these plugin patterns to scaffold extensions for my team?

Yes, you can use these reusable patterns and ready-to-copy templates to scaffold your Claude Code extension project and ensure consistency across teams during local development and testing.

What's the best way to ensure consistency when developing Claude Code plugins?

The best way to ensure consistency when developing Claude Code plugins is to enforce structured manifests, use standardized plugin organization conventions, and validate the structure with plugin tooling.

Do I need a manifest file to distribute Claude Code plugins to marketplaces?

Yes, you need a structured manifest file to distribute Claude Code plugins, as the marketplace readiness workflow enforces structured manifests and example configurations before publishing.