agentsclimarketplace

Pdlc add app

Skill kanfu-panda/pdlc-skills/skills/pdlc-add-app

36 slash commands that turn Claude Code into a real PDLC workflow — PRD → TDD → implement → review → ship. Hard contracts force AI to persist artifacts, write failing tests first, and run self-checks. No more "looks done" in chat.

Install
npx -y skills add kanfu-panda/pdlc-skills --skill pdlc-add-app

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 9 stars9 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.

What its author says it does

Copied from the file, not written here

添加新的前端应用

SKILL.md

1.4 KB, as published. Nobody here has run it

添加新的前端应用

<!-- @include templates/prompts/iron-law.md -->

在项目中添加一个新的前端应用,并生成完整的目录结构和初始文档。

工作流程

  1. 运行 make new-app 或直接在 frontend/web/ 下创建应用目录(或 frontend/h5/frontend/miniprogram/frontend/app/
  2. 根据技术栈生成标准目录结构
  3. 创建应用的 README.md、CHANGELOG.md、package.json
  4. frontend/<分类>/<应用名>/docs/ 下创建初始文档
  5. 更新项目 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/<分类>/<应用名>/
👉 下一步:(本次流程结束,无后续)

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.