plugin-author

Scaffold Claude Code plugins with manifests and component directories.

Updated Dec 29, 2025
One-click install
npx skills add https://github.com/eli0shin/.dotfiles --skill plugin-author
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plugin-author
Source: https://github.com/eli0shin/.dotfiles/tree/main/home/.claude/skills/plugin-author
Command: npx skills add https://github.com/eli0shin/.dotfiles --skill plugin-author

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a comprehensive guide for building, configuring, and distributing Claude Code plugins (including hooks, skills, commands, and MCP servers). Use when you want to scaffold new plugins, standardize components, or streamline marketplace distribution.

Core Features & Use Cases

  • Plugin scaffolding: Create a complete plugin skeleton with manifest.
  • Component integration: Include hooks, skills, commands, agents, and MCP servers.
  • Distribution guidance: Publish to marketplaces and share with teams.

Quick Start

Create a new plugin scaffold in a dedicated directory, add a manifest at .claude-plugin/plugin.json, then add at least one skill under skills/ and optionally commands/, hooks/, agents/, mcpServers. Load into Claude and test.