Skip to content

fxyadela/skill-navigator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skill Navigator

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.

What It Does

  • 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-name prompt.
  • Asks at most two clarifying questions when the task is under-specified.

Install

Clone or copy this folder into your Codex skills directory:

git clone https://github.com/fxyadela/skill-navigator.git ~/.codex/skills/skill-navigator

Then use it in Codex:

Use $skill-navigator to decide which local skill fits this task and give me the next copy-ready prompt.

Customize

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.

Repository Structure

.
|-- SKILL.md
|-- agents/
|   `-- openai.yaml
|-- LICENSE
`-- README.md

License

MIT

About

A Codex skill that routes vague tasks to the right local skill.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors