From 49f948faa9258a0c61caceaf225e179651397431 Mon Sep 17 00:00:00 2001 From: sayan-oai Date: Tue, 23 Jun 2026 19:36:12 -0700 Subject: [PATCH] [codex] Update skill installer post-install guidance (#507) ## Summary - Update the skill installer's post-install guidance to say the skill will be available on the user's next turn. - Remove the obsolete instruction to restart Codex. ## Why Codex refreshes its skill catalog between turns. The existing instruction predates that behavior and causes the model to recommend an unnecessary restart. ## Impact Users receive accurate guidance after installing a skill. ## Related - Bundled Codex copy: https://github.com/openai/codex/pull/29768 ## Validation - `git diff --check` - No tests run (instruction-only Markdown change). --- skills/.system/skill-installer/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/.system/skill-installer/SKILL.md b/skills/.system/skill-installer/SKILL.md index 7c77222..8ca23bf 100644 --- a/skills/.system/skill-installer/SKILL.md +++ b/skills/.system/skill-installer/SKILL.md @@ -27,7 +27,7 @@ Skills from {repo}: Which ones would you like installed? """ -After installing a skill, tell the user: "Restart Codex to pick up new skills." +After installing a skill, tell the user it will be available on their next turn. ## Scripts