codex - 💡(How to fix) Fix Installed custom skill (aihot) does not appear in available skills in fresh non-project sessions

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Fix Action

Fix / Workaround

This is reproducible across multiple fresh sessions.

  • Project-level workaround works:
    • declaring the skill in project AGENTS.md makes it available in that project context.
  • So the issue is specifically with non-project/global session skill exposure.
  • Local file presence and format are valid; installation also reports success.
RAW_BUFFERClick to expand / collapse

What version of the Codex App are you using (From “About Codex” dialog)?

Codex Desktop

What subscription do you have?

ChatGPT subscription

What platform is your computer?

Windows (x64)

What issue are you seeing?

I can successfully install a custom skill, but it is not exposed in the “available skills” list in fresh non-project sessions.

Repro steps:

Confirm local custom skill exists: C:\Users\inertnet.codex\skills\aihot\SKILL.md Push same skill to GitHub: https://github.com/Billy-cpu0366/aihot-skill Install with official installer: python "C:\Users\inertnet.codex\skills.system\skill-installer\scripts\install-skill-from-github.py" --repo Billy-cpu0366/aihot-skill --path . --name aihot-global Installer succeeds with: Installed aihot-global to C:\Users\inertnet/.codex/skills/aihot-global Restart Codex Desktop. Start a fresh non-project conversation. Ask: “List available skills verbatim.” Actual result:

Available skills list includes system skills and frontend-design, but does not include aihot or aihot-global. Expected result:

A successfully installed custom skill should be available in fresh non-project sessions, or documentation should clearly state that installed custom skills are project-scoped only unless separately registered for global session injection. Additional notes:

Project-level AGENTS.md declaration works reliably. This issue is specifically about non-project/global session exposure.

What steps can reproduce the bug?

  1. Create a custom skill locally:

    • C:\Users\inertnet\.codex\skills\aihot\SKILL.md
    • frontmatter includes valid name and description.
  2. Publish the same skill to GitHub:

    • https://github.com/Billy-cpu0366/aihot-skill
  3. Install via official installer:

    python "C:\Users\inertnet\.codex\skills\.system\skill-installer\scripts\install-skill-from-github.py" --repo Billy-cpu0366/aihot-skill --path . --name aihot-global

Installer output:

Installed aihot-global to C:\Users\inertnet/.codex/skills/aihot-global Restart Codex Desktop completely.

Open a fresh non-project conversation (no project AGENTS.md context).

Ask:

List available skills verbatim Observe returned skill list:

system skills + frontend-design missing aihot and aihot-global

What is the expected behavior?

A successfully installed custom skill (via official skill-installer) should be exposed in fresh non-project session available skills, same as other globally visible skills.

If this is not intended, documentation should explicitly state:

  • installed custom skills are not auto-exposed in non-project sessions, and
  • only specific pre-injected/registered skills appear globally.

Additional information

This is reproducible across multiple fresh sessions.

  • Project-level workaround works:
    • declaring the skill in project AGENTS.md makes it available in that project context.
  • So the issue is specifically with non-project/global session skill exposure.
  • Local file presence and format are valid; installation also reports success.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING