<< All versions
Skill v1.0.0
Trusted Publisher100/100openai/openai-developers-for-cursor/build-chatgpt-app
──Details
PublishedJune 23, 2026 at 06:28 AM
Content Hashsha256:1d496db85449f0c9...
Git SHA
──Files
Files (1 file, 1.7 KB)
SKILL.md1.7 KBactive
SKILL.md · 39 lines · 1.7 KB
version: "1.0.0" name: build-chatgpt-app description: Use when the user explicitly wants a ChatGPT App, Apps SDK project, MCP server plus widget UI, ChatGPT-compatible tool UI, or submission/deployment work for that surface. Build, scaffold, refactor, or troubleshoot those projects from Cursor, consult openai-docs before generating code, and use openai-platform-api-key before any app path that requires live OpenAI API credentials.
Build ChatGPT App
Use this skill for Apps SDK projects that combine an MCP server with a ChatGPT-facing tool or widget experience.
Before You Build
- Use
openai-docsfirst for current Apps SDK guidance. - If the requested app or verification flow calls the OpenAI API, use
openai-platform-api-keybefore API-backed implementation, execution, or smoke tests. - Inspect the target repo before choosing architecture.
Workflow
- Classify the app:
- tool-only
- widget-backed
- submission-ready
- Plan the tool surface before code:
- tool names
- input schemas
- read/write behavior
- annotations and expected outputs
- Choose the smallest repo shape that fits the request.
- Register the MCP server surface and widget resources deliberately.
- Keep structured data, UI metadata, and side effects clear and reviewable.
- Add local run instructions and basic verification steps when implementation is requested.
Rules
- Prefer current OpenAI Apps SDK docs over stale examples.
- Keep tool annotations and widget metadata aligned with actual behavior.
- Treat CSP, domains, and submission-readiness as explicit design inputs when the app is meant for review or launch.
- Use
chatgpt-app-submissionwhen the user needs submission-specific review preparation.