# No Runtime Code

> Guardrails to keep the pipeline pure: specs + SEA + generators only.

- Skill: `majiayu000/no-runtime-code` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/no-runtime-code`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/no-runtime-code/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/no-runtime-code

---


---
name: no-runtime-code
description: Guardrails to keep the pipeline pure: specs + SEA™ + generators only.
---

# No handwritten runtime code


## Allowed edits
- `specs/**`, `.github/**`, `tools/**`, `tools/nx/**`, `.vscode/**`, `.githooks/**`, `.github/workflows/**`
- generated `**/src/gen/**`

## If you need behavior
- Model it in SDS/SEA™ (entities, flows, tags)
- Extend schemas if needed
- Update AST→IR→manifest mapping
- Update code generator templates

## Anti-patterns
- Patching generated code
- Adding runtime “helpers” by hand
- Hiding logic in adapters instead of modeling it

