Commit Graph
4 Commits
Author SHA1 Message Date
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
Eric TrautandGitHub f99f782392 Removed reference to ".experimental" directory in skills repo (#254)
This directory no longer exists. Link results in 404.

This addresses https://github.com/openai/codex/issues/11068
2026-03-11 13:58:15 -06:00
Josh McKinneyandGitHub e911ae9feb chore: make skill listing generic (#39) 2026-01-08 16:21:33 -08:00
aeandGitHub 1131cea7b1 Add skill-installer skill (#11)
- Install curated skills from openai/skills or other repos.
- Named it "skill-installer" to fit with "skill-creator".
- We'd discussed installing to `$CODEX_HOME/skills/.curated`, but now
that the skill can also install non-curated skills, I think we should
just install to `$CODEX_HOME/skills`.
- Need to test on Windows.
2025-12-19 08:54:49 -08:00