api-generator

Installation
SKILL.md

Frontend API Generator

Core Principles

  1. Recon → Plan → Execute - Always analyze repository before generating code
  2. Incremental changes only - Never destructive refactors
  3. Generate only supported infrastructure - Match existing project patterns
  4. Ask when uncertain - Use Interview Mode for ambiguity
  5. User must approve plan - No execution without confirmation

Phase 1: Project Recon (MANDATORY)

Before generating any code, analyze the repository to determine project architecture.

A. Language & Type System

  • Detect if project is TypeScript or JavaScript
  • Detect existing type systems:
    • TypeScript interfaces/types
    • zod / io-ts / yup schemas
Related skills

More from hubvue/skills

Installs
3
Repository
hubvue/skills
GitHub Stars
6
First Seen
Mar 21, 2026