# Spm Context

> Load SPM project context when working on any SPM feature. Use when implementing features, fixing bugs, or adding new functionality to the SPM monorepo.

- Skill: `skillpkg/spm-context` (Agent Skill)
- Install (CLI): `npx skillmds@latest add skillpkg/spm-context`
- Raw SKILL.md: https://api.skillmd.com/api/skills/skillpkg/spm-context/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: skillpkg (https://skillmd.com/u/skillpkg)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/skillpkg/spm-context

---


Before implementing anything, check the relevant spec docs in `plan/`:

- For API routes: read `plan/spm-registry-api.md`
- For DB changes: read `plan/spm-architecture.md` (section 4.5)
- For CLI commands: read `plan/spm-cli-output-design.md`
- For security: read `plan/spm-content-security.md`
- For categories/enums: read `plan/spm-authoring-flow.md`

Always import types from `@spm/shared`. Never duplicate type definitions.
Run `pnpm typecheck` after making changes to shared schemas.

