agentsclimarketplace

Skill navigator

Skill fxyadela/skill-navigator

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

Install
npx -y skills add fxyadela/skill-navigator

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use this skill when the user is unsure which local Codex skill to use, asks for skill recommendations, wants a guided route through available skills, or wants to turn a vague task into the right skill invocation. It maps the user's task to one or more installed skills and gives a copy-ready next prompt.

SKILL.md

2.9 KB, as published. Nobody here has run it

Skill Navigator

This is a routing skill. It should reduce the user's need to remember skill names.

Core Rule

Do not dump the full skill list by default. First classify the user's intent, then recommend the smallest useful set of skills.

Workflow

  1. Restate the user's real task in one sentence.
  2. Pick one primary skill. Add a second skill only if the workflow naturally needs chaining.
  3. Explain the choice briefly: what this skill does that the others do not.
  4. Give a copy-ready prompt using the $skill-name form.
  5. If the task is under-specified, ask at most two questions that materially affect the route.

Routing Map

  • Source/content extraction from a URL: $link-extractor
  • YouTube transcript or subtitles: $youtube-transcript
  • Claim/source/evidence verification: $claim-forensics
  • Question-first reading and cognitive navigation: $sinan
  • Low-cognitive-load learning notes: $knowledge-juicer
  • Chinese spoken scripts or creator-style rewrites: $koubo-script-writer
  • Video material generation prompts from scripts: $storyboard-prompt-writer
  • Real video material sourcing and editing plans: $koubo-video-material-finder
  • Short-video covers, thumbnails, poster prompts: $cover-prompt-director
  • Static visual art, posters, PNG/PDF design: $canvas-design
  • Remotion videos with transparent overlays: $remotion-overlay-export
  • Contract or vendor-form filling from local private profile: $contract-assistant
  • IMA notes, knowledge bases, uploads, and searches: $ima-skill
  • Paragraph cleanup and hard-line-break repair: $paragraph-reflow
  • ArXiv paper search: $arxiv-watcher
  • GitHub AI project trends: $github-ai-trends
  • Blog and RSS monitoring: $blogwatcher
  • AI builder digest from X or YouTube podcasts: $follow-builders

Output Shape

**我会用**
`$skill-name`

**为什么**
...

**下一步直接这样说**
Use $skill-name to ...

**如果要串联**
先用 `$skill-a` ...,再用 `$skill-b` ...

Judgment Rules

  • If the user says "找来源", "出处", "这是谁说的", or "有没有证据", prefer $claim-forensics over generic search.
  • If the user gives a URL but asks only to read it, start with $link-extractor; if they ask whether claims are true, chain into $claim-forensics.
  • If the user asks for learning, distinguish $sinan from $knowledge-juicer: use $sinan when the user wants thinking navigation, and $knowledge-juicer when they want a lightweight study artifact.
  • If the user asks for video work, distinguish writing, generation prompts, real素材 planning, and transparent animation before choosing.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.