plugin-generator

Generate Orchestra MCP plugins from templates for tools, storage, and transport types.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/fadymondy/health-debug --skill plugin-generator-fadymondy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plugin-generator
Source: https://github.com/fadymondy/health-debug/tree/main/.claude/skills/plugin-generator
Command: npx skills add https://github.com/fadymondy/health-debug --skill plugin-generator-fadymondy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the creation of new plugins for the Orchestra MCP framework, automating the setup and boilerplate code for various plugin types.

Core Features & Use Cases

  • Automated Scaffolding: Generates complete plugin directories with essential files and structure.
  • Type-Specific Templates: Provides tailored codebases for tools, storage, and transport plugins.
  • Use Case: A developer needs to add a new data storage mechanism to Orchestra. They use this Skill to quickly generate the storage.my-new-store plugin, including the necessary command-line entry points, internal handlers, and build configurations.

Quick Start

Run the plugin generator script to create a new tools plugin named 'feature-flags'.

Frequently Asked Questions about plugin-generator

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

FAQPage Schema
How do I scaffold a new Orchestra MCP plugin with boilerplate code?

To scaffold an Orchestra MCP plugin, run the generator script to automatically produce project directories, boilerplate code, and configuration files for your specified plugin type.

What plugin types can I generate for the Orchestra MCP framework?

You can generate three types of Orchestra MCP plugins: tools, storage, and transport, each with tailored codebases, entry points, and build configurations.

Does the scaffolding tool handle Go module management and CI/CD workflows?

Yes, the scaffolding tool supports Go module management and updates CI/CD workflows through script updates during the new plugin generation process.

What's the best way to create a new data storage mechanism in Orchestra?

Use the plugin generator to create a storage plugin, which outputs a complete directory structure with command-line entry points, internal handlers, and build configurations.

Do I need any dependencies to generate Orchestra MCP plugins?

No external dependencies are required to run the plugin generator; it operates independently using predefined templates and scripts to produce the plugin codebase.