engineer-plugin-marketplace

Orchestrate AI-IDE plugin marketplace creation, validation, and installation workflows.

Updated May 16, 2026
One-click install
npx skills add https://github.com/korchasa/flowai-plugins --skill engineer-plugin-marketplace
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: engineer-plugin-marketplace
Source: https://github.com/korchasa/flowai-plugins/tree/main/plugins/flowai-engineering/skills/engineer-plugin-marketplace
Command: npx skills add https://github.com/korchasa/flowai-plugins --skill engineer-plugin-marketplace

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires design-script, validation-script, implementation-script, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of creating, managing, and validating AI-IDE plugin marketplaces, providing structured solutions for design, release, and security aspects.

Core Features & Use Cases

  • Marketplace Design & Requirements: Defines contract, plugin inventory, payload inventory, and technical marketplace details.
  • Implementation Workflows: Manages marketplace creation, source creation, builds, validations, and install tests.
  • Validation & Publishing: Validates marketplaces and plugins for schema/path integrity, rebuilds from source, and installs with smoke tests.

Quick Start

Run 'design-marketplace -n my-marketplace --hosts my-host-1,my-host-2'.

Frequently Asked Questions about engineer-plugin-marketplace

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

FAQPage Schema
How do I design and validate an AI-IDE plugin marketplace?

To design and validate an AI-IDE plugin marketplace, use this Skill to orchestrate requirements gathering, define plugin inventories, and run automated checks for marketplace manifests and installation scripts.

What is the process for creating a plugin marketplace from source?

Creating a plugin marketplace involves managing source creation, running builds, validating schema and path integrity, and executing install tests with smoke tests to ensure proper publishing.

Do I need specific design scripts to set up a marketplace manifest?

Yes, setting up a marketplace manifest requires specific design and validation scripts, often with dependencies on specific toolchains and frameworks, to properly define the technical marketplace details.

What's the best way to validate plugin packages for schema and path integrity?

The best way to validate plugin packages for schema and path integrity is to run automated validation workflows that rebuild from source and install with smoke tests to verify payloads.

How do I define the technical contract and payload inventory for a plugin marketplace?

You can define the technical contract and payload inventory by executing a design-marketplace script, which gathers requirements and structures the marketplace details for your specified hosts.