navigate

Locate feature code paths in the ODD codebase via navigation index.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/opendatadiscovery/odd-team --skill navigate-opendatadiscovery
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: navigate
Source: https://github.com/opendatadiscovery/odd-team/tree/main/.claude/skills/navigate
Command: npx skills add https://github.com/opendatadiscovery/odd-team --skill navigate-opendatadiscovery

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Find code locations for a feature, component, or concept in the ODD codebase using the navigation index for fast lookups.

Core Features & Use Cases

  • Fast, O(1) style lookups in the navigation index to locate code, tests, and docs.
  • Cross-repo visibility when a feature spans multiple repositories.
  • On-demand enrichment by updating navigation with new findings during usage.

Quick Start

Provide the exact code locations for a given feature by consulting the navigation index.

Frequently Asked Questions about navigate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find where a feature lives in a large codebase?

To find where a feature lives in a codebase, query the navigation index for fast lookups. This returns precise file paths for the requested component, concept, or feature across single-repo or multi-repo scopes.

What is the best way to search for code spanning multiple repositories?

Cross-repo code search is handled by consulting a navigation index that spans multiple repositories. This provides cross-repo visibility and precise file locations when a feature spans several codebases.

Can I locate tests and docs alongside the main code for a feature?

Yes, you can locate tests and docs alongside the main code. The navigation index performs fast lookups to locate all related code, tests, and documentation for a given feature or concept.

How do I update the navigation index when new code paths are discovered?

The navigation index is updated through on-demand enrichment. When new file paths are discovered during usage, the skill automatically updates the corresponding domain files with the new findings.

Does codebase navigation work for both single-repo and multi-repo scopes?

Yes, codebase navigation works for both single-repo and multi-repo scopes. It validates locations by consulting the navigation index first, enabling fast lookups and cross-repo navigation across varying repository structures.

Why use a navigation index instead of a standard code search?

A navigation index provides fast, O(1) style lookups to locate code, making it significantly faster than standard code search. It returns precise file paths and validates locations by consulting the index first.