Agent skill
pmtl-scaffold-payload-collection
⛔ DEPRECATED. This skill referenced Payload CMS collection scaffolding which is no longer the target architecture. The project now uses NestJS (apps/api) as backend authority. See AGENTS.md Design-First Direction and design/DECISIONS.md for current architecture. Do NOT use this skill.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/pmtl-scaffold-payload-collection
SKILL.md
⛔ DEPRECATED — PMTL Scaffold Payload Collection
Status: Deprecated as of 2026-03-20. Reason: Project architecture migrated from Payload CMS to NestJS (
apps/api) as backend authority. See:design/DECISIONS.md,AGENTS.mdDesign-First Direction section.
This skill is no longer valid. The Payload CMS 5-file collection pattern has been replaced by NestJS module scaffolding:
apps/api/src/modules/{module-name}/{module-name}.module.ts— NestJS module definition{module-name}.controller.ts— route handlers{module-name}.service.ts— business logicdto/— input/output DTOs with Zod validationentities/— Prisma entity types
For scaffolding new NestJS modules, follow patterns in design/baseline/ and existing modules in apps/api/src/modules/.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?