sayan-oaiandGitHub 49f948faa9 [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).
2026-06-23 19:36:12 -07:00
2026-06-22 13:36:37 -07:00

Important

This repository is deprecated. For current Codex skill and plugin examples, use the OpenAI Plugins repository. If you want to add your own skills to Codex, follow the Build plugins 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.

Codex uses skills to help package capabilities that teams and individuals can use to complete specific tasks in a repeatable way. This repository catalogs skills for use and distribution with Codex.

Learn more:

Installing a skill

Skills in .system are automatically installed in the latest version of Codex.

To install curated or experimental skills, you can use the $skill-installer inside Codex.

Curated skills can be installed by name (defaults to skills/.curated):

$skill-installer gh-address-comments

For experimental skills, specify the skill folder. For example:

$skill-installer install the create-plan skill from the .experimental folder

Or provide the GitHub directory URL:

$skill-installer install https://github.com/openai/skills/tree/main/skills/.experimental/create-plan

After installing a skill, restart Codex to pick up new skills.

License

The license of an individual skill can be found directly inside the skill's directory inside the LICENSE.txt file.

S
Description
No description provided
Readme
9.5 MiB
Languages
Python 78.1%
JavaScript 16.8%
Shell 2.2%
Jupyter Notebook 1%
Swift 1%
Other 0.9%