# Pmtl Runbook Cms Runtime Errors

> ⛔ DEPRECATED. This skill referenced apps/cms (Payload CMS) runtime which is no longer the target architecture. The project now uses NestJS (apps/api) as backend authority. See AGENTS.md Design-First Direction. Do NOT use this skill for new issues.

- Skill: `majiayu000/pmtl-runbook-cms-runtime-errors` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add majiayu000/pmtl-runbook-cms-runtime-errors`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/pmtl-runbook-cms-runtime-errors/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/pmtl-runbook-cms-runtime-errors

---


# ⛔ DEPRECATED — PMTL Runbook CMS Runtime Errors

> **Status**: Deprecated as of 2026-03-20.
> **Reason**: Project architecture migrated from Payload CMS (`apps/cms`) to NestJS (`apps/api`).
> **See**: `design/DECISIONS.md`, `AGENTS.md` Design-First Direction section.

This skill referenced `apps/cms/` file paths that no longer exist in the target architecture.

For runtime incident debugging in the new NestJS backend:
- Check `apps/api/src/` for route and service files
- Auth issues: `apps/api/src/modules/auth/`
- Search issues: `apps/api/src/modules/search/`
- Health/monitoring: `apps/api/src/platform/health/`
- Follow `design/baseline/infra.md` for infrastructure components

