fix-stubs

Automate correction of broken stubs, URL/method mismatches, Flask porting of Node routes for lkup.info.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/ammonfife/sakima.co --skill fix-stubs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-stubs
Source: https://github.com/ammonfife/sakima.co/tree/main/.claude/skills/lkup-fix-stubs-1.0.0
Command: npx skills add https://github.com/ammonfife/sakima.co --skill fix-stubs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of fixing broken stubs and wiring in lkup.info, streamlining the consolidation plan.

Core Features & Use Cases

  • Fix Broken Stubs: Automatically corrects frontend TODO stubs and URL/method mismatches.
  • Port Node Routes: Converts Node-only routes to Flask endpoints.
  • Mock Data Replacement: Uses Supabase queries to replace hardcoded arrays.
  • Orphan Pages Folding: Integrates logic from unused pages into routed ones.
  • Dead Routes Handling: Redirects to React equivalents.
  • Use Case: For a developer working on the consolidation of lkup.info, this Skill can save time by automating the correction of various issues in the codebase.

Quick Start

Run the fix-stubs skill to begin the consolidation process for Phase 0 of the plan.

Frequently Asked Questions about fix-stubs

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

FAQPage Schema
How do I automate porting Node.js routes to Flask endpoints?

You can automate porting Node.js routes to Flask endpoints by using this Skill, which converts Node-only route logic into Flask-compatible Python code. It also corrects URL and method mismatches throughout the consolidation process.

What is the best way to fix broken frontend TODO stubs and dead routes?

Fixing broken frontend TODO stubs and dead routes is best handled by automating the correction process. This Skill folds orphan page logic into routed pages and redirects dead routes to their React equivalents.

Do I need Python and Flask installed to fix stubs in a Node.js application?

Yes, you need Python and Flask installed to fix stubs with this Skill. It requires a Python and Flask execution environment to automate the consolidation plan and port Node routes to Flask endpoints.

How do I replace hardcoded mock data arrays with Supabase queries?

Replacing hardcoded mock data arrays with Supabase queries can be automated using this Skill. It substitutes static frontend arrays with live Supabase queries during the stub fixing workflow.