plugin-creator

Convert knowledge and processes into Claude Code plugins with validated manifests.

26|2|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/full-stack-biz/claude-skills-toolkit --skill plugin-creator-full-stack-biz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plugin-creator
Source: https://github.com/full-stack-biz/claude-skills-toolkit/tree/main/skills/plugin-creator
Command: npx skills add https://github.com/full-stack-biz/claude-skills-toolkit --skill plugin-creator-full-stack-biz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams convert knowledge, processes, and guidance into Claude Code plugins using a structured, repeatable workflow.

Core Features & Use Cases

  • Create plugin skeletons with a .claude-plugin/plugin.json manifest
  • Convert existing projects into plugin-ready structures with validated metadata
  • Validate plugin structure, manifests, and packaging for marketplace readiness
  • Delegates operational work to hook-creator, subagent-creator, and skill-creator for component packaging

Quick Start

Use the plugin-creator to scaffold a new plugin, or start converting a project. Then run validation and packaging steps to prepare for deployment.

Frequently Asked Questions about plugin-creator

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

FAQPage Schema
How do I create a Claude Code plugin from an existing project?

You can convert an existing project into a Claude Code plugin by validating its structure and generating a `.claude-plugin/plugin.json` manifest with the correct directory layout and frontmatter.

What is the best way to package a Claude Code plugin for marketplace distribution?

Packaging a Claude Code plugin for marketplace distribution involves validating the plugin structure, manifests, and metadata to ensure marketplace readiness before deployment.

How do I generate a Claude Code plugin skeleton with the correct manifest metadata?

Generating a Claude Code plugin skeleton creates the foundational directory structure and a `.claude-plugin/plugin.json` manifest file, enforcing correct frontmatter and metadata from the start.

Can I use Claude Code to automate hook and subagent creation for my plugin?

Yes, Claude Code automates hook and subagent creation for your plugin by delegating operational work to hook-creator, subagent-creator, and skill-creator for component packaging.

Does converting a workflow into a Claude Code plugin require specific frontmatter and directory layouts?

Converting a workflow into a Claude Code plugin requires specific frontmatter, enforced directory layouts, and manifest metadata to ensure the plugin structure remains valid and operational.