# Line

> Use when one technical rule must stay coherent across related modules.

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

---


# Line

Use this view when several local changes share one domain rule, interface, migration, or contract. Keep the rule consistent across its owned modules and return one coherent domain result.

1. State the domain rule and the modules it governs.
2. Inspect each owned boundary and the checks that can expose drift.
3. Resolve local causes with `point` while keeping the shared rule fixed.
4. Validate the domain result and report cross-domain concerns upward.

Read [the detailed guide](references/guide.md) when a `plane` pass or coordinated cluster sets ownership and interfaces.

