plugin-initializer

Community

Instantly scaffold new Claude Code plugins.

Authorsjnims
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Starting a new Claude Code plugin from scratch involves setting up a specific directory structure, manifest files, and component placeholders, which can be error-prone and time-consuming. This Skill automates the entire plugin initialization process.

Core Features & Use Cases

  • Full Plugin Scaffolding: Generate a complete plugin directory with .claude-plugin/plugin.json, skills/, agents/, commands/, hooks/, and .mcp.json in seconds.
  • Manifest Generation: Automatically create a plugin.json with essential metadata like name, description, author, version, and license, ensuring compliance.
  • Example Components: Optionally include example skill, agent, and command files to jumpstart development and provide structural guidance.
  • Use Case: You're starting a new project to build a suite of AI-powered development tools. Use this skill to quickly initialize your dev-tools plugin, providing all the necessary boilerplate and example files in seconds.

Quick Start

Use the plugin-initializer skill to create a new plugin named 'my-new-plugin' in the current directory.

Dependency Matrix

Required Modules

None required

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: plugin-initializer
Download link: https://github.com/sjnims/plugin-forge/archive/main.zip#plugin-initializer

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository