页面规范审计。任何业务页面写完/改完后必须执行:对照 docs/audit-checklist.md 逐条核查 + 与黄金样板结构对照 + 截图视觉审查,输出违规报告并修复重验。审计对象与"是谁、用什么流程写的"无关。
forge-ui/forge-starter
SkillsMP 已收集 forge-ui/forge-starter 中的 4 个 Skill。打开任一 Skill 可查看来源和详情。
- 最近记录的来源活动
- SkillsMP 收录数据更新
- 已收集 skills
- 4
- GitHub 星标
- 4
- GitHub Forks
- 0
这个仓库中的 skills
已展示 4 / 4 个已收集 Skill。
Add admin UI only in Forge Starter: list, form modal, detail (modal or full page), menu entry. Chooses layout by cloning accounts (heavy) or approvals (light). Requires API/store already present or created via new-module first. Use for dashboard pages or…
Add backend only for a Forge Starter resource: types, Drizzle schema/service, API routes, optional client store. Does NOT build list/detail UI — use forge-starter-new-page after. Use when the user needs data + API for a new admin domain (orders, tags,…
First-pass customize a Forge Starter admin project from a product brief (name, accent, menu labels, env). Emits a module backlog with page-role hints. Use when starting a new admin product or rebranding the scaffold.