plugin-creator

Generate Codex plugin structures, marketplace entries, and validate manifests.

Updated Jun 30, 2026
One-click install
npx skills add https://github.com/SunS1eep1ng/codex-dotfiles --skill plugin-creator-suns1eep1ng
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: plugin-creator
Source: https://github.com/SunS1eep1ng/codex-dotfiles/tree/main/skills/.system/plugin-creator
Command: npx skills add https://github.com/SunS1eep1ng/codex-dotfiles --skill plugin-creator-suns1eep1ng

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, python3-pip, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies the process of creating and managing Codex plugins, reducing the complexity of development and maintenance.

Core Features & Use Cases

  • Plugin Scaffolding: Generates a default plugin structure with required files and optional additional folders.
  • Marketplace Entry Creation: Automates the creation of marketplace entries for plugins, making them easily discoverable and installable.
  • Plugin Validation: Validates plugin manifests against the ingestion contract before distribution.
  • Use Case: A developer wants to quickly create a new plugin for Codex with a default structure and marketplace entry. The Skill simplifies the process with automated scripts and validation.

Quick Start

Run the script to create a new plugin:

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 default file structure?▼

You can create a Codex plugin by running an automated script that generates a default plugin structure, including required files and optional folders, to quickly scaffold your project for development.

How do I generate a marketplace entry for a Codex plugin?▼

You can generate a marketplace entry for a Codex plugin using automated creation tools that make the plugin easily discoverable and installable, supporting custom marketplace paths and specific naming conventions.

Can I validate a Codex plugin manifest against the ingestion contract?▼

Yes, you can validate a plugin manifest against the ingestion contract before distribution to ensure it meets all required specifications and prevents potential ingestion errors.

Do I need Python to generate and manage Codex plugins?▼

Yes, you need Python3 and python3-pip installed in your environment to run the scripts that automate Codex plugin creation, scaffolding, and manifest validation tasks.

What is the best way to automate plugin management for Codex?▼

The best way to automate Codex plugin management is by using a dedicated script that handles scaffolding, marketplace entry creation, and manifest validation against the ingestion contract in one streamlined process.

Can I specify custom marketplace paths when creating Codex plugins?▼

Yes, the plugin creation process supports custom marketplace paths and custom plugin naming conventions, allowing you to organize and distribute your Codex plugins according to your specific project structure.