Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.07 KB

File metadata and controls

32 lines (23 loc) · 1.07 KB

Contributing to Awesome Codex Plugins

Thanks for helping grow the Codex plugin ecosystem!

Adding a Plugin

  1. Fork this repository
  2. Add your entry to the appropriate section in README.md
  3. Follow the format — use the existing table structure
  4. Submit a PR with a clear description

Requirements

  • Plugin must have a public GitHub repository
  • Must include a valid .codex-plugin/plugin.json manifest
  • Must be functional — no placeholders or stub repos
  • Include a description that explains what the plugin does
  • Link to the author (GitHub username or organization)

Categories

  • Official Plugins — Only OpenAI-curated plugins go here
  • Community Plugins — All third-party plugins
  • Plugin Development — Tools, templates, and frameworks for building plugins
  • Guides & Articles — Tutorials, blog posts, and documentation

PR Guidelines

  • One plugin per PR (unless adding multiple related plugins)
  • Keep descriptions concise (one line)
  • Alphabetize within categories
  • Test that all links work before submitting