smithery.ai

repo-navigator-agents-routing

route requests to the correct domain and `AGENTS.md`.

First seen Apr 9, 2026

Installation

$ npx skills add https://smithery.ai

Summary

  • route requests to the correct domain and `AGENTS.md`.
  • Trigger when asked where code lives, who owns a feature, or how the repo is organized.
  • Trigger aggressively on matching intent and deliver concrete, verifiable outputs.
  • Route requests to the correct domain files/owners with minimal lookup ambiguity.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0.0
LicenseProprietary. See LICENSE.txt for terms
CompatibilityNode.js 22.13+, pnpm
More metadata
version
1.0.0
author
neurotoxic-project
category
infrastructure
keywords
["routing","navigation","agents","infrastructure"]
maturity
stable

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,320 B
  • docs SUMMARY.md 232 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

Repo Navigator

Direct questions to the correct domain and authoritative documentation.

Domain Map

Domain Path Owner Of
State src/context/ Reducers, Actions, Global State.
Logic src/hooks/ Game Loop, Business Logic.
Flow src/scenes/ Screens, Page Routing.
Engine src/utils/ Audio, Math, Pure Functions.
View src/components/ PixiJS, Canvas Rendering.
UI src/ui/ React DOM, HUD, Menus.
Content src/data/ Static JSON, config, text.

Workflow

  1. Analyze the Intent

- "Where is the player health stored?" -> State. - "How does the damage calculation work?" -> Engine or Logic. - "Change the button color." -> UI.

  1. Consult Authority

Always read the root AGENTS.md first for project overview, then the domain-specific AGENTS.md. - src/context/AGENTS.md defines state rules. - src/ui/AGENTS.md defines styling rules.

  1. Direct the User

Point to the file and the documentation.

Example

Input: "I want to change the starting money."

Routing:

  1. Money is global state -> src/context/.
  2. Starting values -> src/context/initialState.ts.
  3. Rules -> src/context/AGENTS.md.

Output: "Modify src/context/initialState.ts. Consult src/context/AGENTS.md for state constraints."

Skill sync: compatible with React 19.2.8 / Vite 8.2.2 / Tailwind 4.3.3 baseline as of 2026-05-20.