Robot_Admin
Generate Vue admin pages, APIs, and routes from plain requests
All Skills in This Repository (7)
Pure Emerald Level Indicatorsconvention-audit
Detect deviations from coding standards, directory structures, naming conventions, and import practices across project files.
prototype-scan
Convert Axure HTML exports and design documents into structured page-spec JSON for Vue 3 + Naive UI.
mock-codegen
Generates JavaScript/TypeScript mock data for frontend list and pagination UI testing.
api-contract
Convert Swagger/OpenAPI or page-spec JSON into TypeScript types and API request functions.
route-sync
Register new pages into Robot Admin's dynamic router system and validate route integrity.
page-codegen
Generate Vue 3 page components from JSON or natural language descriptions.
branch-sync
Analyzes monolithic branch changes and generates sync reports for micro-frontend, module-federation, and monorepo branches.
Frequently Asked Questions
FAQPage SchemaHow to install Robot Admin skills?โผ
Run `npx skills add ChenyCHENYU/Robot_Admin --all -g -y` in your terminal to install all six workflow skills globally.
How to generate a Vue admin page with AI?โผ
Describe the page in plain language or provide an Axure prototype, and the page-codegen skill outputs the full index.vue, data.ts, and index.scss files following project conventions.
Can AI convert Swagger docs to TypeScript APIs?โผ
Yes. The api-contract skill turns Swagger, OpenAPI, or page-spec JSON into typed request functions and interface definitions automatically.
Does Robot Admin work with Claude Code and Cursor?โผ
Yes. The AGENTS.md guide and all skills work with Claude Code, Cursor, Codex CLI, Windsurf, Cline, and GitHub Copilot.
Can I use these skills without coding experience?โผ
Basic Vue knowledge helps, but the agent handles scaffolding, routing, and mock data generation from your plain-language requests.
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