Stack Integrity Analyst (Linker)

Compare frontend API calls with FastAPI route definitions to generate a linkage report.

1|1|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/Bambibanners/master_of_puppets --skill stack-integrity-analyst-linker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Stack Integrity Analyst (Linker)
Source: https://github.com/Bambibanners/master_of_puppets/tree/main/.agent/skills/review-stack-alignment
Command: npx skills add https://github.com/Bambibanners/master_of_puppets --skill stack-integrity-analyst-linker

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Statically compares frontend API calls against backend route definitions to find orphans and misalignments, helping teams prevent broken UX and unnoticed dead routes.

Core Features & Use Cases

  • Scan frontend TS/JS files to extract API calls.
  • Parse backend FastAPI routers and compare with frontend calls.
  • Generate a Linkage Report highlighting orphaned calls, zombie routes, and method mismatches.
  • Use during integration validation and regression checks to maintain API contract integrity.

Quick Start

Run scan_alignment to generate a Linkage Report and review any orphaned frontend calls.

Frequently Asked Questions about Stack Integrity Analyst (Linker)

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

FAQPage Schema
How do I check frontend API calls against backend FastAPI routes for mismatches?

To check frontend API calls against backend FastAPI routes, statically scan TS/JS files for paths and parse Python routers to produce a linkage report highlighting method mismatches and orphaned calls.

Can I detect orphaned API calls and zombie routes during integration testing?

Yes, you can detect orphaned API calls and zombie routes during integration testing by comparing frontend API requests with backend route definitions to identify misalignments and prevent broken UX.

Does this stack alignment workflow support Python FastAPI and TypeScript files?

Yes, this stack alignment workflow supports Python FastAPI and TypeScript files by parsing backend routers and scanning frontend TS/JS files to verify API contract integrity across web applications.

How do I generate a linkage report for frontend-backend API gaps?

Generate a linkage report for frontend-backend API gaps by running the scan alignment process, which compares frontend calls with backend route definitions to output actionable misalignment data.

What is the best way to automate API contract integrity checks for code reviews?

The best way to automate API contract integrity checks for code reviews is statically comparing frontend API calls against backend route definitions to find orphans and prevent unnoticed dead routes.