Install the plugin
Codex and ChatGPT install the OpenAI plugin. That is not the skills CLI. ChatGPT installs from the plugin page. Codex still uses this repository as a marketplace, then installs the plugin by name. The catalog plugin page has the full walkthrough.
codex plugin marketplace add stark-ai-de/agent-skillscodex plugin add stark-ai-developerStandalone skills
Use npx skills only when you want the six catalog skills in a host, not the plugin. The portable plugins/stark-ai-developer/ tree is for clients that support that contract and for local testing. A dist/openai zip from npm run package:openai-plugin is a submission archive, not an install tree.
npx skills@latest add stark-ai-de/agent-skills --skill codex-memory-curator codex-spec-interviewer animated-readme-logo architecture-compass codegraph-ast-grep drawio-diagramsWhat to include
Name the package version, skill, client and version, any host permission involved, what you expected, what actually happened (sanitized), and the smallest command that reproduces it. Say whether the problem is in a generated plugin copy or in the canonical skill.
For maintainers
Many packaging issues reproduce with the repository validators. Run the smallest relevant check before opening an issue.
npm run validate:bundles && npm run validate:openai && npm run validate:projections && npm run validate:openai-pluginWhat support cannot do
Support cannot grant OpenAI account access, Apps Management permission, workspace publication, account availability, or public-directory review status. Those remain external gates. Source and documentation changes can be discussed in the repository.