plugin-creator

Generate plugin scaffolds and marketplace metadata for Codex/OK Code plugins.

23|13|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/OpenKnots/okcode --skill plugin-creator-openknots
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plugin-creator
Source: https://github.com/OpenKnots/okcode/tree/main/packages/shared/src/skills-catalog/system/plugin-creator
Command: npx skills add https://github.com/OpenKnots/okcode --skill plugin-creator-openknots

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scaffolding plugins and marketplace entries is often tedious and error-prone, slowing down onboarding and publishing workflows.

Core Features & Use Cases

  • Plugin skeleton scaffolding: Creates a complete, editable plugin folder with a standard metadata structure.
  • Minimal, explicit structure: Produces a clean, easy-to-maintain blueprint ready for extension.
  • Marketplace-ready metadata: Generates the required fields and schemas to publish plugins.

Quick Start

Run the generator to scaffold a new plugin skeleton with standard metadata and minimal example files for immediate editing.

Frequently Asked Questions about plugin-creator

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

FAQPage Schema
How do I scaffold a plugin folder with standard metadata?

To scaffold a plugin folder, run the generator to create a complete, editable directory structure and a minimal metadata file for immediate editing and extension. It produces a clean starting point for new plugin development.

What files do I need to publish plugins to the marketplace?

Publishing plugins requires marketplace-ready metadata fields and schemas. This generator produces the required metadata file alongside a standard plugin directory skeleton to ensure your submission meets marketplace standards.

Can I use this plugin generator for updating existing plugins?

Yes, the plugin generator applies to new plugin development, plugin updates, and marketplace submissions. It generates a standard directory structure and minimal metadata to ensure explicit structure during updates.

What is the best way to create a clean starting point for Codex plugins?

The best way to create a clean starting point for Codex plugins is using a skeleton scaffold that produces an explicit, easy-to-maintain blueprint. This ensures a standard metadata structure ready for extension.

Does the generated plugin skeleton include example files?

Yes, the generated plugin skeleton includes minimal example files for immediate editing. These files provide a ready-to-edit blueprint alongside the standard directory structure and required marketplace metadata.