Pdlc add app
添加新的前端应用From its SKILL.md
npx -y skills add kanfu-panda/pdlc-skills --skill pdlc-add-appAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 10 stars10 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 1 command, including `make new-app`.
SKILL.md
1.4 KB, 362 tokens by cl100k_base, as published. Nobody here has run it
添加新的前端应用
<!-- @include templates/prompts/iron-law.md -->在项目中添加一个新的前端应用,并生成完整的目录结构和初始文档。
工作流程
- 运行
make new-app或直接在frontend/web/下创建应用目录(或frontend/h5/、frontend/miniprogram/、frontend/app/) - 根据技术栈生成标准目录结构
- 创建应用的 README.md、CHANGELOG.md、package.json
- 在
frontend/<分类>/<应用名>/docs/下创建初始文档 - 更新项目 CLAUDE.md 中的应用列表(如需要)
支持的技术栈
- react: React + TypeScript + Vite
- vue: Vue 3 + TypeScript + Vite
- nextjs: Next.js(React SSR)
- miniprogram: 微信小程序
要求
<!-- @include templates/prompts/output-language.md -->- 应用名使用小写英文 + 连字符(如 web-admin)
- 创建完成后提示用户下一步编写 UI 设计文档
$ARGUMENTS
<!-- @include templates/prompts/handoff.md -->本命令的 handoff 输出:
✅ 新前端应用 完成
📦 产出:frontend/<分类>/<应用名>/
👉 下一步:(本次流程结束,无后续)
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.