Skip to content

companion-inc/bettercodex-plugins

Repository files navigation

BetterCodex Plugins

The community registry of plugins, themes, and skills for BetterCodex — a BetterDiscord‑style plugin platform for the Codex desktop app.

Everything in the BetterCodex marketplace comes from this repo. There is no upload form and no "submit an issue" — you add your plugin with a pull request, CI checks it, a maintainer merges, and it's live. This repo is intentionally separate from the BetterCodex app code so the registry stays community‑owned.

Plugin types

Type File What it is How it runs
Theme *.theme.css CSS that restyles Codex Loaded by the BetterCodex client
Plugin *.plugin.js A UI/behavior plugin Loaded by the BetterCodex client
Skill SKILL.md A Codex AI skill Installed via Codex's own marketplace

New to authoring? Start with a theme — it's just CSS and the fastest way to ship.

Submit a plugin in 3 steps

  1. Fork this repo and add a folder:
    addons/themes/my-theme/
      manifest.json
      my-theme.theme.css
    
  2. Run npm run build to regenerate catalog.json, then commit.
  3. Open a pull request. CI validates it; a maintainer reviews and merges.

Full walkthrough: CONTRIBUTING.md. Per‑type guides:

How it's wired

addons/<type>s/<id>/manifest.json   ← you add this in a PR
        │
   npm run build  (scripts/build-catalog.mjs)
        ▼
   catalog.json                     ← generated, committed
        │
   raw.githubusercontent.com/companion-inc/bettercodex-plugins/main/catalog.json
        ▼
   BetterCodex marketplace site + desktop client

Skills additionally install through Codex directly:

codex plugin marketplace add companion-inc/bettercodex-plugins
codex plugin add <skill-name>@bettercodex-plugins

Local checks

npm run validate   # validate every addon manifest
npm run build      # regenerate catalog.json
npm run check      # what CI runs (validate + catalog is in sync)

About

Community registry of plugins, themes, and skills for BetterCodex — submit yours with a PR.

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors