@tombell/pi-codex-plugins

Discover enabled Codex plugins and expose them as Pi skills and prompts

Packages

Package details

extension

Install @tombell/pi-codex-plugins from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@tombell/pi-codex-plugins
Package
@tombell/pi-codex-plugins
Version
0.0.4
Published
May 31, 2026
Downloads
566/mo · 23/wk
Author
tombell
License
BSD-3-Clause
Types
extension
Size
7.1 KB
Dependencies
0 dependencies · 1 peer
Pi manifest JSON
{
  "extensions": [
    "./index.ts"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

@tombell/pi-codex-plugins

Discover enabled Codex plugins and expose them as Pi skills and prompts.

Features

  • On resources_discover, reads enabled plugins from ~/.codex/config.toml.
  • Generates transient resources under:
    • ~/.pi/agent/generated/codex-plugins/skills
    • ~/.pi/agent/generated/codex-plugins/prompts
  • Wraps plugin docs as Pi skills (SKILL.md) with metadata.
  • Copies plugin command Markdown files into Pi prompt resources.
  • Adds /codex-plugins to regenerate and list detected plugins.

Commands

  • /codex-plugins — regenerate and list enabled Codex plugins

Install

  • From npm: pi install npm:@tombell/pi-codex-plugins
  • Local/quick test: pi -e path/to/pi-codex-plugins