repo-add-plugin

Community

Bootstrap new plugins, perfectly structured & integrated.

Authorsynapseradio
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Manually setting up a new plugin involves creating multiple directories and files, ensuring schema compliance, and integrating with the marketplace. This Skill automates the entire bootstrapping process, saving significant time and preventing configuration errors.

Core Features & Use Cases

  • Full Structure Creation: Generates all required plugin directories (.claude-plugin/, skills/, commands/).
  • Metadata Generation: Creates plugin.json, README.md, and CHANGELOG.md with proper schema and initial content.
  • Marketplace Integration: Automatically adds the new plugin entry to .claude-plugin/marketplace.json.
  • Use Case: When you're ready to start a new category of skills, simply invoke this Skill to instantly create a fully compliant and integrated plugin structure, ready for skill development.

Quick Start

Create a new plugin called 'my-new-plugin' for managing project tasks.

Dependency Matrix

Required Modules

jq

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: repo-add-plugin
Download link: https://github.com/synapseradio/thinkies/archive/main.zip#repo-add-plugin

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