What problem does it solve?
Scaffolding ChatGPT Apps SDK projects often becomes a moving-target task because tool wiring, MCP Apps bridge patterns, and UI/resource metadata need to match current documentation and conventions.
Core Features & Use Cases
- Docs-first ChatGPT Apps scaffolding: Plans tools and repo shape after pulling the latest Apps SDK build and quickstart guidance.
- MCP server + widget generation: Produces an MCP server scaffold that registers widget resources/templates and tool handlers, plus a widget scaffold that renders via the MCP Apps bridge (with optional window.openai compatibility/extension hooks).
- Reusable starter + validation: Generates a minimal Node + @modelcontextprotocol/ext-apps fallback scaffold when no upstream example fits, and outputs a repo contract validation report plus local dev and connector setup steps.
Quick Start
Use the chatgpt-apps skill to scaffold a ChatGPT Apps SDK application for an MCP-enabled tool-driven widget, using openai developer docs first and validating the result against the minimum working repo contract.