From claude-code-starter
Generates responsive admin dashboards with collapsible sidebars, topbars, stats cards/charts, searchable/paginated data tables, and CRUD forms. Prompts for data type (users/orders), pages, tech stack (HTML+Chart.js or React).
npx claudepluginhub lighthouse-strategy/claude-code-starterThis skill uses the workspace's default tool permissions.
帮用户快速生成一个功能完整的管理后台界面。
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides agent creation for Claude Code plugins with file templates, frontmatter specs (name, description, model), triggering examples, system prompts, and best practices.
帮用户快速生成一个功能完整的管理后台界面。
依次提问(每次一个):
问题 1:管理什么数据
这个后台用来管理什么?比如用户、订单、文章、产品。
问题 2:需要哪些页面
除了数据管理,还需要什么?
- 数据概览(Dashboard 首页,带统计卡片和图表)
- 数据表格(增删改查)
- 表单页面(新增/编辑) 默认全部包含,有不需要的告诉我。
问题 3:技术栈
检查项目已有的前端框架。如果是新项目,推荐纯 HTML + Chart.js(最简单)或 React。
生成完整的后台界面:
技术要求:
后台已生成,打开浏览器预览。 需要调整布局、加页面、或者连接真实数据吗?
完成后提示:
用 /api 生成后端接口,用 /database 连接数据库,让后台管理真实数据。