create-plugin

Scaffold a Claude Code plugin directory with plugin.json and manifest.

5|3|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/richfrem/agent-plugins-skills --skill create-plugin-richfrem
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-plugin
Source: https://github.com/richfrem/agent-plugins-skills/tree/main/plugins/agent-scaffolders/skills/create-plugin
Command: npx skills add https://github.com/richfrem/agent-plugins-skills --skill create-plugin-richfrem

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Scaffolds a complete Claude Code plugin directory from discovery to a fully wired plugin blueprint, producing the necessary files and structure.

Core Features & Use Cases

  • Generates plugin.json, .claude-plugin manifest, and standard plugin structure including skills, agents, commands, and hooks.
  • Creates a reusable scaffold workflow that can be extended for MCP integrations and shared scripts.
  • Validates that all components are registered in plugin.json and ready for marketplace deployment.

Quick Start

Provide an optional plugin name to seed Phase 1, then run the create-plugin workflow to scaffold the plugin directory.

Frequently Asked Questions about create-plugin

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

FAQPage Schema
How do I scaffold a Claude Code plugin from scratch?

Scaffolding a Claude Code plugin is automated end-to-end by generating the plugin root, validating registrations in plugin.json, and wiring the directory structure with standard skills, agents, commands, and hooks.

What files and directories do I need for a standards-compliant Claude Code plugin?

A standards-compliant Claude Code plugin requires a plugin.json manifest, a .claude-plugin manifest, and standard directories for skills, agents, commands, and hooks, all of which are validated for marketplace deployment.

Does the plugin scaffold validate component registrations in plugin.json?

Yes, the scaffolding workflow validates that all generated components, including skills and references, are properly registered in plugin.json to ensure the plugin is ready for marketplace deployment.

Can I include optional references or assets when generating a plugin template?

Yes, the plugin scaffolding workflow generates standard plugin templates and supports the inclusion of optional references or assets alongside the core skill directories and manifest files.

Is this plugin scaffolding workflow extensible for MCP integrations and shared scripts?

Yes, the generated scaffold workflow creates a reusable blueprint that can be extended to support MCP integrations and shared scripts within the Claude Code plugin architecture.