Browse example plugins to learn how to build a Codex plugin manifest.
Add Figma-to-code workflows to Codex using the bundled figma plugin.
Set up planning and research capture in Codex with the notion-style plugin.
Wire Codex into iOS, macOS, or Expo app builds using the platform-specific plugins.
| openai/plugins | brunosimon/folio-2019 | neuland/micro-frontends | |
|---|---|---|---|
| Stars | 4,670 | 4,670 | 4,675 |
| Language | JavaScript | JavaScript | JavaScript |
| Setup difficulty | easy | easy | easy |
| Complexity | 2/5 | 2/5 | 1/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Each plugin just needs its manifest recognized by Codex's plugin marketplace.
This repository is a collection of example plugins built for Codex, OpenAI's coding agent. Each plugin lives in its own folder under a plugins directory, and every plugin must include a small manifest file that tells Codex what the plugin is and how to load it. Beyond that required manifest, a plugin can optionally include extra pieces such as skills, app configuration, settings for connecting to other tools through the Model Context Protocol, its own custom agents, commands, hooks that run at certain points, and any supporting assets it needs. A marketplace file lists which plugins are available by default, pointing back to the main plugins folder. There is a separate marketplace file specifically for people who log in using an API key rather than the standard login flow. The README highlights several of the richer examples included in the repository. There is a plugin for working with Figma designs, converting code to visual layouts, and connecting design systems to code. Another plugin supports planning, research, meeting notes, and general knowledge capture inspired by Notion. Additional plugins cover building iOS apps with SwiftUI, building macOS apps with SwiftUI or AppKit, deploying and building web applications including UI, payments, and database work, and building Expo and React Native mobile apps with support for SDK upgrades. A few more plugins connect Codex to Netlify, Remotion for video, and Google Slides. The README itself is short and mainly serves as an index pointing to the individual plugin folders, so most of the real detail lives inside each plugin's own files rather than in this top level document.
A collection of example Codex plugins covering Figma, Notion-style planning, iOS/macOS/web app building, and more.
Mainly JavaScript. The stack also includes JavaScript, Codex, MCP.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.