TL;DR
A collection of plugin examples that extend the functionality of the OpenAI Codex model.
Key features
Provides plugins that integrate with third-party services like Figma and Notion
Includes plugins for automating build, debug, and deployment for iOS, macOS, and web app development
Each plugin consists of a manifest file, skills, commands, and MCP settings
When to use it
When adding specific domain functionality to a Codex-based coding assistant
When automating repetitive development tasks (e.g., converting Figma designs to code, organizing Notion)
When using as a reference for plugin development