What problem does it solve?
This Skill simplifies the process of creating and managing Codex plugins, including generating default structures, handling marketplace entries, and providing tools for updates and validation.
Core Features & Use Cases
- Plugin Scaffolding: Automates the creation of new plugin directories with required and optional files and directories.
- Marketplace Management: Generates or updates marketplace entries for plugins, ensuring they appear correctly in the Codex UI.
- Validation: Includes scripts for validating plugin manifests and marketplace configurations.
- Use Case: Imagine you need to create a new Codex plugin for managing user-generated content. Use this Skill to generate the plugin structure, define its marketplace entry, and ensure it validates correctly.
Quick Start
To create a new plugin with the name 'content-manager':
Run the following command from the skill root directory:
python3 scripts/create_basic_plugin.py content-manager