plugin-creator

Create Codex plugins with plugin.json and manage marketplace entries.

Updated Jun 21, 2025
One-click install
npx skills add https://github.com/aryan-binazir/cc-config --skill plugin-creator-aryan-binazir
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plugin-creator
Source: https://github.com/aryan-binazir/cc-config/tree/main/skills/.system/plugin-creator
Command: npx skills add https://github.com/aryan-binazir/cc-config --skill plugin-creator-aryan-binazir

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, codex, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the process of creating new Codex plugins and managing their entries in the marketplace, making it easy to set up new plugins and their associated configurations.

Core Features & Use Cases

  • Plugin Creation: Quickly create new plugin directories with a plugin.json file, including default settings and marketplace entries.
  • Marketplace Management: Update or create marketplace entries for plugins, specifying installation policy, authentication, and category.
  • Optional Components: Add optional folders like skills/, hooks/, scripts/, assets/, .mcp.json, and .app.json to your plugin.

Quick Start

To create a new plugin named "my-plugin", use the command:

python3 scripts/create_basic_plugin.py my-plugin

Frequently Asked Questions about plugin-creator

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

FAQPage Schema
How do I create a Codex plugin with a marketplace entry?

You can create a Codex plugin with a marketplace entry by running the Python script `python3 scripts/create_basic_plugin.py my-plugin`, which automatically generates a `plugin.json` file with default settings and marketplace configurations.

What is the best way to manage Codex plugin configurations and marketplace integration?

The best way to manage Codex plugin configurations is by using an automated Python scripting process that handles plugin creation, configuration management, and default marketplace setup to ensure proper lifecycle integration.

Do I need Python and Codex installed to generate and manage marketplace plugins?

Yes, you need both Python and the Codex plugin system installed, as the Skill relies on Python scripting to automate plugin creation and requires Codex to manage the plugin lifecycle and marketplace entries.

Can I add optional folders like skills, hooks, and scripts to my Codex plugin?

Yes, you can add optional folders such as `skills/`, `hooks/`, `scripts/`, `assets/`, `.mcp.json`, and `.app.json` to your Codex plugin to extend its functionality beyond the basic creation setup.

How does the Codex plugin creation script handle marketplace authentication and categories?

The Codex plugin creation script handles marketplace management by allowing you to specify installation policy, authentication requirements, and category details directly within the generated marketplace entries.