get_feature_hub
Navigate and manage feature hubs in codebases using Obsidian-style wikilinks. List all hubs, display hub contents with linked file skeletons, or identify orphaned files not connected to any hub for better codebase organization.
Instructions
Obsidian-style feature hub navigator. Hub files are .md files containing [[path/to/file]] wikilinks that act as a Map of Content. Modes: (1) No args = list all hubs, (2) hub_path or feature_name = show hub with bundled skeletons of all linked files, (3) show_orphans = find files not linked to any hub. Prevents orphaned code and enables graph-based codebase navigation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hub_path | No | Path to a specific hub .md file (relative to root). | |
| feature_name | No | Feature name to search for. Finds matching hub file automatically. | |
| show_orphans | No | If true, lists all source files not linked to any feature hub. |