plugin-creator

Generate Claude Code plugin directory structures, plugin.json manifests, and ecosystem.json registries.

1|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/hjemmesidekongen/ai --skill plugin-creator-hjemmesidekongen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plugin-creator
Source: https://github.com/hjemmesidekongen/ai/tree/main/plugins/kronen/skills/plugin-creator
Command: npx skills add https://github.com/hjemmesidekongen/ai --skill plugin-creator-hjemmesidekongen

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the entire process of creating, validating, and registering Claude Code plugins, ensuring they meet all structural and manifest requirements.

Core Features & Use Cases

  • Scaffolding: Quickly set up the correct directory structure and essential files (plugin.json, ecosystem.json) for new plugins.
  • Validation: Audit existing plugins for compliance with manifest rules, component registration, and marketplace standards.
  • Registration: Facilitate the addition of plugins to the marketplace registry.
  • Use Case: When starting a new plugin project, use this Skill to generate the foundational files and structure, then use it again to validate the plugin before publishing.

Quick Start

Use the plugin-creator skill to scaffold a new plugin named 'my-new-plugin'.

Frequently Asked Questions about plugin-creator

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

FAQPage Schema
How do I scaffold a new Claude Code plugin and generate the correct directory structure?

To scaffold a Claude Code plugin, generate the correct directory structure along with essential `plugin.json` and `ecosystem.json` files to ensure compliance with component organization standards.

What files are required for Claude Code plugin development and marketplace registration?

Claude Code plugin development requires a `plugin.json` manifest for configuration and an `ecosystem.json` component registry to facilitate marketplace registration and adhere to component standards.

How can I validate an existing Claude Code plugin for manifest compliance?

Validate existing Claude Code plugins by auditing them against manifest rules, component registration requirements, and marketplace standards to ensure full structural compliance before publishing.

What is the best way to manage Claude Code plugin ecosystem components?

Manage plugin ecosystem components by maintaining the `ecosystem.json` registry, which tracks component types and ensures proper organization standards across the Claude Code plugin architecture.

Do I need knowledge of plugin anatomy to create a Claude Code plugin manifest?

Yes, creating a Claude Code plugin manifest requires knowledge of plugin anatomy, manifest fields, and component types to correctly generate the `plugin.json` configuration and pass validation.