plugin-creator

Create Claude Code plugins with configurable scaffolding, validation, and packaging steps.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/lamtuanvu/agentskills --skill plugin-creator-lamtuanvu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plugin-creator
Source: https://github.com/lamtuanvu/agentskills/tree/main/skills/plugin-creator
Command: npx skills add https://github.com/lamtuanvu/agentskills --skill plugin-creator-lamtuanvu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This guide helps teams create Claude Code plugins by outlining a structured, incremental workflow for scaffolding, composing components, and packaging.

Core Features & Use Cases

  • Stepwise plugin scaffolding and structure generation for new plugins
  • Guided component addition (skills, agents, commands, hooks) with validation and best practices
  • Packaging and distribution readiness, including validation hooks and test steps

Quick Start

Initialize a new plugin scaffold with the provided tooling and start adding components today.

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 scratch?

The plugin scaffolding process applies a structured, incremental workflow that generates the initial structure, creates a manifest, and guides component addition with validation.

What is the best way to add components to a Claude Code plugin?

The best way to add components like skills, agents, commands, and hooks is through a guided incremental workflow that applies validation and best practices during the addition process.

How does plugin packaging and distribution work for Claude Code?

Plugin packaging for distribution works by preparing your plugin with validation hooks and test steps, ensuring it is ready for release through provided packaging scripts.

Can I validate my plugin components before packaging them?

Yes, you can validate components before packaging. The workflow includes validation hooks and test steps that ensure your skills, agents, commands, and hooks meet best practices.

Do I need a manifest to build a Claude Code plugin?

Yes, a manifest is required. The scaffolding workflow includes manifest creation as a core step to configure the plugin structure before adding components.