From 778b0e6129cf18cbaee3bf11479f583fadae8d03 Mon Sep 17 00:00:00 2001 From: cching-openai Date: Mon, 22 Jun 2026 13:36:37 -0700 Subject: [PATCH] Deprecate skills repository (#496) Move users towards Plugins directory for skills and apps. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 356deca..c205d30 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +> [!IMPORTANT] +> **This repository is deprecated.** For current Codex skill and plugin examples, use the [OpenAI Plugins repository](https://github.com/openai/plugins). If you want to add your own skills to Codex, follow the [Build plugins](https://developers.openai.com/codex/plugins/build) guide, which includes instructions for creating a skill-only plugin. + # Agent Skills Agent Skills are folders of instructions, scripts, and resources that AI agents can discover and use to perform at specific tasks. Write once, use everywhere.