Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From pdlc
Scaffolds a new backend microservice with standard directory structure and initial docs, supporting Java/Spring, Go, Python, and Node.
npx claudepluginhub kanfu-panda/pdlc-skills --plugin pdlcHow this skill is triggered — by the user, by Claude, or both
Slash command
/pdlc:pdlc-add-service <服务名><服务名>This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
<!-- @include templates/prompts/iron-law.md -->
Guides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.
Share bugs, ideas, or general feedback.
在项目中添加一个新的后端微服务,并生成完整的目录结构和初始文档。
make new-service 或直接在 backend/services/ 下创建服务目录backend/services/<服务名>/docs/ 下创建 api-design.md 初始文档$ARGUMENTS
本命令的 handoff 输出:
✅ 新微服务 完成
📦 产出:backend/services/<service-name>/
👉 下一步:(本次流程结束,无后续)