go-wind-admin
Scaffold full-stack admin CRUD modules across Go backend and three frontends
All Skills in This Repository (5)
Pure Emerald Level Indicatorsgowind-admin-dev
Guide developers through GoWind Admin scaffold module creation with a 9-file blueprint.
scaffold-dev-guide
Create and extend Vue3 + Vben scaffold modules with API, routing, and UI templates.
go-wind-admin-react-guide
Guide GoWind React Admin development with project structure and routing conventions.
go-wind-admin-guide
Guide Go-Wind Admin backend development with Kratos monolith architecture and Wire DI.
add-crud-module
Scaffolds complete CRUD modules across Go Kratos backend and React or Vue frontends.
Frequently Asked Questions
FAQPage SchemaHow to install go-wind-admin skills?โผ
Run `npx skills add tx7do/go-wind-admin --all -g -y` in your terminal to install all skills in this suite globally.
How to add a new CRUD module with AI?โผ
Just describe the entity and fields you need, and the skill scaffolds the backend proto, service, repository, and frontend pages in the correct order.
Which frontend frameworks are supported?โผ
The suite covers three admin frontends: React 19 with Ant Design, Vue 3 with Element Plus, and Vue 3 with Vben Admin, each with its own templates.
Does it work with Claude Code and other AI agents?โผ
Yes. The skills follow the standard SKILL.md format and run in Claude Code, Cursor, Codex, and other compatible agents.
Do I need to write boilerplate code myself?โผ
No. The agent generates routes, translations, API hooks, and permission wiring automatically, and regenerates types instead of hand-editing generated files.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core