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 · Trending today
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 plugins that can package skills with related resources. Existing skill concepts remain useful, but discovery, installation, and examples should now be checked against the plugin repository and current guide; older restart and curated-install flows are historical guidance rather than the default operating model.

On the Maintenance and Co-evolution of Agent Plugins: An Empirical Study of Claude Code Plugin MarketplacesSupports the move toward plugin packaging by showing that instructions and scripts co-evolve and therefore require coordinated maintenance rather than treatment as static prompts.cursor/pluginsProvides a parallel manifest-based implementation of plugins bundling skills and integrations, clarifying that this packaging shift also appears in another coding-agent ecosystem.VoltAgent/awesome-agent-skillsRemains useful for discovery, but its selective-review warning becomes more important now that OpenAI’s deprecated catalog is no longer the maintained reference.Vercel Plugin now available in VS Code and GitHub Copilot CLIOffers a concrete example of current platform guidance distributed as a plugin across agent clients, matching the maintained packaging direction.
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.