plugin-setup-creator

Package Claude Code commands, hooks, styles, and agents into a shareable plugin.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/blueman82/conductor --skill plugin-setup-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plugin-setup-creator
Source: https://github.com/blueman82/conductor/tree/main/skills/plugin-setup-creator
Command: npx skills add https://github.com/blueman82/conductor --skill plugin-setup-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you create a complete, shareable Claude Code plugin that packages your personal setup including:

  • Custom slash commands
  • Event hooks and automation scripts
  • Output style configurations
  • Status line templates
  • Specialized subagents/AI assistants
  • Comprehensive plugin manifest and documentation

The generated plugin can be immediately shared with team members or published to community marketplaces.

Core Features & Use Cases

  • Phase-driven packaging: Create a complete plugin structure with commands, agents, hooks, output styles, and status lines.
  • Manifest & docs: Generate a central plugin.json and accompanying installation and usage documentation.
  • Use Case: Package your personal Claude Code setup as a team plugin or publish your setup for broader distribution.

Quick Start

Use the plugin-setup-creator to generate a shareable Claude Code plugin from your local configuration (commands, hooks, outputs).

Frequently Asked Questions about plugin-setup-creator

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

FAQPage Schema
How do I package my Claude Code commands and hooks into a shareable plugin?

Plugin-setup-creator bundles your custom commands, hooks, output styles, and agents into a complete plugin package with manifest and documentation. It discovers your existing configurations, validates them, and generates a ready-to-distribute plugin structure you can share immediately or publish to marketplaces.

What components can I include when creating a Claude Code plugin?

You can package slash commands, event hooks, output style configurations, status line templates, and specialized subagents. The Skill bundles all these components into a standardized plugin structure with a central plugin.json manifest.

Can I distribute my Claude Code setup to my team as a plugin?

Yes. Plugin-setup-creator generates a complete, shareable plugin from your local configuration that team members can install and use immediately. The generated package includes installation documentation and is ready for team distribution.

How does the plugin manifest work and what does it contain?

The manifest (plugin.json) is the central configuration file that describes your plugin's commands, hooks, agents, styles, and status lines. Plugin-setup-creator automatically generates it with proper structure, relative paths, and metadata so other users can correctly install and load your plugin.

What validation happens when I create a plugin package?

The Skill verifies your configurations for correctness, checks relative path integrity across components, and validates the plugin structure before generation. This ensures the packaged plugin is complete and immediately usable without errors.

Can I publish my Claude Code plugin to a community marketplace?

Plugin-setup-creator generates the standardized plugin structure and documentation needed for marketplace integration. The output is ready for publishing, with optional marketplace-compatible metadata included in the generation process.