Hi OpenAI team,
I’m trying to understand whether this is a known temporary upgrade issue in Codex Desktop’s skills system, or whether there is something wrong with my local setup.
Right now, all my skills, including the built-in system skills, are physically present and can be loaded directly, but the $ picker says no skills or apps exist. And no skills found in Plugins > Skills or Plugins > Manage either.
When I type $ in Codex Desktop, I see:
Loading skills and apps…
No skills or apps found
However, direct invocation works. For example, when I ask:
Use $skill-creator and tell me whether you can see the skill.
Codex responds that it can load:
~/.codex/skills/.system/skill-creator/SKILL.md
So the runtime can read the skill, but the picker/listing layer seems unable to enumerate it.
What I have checked
System skills exist on disk:
~/.codex/skills/.system/imagegen/SKILL.md
~/.codex/skills/.system/openai-docs/SKILL.md
~/.codex/skills/.system/plugin-creator/SKILL.md
~/.codex/skills/.system/skill-creator/SKILL.md
~/.codex/skills/.system/skill-installer/SKILL.md
Codex appears to be using the expected home directory:
PWD= ~/xxx
HOME= xxx
CODEX_HOME= ~/.codex
I also checked both user and project config files. I only found:
experimental_use_profile = false
I did not find any obvious skill-disabling config such as:
skills.bundled
skills.config
enabled = false
chronicle
My question
Current Codex docs now say personal skills live in ~/.agents/skills, instead of ~/.codex/skills. Is the current skills behavior a known glitch from the recent Codex app upgrade, or is it part of a planned migration?
More specifically:
-
Should users expect the
$picker to currently list skills like system built-in$skill-creatorand personal skills I created? -
If direct
$skill-creatorinvocation works but the picker says “No skills or apps found,” is that a known UI/indexing bug? -
Is this expected to be fixed automatically in a future Codex Desktop update, or should users migrate custom skills manually to
~/.agents/skills? -
Is there a recommended cache/index reset for the picker specifically, without deleting
~/.codexor auth/session data?
I’m using the latest Codex Version 26.519.81530 (3178) on Mac
Thanks.