repo-add-plugin

Create plugin directories, metadata files, and marketplace entries for new plugins.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/synapseradio/thinkies --skill repo-add-plugin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: repo-add-plugin
Source: https://github.com/synapseradio/thinkies/tree/main/.claude/skills/repo-add-plugin
Command: npx skills add https://github.com/synapseradio/thinkies --skill repo-add-plugin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, and includes scripts (resource) components.

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.