[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).
This commit is contained in:
sayan-oai
2026-06-23 19:36:12 -07:00
committed by GitHub
parent 778b0e6129
commit 49f948faa9
+1 -1
View File
@@ -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