graph-connect-api

Installation
SKILL.md

Connect API

Detect frontend HTTP calls and match them to backend route definitions, creating API_ENDPOINT edges in the knowledge graph.

How It Works

The connector scans frontend files for HTTP calls and backend files for route definitions, normalizes URL paths, and matches them using a multi-strategy algorithm:

  1. Exact match — normalized paths identical
  2. Prefix-augmented — prepends routePrefix to frontend path
  3. Suffix match — strips routePrefix from backend, matches remainder
  4. Deep strip — strips leading {param} segments from backend (handles class-level {companyId} routes)
  5. Controller resolution — resolves .NET [controller] placeholder to actual class name

Zero-Config Auto-Detection

No configuration needed. The connector auto-detects frameworks by scanning for marker files:

| Frontend | Markers |

Related skills
Installs
5
GitHub Stars
6
First Seen
Mar 27, 2026