This plugin packages builder-oriented workflows in plugins/build-web-apps.
It currently includes these skills:
deploy-to-vercelreact-best-practicesshadcn-best-practicesstripe-best-practicessupabase-best-practicesweb-design-guidelines
It is scaffolded to use these connected apps:
stripevercel
- deployment and hosting operations through the Vercel app
- React and Next.js performance guidance sourced from Vercel best practices
- shadcn/ui composition, styling, and component usage guidance
- Stripe integration design across payments, subscriptions, Connect, and Treasury
- Supabase/Postgres schema, performance, and RLS best practices
- UI review guidance against web interface design guidelines
- end-to-end product building workflows that span frontend, backend, payments, and deployment
The plugin now lives at:
plugins/build-web-apps/
with this shape:
-
.codex-plugin/plugin.json- required plugin manifest
- defines plugin metadata and points Codex at the plugin contents
-
.app.json- plugin-local app dependency manifest
- points Codex at the connected Stripe and Vercel apps used by the bundled workflows
-
agents/- plugin-level agent metadata
- currently includes
agents/openai.yamlfor the OpenAI surface
-
skills/- the actual skill payload
- currently includes deployment, UI, payments, and database-focused skills
This plugin is app-backed through .app.json and currently combines:
- Vercel deployment workflows
- React and Next.js optimization guidance
- shadcn/ui frontend implementation guidance
- Stripe integration guidance
- web design and UI review guidance