frontend-crud-generator

Installation
SKILL.md

Frontend CRUD Generator

Overview

Generate the frontend half of a go-sphere feature: pages and route registration derived from the TypeScript swagger client that protoc-gen-sphere, swag, and swagger-typescript-api produce.

The workflow is framework-neutral. Concrete stack rules live in references/frameworks/ packs (Vue 3 + Element Plus / pure-admin-thin, React SPA), and everything else goes through the convention-discovery fallback.

This is an AI-first generator: no external OpenAPI generators, no helper codegen scripts, no new runtime dependencies, no reusable business component library.

When to Use

ALWAYS use this skill when the user wants admin, management, or dashboard pages built from an existing generated client, in any frontend framework:

  • CRUD pages (list, edit/create, optional detail)
  • dashboard-first pages
  • route modules, menu entries, or route-table registration
  • action buttons backed by non-CRUD endpoints (retry/enable/disable/export)
  • permission-gated pages and controls
Installs
2
GitHub Stars
1
First Seen
9 days ago
frontend-crud-generator — go-sphere/skills