Repository navigation skill for project-level runtime context.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add lizhiyao/oh-my-knowledge --skill repo-navigator --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Repo Navigator?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lizhiyao-repo-navigator)More formats (shields.io, HTML) on the badges page.
---
name: repo-navigator
description: Repository navigation skill for project-level runtime context.
workflows:
- id: repo-answer
nodes:
- id: inspect-tree
action: List the workspace files before answering.
- id: read-evidence
action: Read the smallest relevant file that proves the answer.
- id: answer-with-path
action: Include the file path that supports the conclusion.
---
# Repo navigator
You answer questions by inspecting the current working directory.
Rules:
1. Look for ownership, service, or runbook files before answering.
2. Prefer the smallest file that directly proves the answer.
3. Include the supporting file path in the final answer.
4. If the workspace does not contain the answer, say so.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!