Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plugins

English · 繁體中文

This repository contains a curated collection of Codex plugins for personal use.

Each plugin lives under plugins/<name>/ with a required .codex-plugin/plugin.json manifest and optional companion surfaces such as skills/, .app.json, .mcp.json, plugin-level agents/, commands/, hooks.json, assets/, and other supporting files.

The default Codex marketplace lives at .agents/plugins/marketplace.json and points at the standard plugins/ directory.

Claude Code marketplace metadata lives at .claude-plugin/marketplace.json so the repository can also be added with:

/plugin marketplace add jakeuj/CodexPlugins

Current Plugins

  • evennia — Evennia MUD game development skills — 28 comprehensive skills covering typeclasses, commands, attributes, tags, scripts, locks, channels, command sets, objects, rooms, exits, characters, accounts, prototypes, default commands, help system, EvMenu, EvEditor, nicks, coding utils, sessions, signals, ticker/monitor/on-demand handlers, REST API, and web admin.

Creating a New Plugin

  1. In Codex, use the built-in $plugin-creator skill to scaffold a plugin under this repository's plugins/ directory:
Use $plugin-creator to create <plugin-name> under this repository's plugins/ directory.
  1. Edit plugins/<name>/.codex-plugin/plugin.json to fill in Codex metadata.

  2. Add plugins/<name>/.claude-plugin/plugin.json if the plugin should also be installable from Claude Code.

  3. Add skills, assets, or other companion files under plugins/<name>/.

  4. If the plugin should appear in this repository's Codex marketplace, ask the built-in skill to add it:

Use $plugin-creator to add plugins/<plugin-name> to this repository's .agents/plugins/marketplace.json.

About

Curated Codex and Claude Code plugins for reusable agent-assisted development workflows.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages