Skill Navigator is a small Codex skill that routes vague user requests to the most relevant installed local skill and returns a copy-ready next prompt.
It is useful when you know what you want to do, but do not remember the exact
$skill-name invocation.
- Classifies the user's real task instead of dumping a full skill list.
- Picks one primary skill, with a second skill only when chaining is useful.
- Explains the choice briefly.
- Returns a copy-ready
$skill-nameprompt. - Asks at most two clarifying questions when the task is under-specified.
Clone or copy this folder into your Codex skills directory:
git clone https://github.com/fxyadela/skill-navigator.git ~/.codex/skills/skill-navigatorThen use it in Codex:
Use $skill-navigator to decide which local skill fits this task and give me the next copy-ready prompt.
The routing table in SKILL.md is intentionally simple. Edit it to match the
skills you actually have installed.
For example, if your local setup has a different video, design, or research
skill, replace the corresponding $skill-name in the routing map.
.
|-- SKILL.md
|-- agents/
| `-- openai.yaml
|-- LICENSE
`-- README.md
MIT