Sign InOpen Brain
GitHubGitHub RepoNeeds Review

openai/skills

OpenAI has deprecated its standalone skills catalog. Builders should use the Plugins repository and current plugin guide for examples, including skill-only packaging.

GitHub
Open Source Open MarkdownOpen JSON
Source Summary

The **openai/skills repository is deprecated**. OpenAI now directs builders to the **OpenAI Plugins repository** for current examples and to the Build plugins guide for creating skill-only plugins.

Practical Implication

Move future skill discovery and packaging work to the plugin path. Treat skills as reusable bundles of instructions, scripts, and resources, and verify installation guidance against the current documentation.

Agent-Ready Context
The **openai/skills repository is deprecated**. OpenAI now directs builders to the **OpenAI Plugins repository** for current examples and to the Build plugins guide for creating skill-only plugins.

Move future skill discovery and packaging work to the plugin path. Treat skills as reusable bundles of instructions, scripts, and resources, and verify installation guidance against the current documentation.

The deprecated repository still describes older flows such as installing curated skills and restarting Codex. Those instructions may remain informative, but the material explicitly points elsewhere for the maintained approach.
Connected Context · Feed7 Judgment

This changes the maintained OpenAI path from a standalone skills repository to plugin-based packaging and discovery. It confirms the broader move toward manifest-like bundles containing instructions, scripts, and resources, while making older installation guidance historical rather than authoritative. The migration also heightens the candidates’ maintenance point: coupled skill assets and client-specific packaging need current documentation, coordinated updates, and review.

On the Maintenance and Co-evolution of Agent Plugins: An Empirical Study of Claude Code Plugin MarketplacesThe observed coupling between instructions and scripts explains why moving skills into maintained plugin bundles requires coordinated testing and updates rather than copying static prompts.cursor/pluginsCursor’s manifest-based repository provides a parallel client-specific example of the plugin packaging model that OpenAI now directs builders toward.VoltAgent/awesome-agent-skillsThe deprecation strengthens the directory’s warning that discovery is not validation: installation instructions and vendor integrations must be checked against maintained sources.alirezarezvani/claude-skillsIts marketplace installation and cross-tool conversion show the portability goal, while OpenAI’s migration underscores that converted formats still need alignment with each client’s current packaging path.
Context Map
agentcoding#skills#coding-agents
Uncertainty
The deprecated repository still describes older flows such as installing curated skills and restarting Codex. Those instructions may remain informative, but the material explicitly points elsewhere for the maintained approach.