一键导入
vben-admin
Use when working on the Vben Admin monorepo (Vue 3 + Vite + pnpm + Turbo), including apps, packages, docs, playground, and automation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when working on the Vben Admin monorepo (Vue 3 + Vite + pnpm + Turbo), including apps, packages, docs, playground, and automation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | vben-admin |
| description | Use when working on the Vben Admin monorepo (Vue 3 + Vite + pnpm + Turbo), including apps, packages, docs, playground, and automation. |
This project uses document-driven iterative development. Repository docs are the source of truth; chat is temporary. Requirements, decisions, assumptions, open questions, task boundaries, verification commands, and iteration results must be written to project docs before they are treated as durable state.
https://github.com/vbenjs/skills as the framework guide for route, menu, access, theme, locale, login, API, and component conventions.Treat vben-admin/main + /home/mini/OpenSource/framework/base-server/master as one complete monolithic product line for feature work. When adding, modifying, or refactoring a feature, inspect the paired backend impact before editing and report both frontend and backend impact at handoff.
If frontend routes, menus, permissions, fields, request parameters, response handling, upload, SSE, or generated client usage changes, plan the matching backend contract/handler/biz/data/auth check or update in the paired base-server repo on the same version line. If no backend change is required, state why.
Do not mix in microservice branch assumptions or API prefixes unless both repos are on monorepo.
/home/mini/OpenSource/framework/AGENTS.md/home/mini/OpenSource/framework/REPO_STRUCTURE.md/home/mini/OpenSource/framework/STARTUP_AND_INTEGRATION.mdAGENTS.mddocs/project_profile.mddocs/architecture/current_architecture.mddocs/architecture/tech_stack.mddocs/planning/module_boundaries.mddocs/planning/verification.mddocs/planning/risk_register.mddocs/progress.mddocs/worklog.mdmain branch paired with the monolithic backend. The microservice frontend lives on monorepo.apps/web-antd, apps/web-antdv-next, apps/web-naive, apps/web-ele, apps/web-tdesign: app-specific UI, routing, and bootstrapapps/backend-mock: dev-only mock backendplayground: integration demos and Playwright e2epackages/@core/*: low-level shared foundation, UI kit, preferences, composablespackages/effects/*: shared behavior, access, layouts, hooks, request, common UIpackages/{constants,icons,locales,preferences,stores,styles,types,utils}: shared runtime librariesinternal/*: workspace tooling and config packagesdocs/src: public VitePress docs sitedocs/*.md: durable project-state docsscripts/*: automation and release helperspackage.jsonpnpm-workspace.yamlpnpm-lock.yamlopenapi.yamlturbo.json.npmrclefthook.ymleslint.config.mjsstylelint.config.mjsvitest.config.tsapps/backend-mock/**apps/web-antd/**packages/@core/**packages/effects/**docs/src/**docs/project_profile.mddocs/architecture/**docs/planning/**docs/progress.mddocs/worklog.mdinternal/**Only modify these when the active task explicitly authorizes it.
See docs/planning/verification.md for the current command matrix.
Use the narrowest command that covers the touched boundary first. Escalate to pnpm check only when shared packages, tooling, or cross-app behavior changed.
The active backend API prefix on main is /basic-api/*; do not introduce /auth-api/*, /user-api/*, /admin-api/*, or /common-api/* unless this repo is on monorepo.
git status --short --branch, current branch/ref, and worktree list before editing.Ask before changing:
docs/worklog.md and any affected project docs.Report: