4 Commits
Author SHA1 Message Date
cching-openaiandGitHub 778b0e6129 Deprecate skills repository (#496)
Move users towards Plugins directory for skills and apps.
2026-06-22 13:36:37 -07:00
cching-openaiandGitHub 11c643813b Remove curated frontend and web game skills (#370) 2026-04-23 09:59:40 -07:00
cching-openaiandGitHub 8d04dc2f7e update short description (#206)
- description change
2026-03-02 14:12:02 -08:00
cching-openaiandGitHub cb9153a87f Add curated chatgpt-apps skill (#202)
## Summary

- add a new curated `chatgpt-apps` skill for building, scaffolding,
refactoring, and troubleshooting ChatGPT Apps SDK apps
- define a docs-first workflow that pulls current OpenAI Apps SDK docs
before generating code
- add reference guides for app archetypes, upstream example selection,
`search`/`fetch` conventions, MCP Apps bridge and `window.openai`
patterns, and repo validation expectations
- include a low-dependency scaffold script that generates a minimal Node
+ `@modelcontextprotocol/ext-apps` starter with an MCP server and widget
UI
- bundle agent metadata and license text for the new curated skill

## Why

This gives Codex a reusable, opinionated workflow for ChatGPT app work
instead of ad hoc scaffolding. It pushes the model toward current docs,
the smallest matching upstream example, and a stable runnable repo
contract.
2026-03-02 10:22:37 -08:00