marketplace-manager

Manage Fakoli marketplace plugins by adding, removing, and validating them.

4|1|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/fakoli/fakoli-plugins --skill marketplace-manager-fakoli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: marketplace-manager
Source: https://github.com/fakoli/fakoli-plugins/tree/main/plugins/marketplace-manager/skills/marketplace-manager
Command: npx skills add https://github.com/fakoli/fakoli-plugins --skill marketplace-manager-fakoli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the entire lifecycle of managing plugins within the Fakoli marketplace, from initial creation and validation to ongoing maintenance and registry updates.

Core Features & Use Cases

  • Plugin Lifecycle Management: Facilitates adding new plugins, removing obsolete ones, and validating their integrity.
  • Registry Maintenance: Automates the regeneration of marketplace indices and status checks.
  • Use Case: A developer needs to add a new utility plugin to the Fakoli marketplace. They would use this Skill to scaffold the plugin from a template, update its manifest, validate its structure, register it in the marketplace JSON, and finally regenerate the search indices.

Quick Start

Use the marketplace-manager skill to validate all plugins in the current directory.

Frequently Asked Questions about marketplace-manager

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

FAQPage Schema
How do I validate plugins in my marketplace directory?

To validate plugins, run the marketplace-manager skill against your current directory to check the integrity of all plugins and ensure compliance with validation rules. It verifies each plugin's structure and manifest to maintain marketplace health.

What's the best way to add a new plugin to the Fakoli marketplace?

The best way to add a new plugin is to scaffold it from a template, update its manifest, validate its structure, register it in the marketplace JSON, and regenerate the search indices. This ensures full compliance and discoverability.

Can I automate the regeneration of marketplace registry indices?

Yes, you can automate the regeneration of marketplace registry indices. The skill handles the regeneration of search indices and performs status checks to maintain the registry after plugins are added, removed, or updated.

How do I remove obsolete plugins from a marketplace registry?

To remove obsolete plugins from a marketplace registry, use the marketplace-manager skill to safely remove them and then regenerate the registry indices. This updates the marketplace status and ensures the registry remains clean.

Does the plugin management workflow support creating plugins from templates?

Yes, the plugin management workflow supports creating new plugins from templates. It scaffolds the plugin structure, allows you to update the plugin manifest, and validates the result before registering it in the marketplace.

Why does my plugin fail marketplace validation rules?

A plugin fails marketplace validation rules if its structure or manifest does not meet the required compliance standards. Run the validation check to identify specific integrity issues within the plugin directory before registering it.