What problem does it solve? Editing the agent-kit rules package source is error-prone: edits only reach consumer trees through a build, stale build caches silently serve outdated resources, and guards refuse edits to laid-out copies or non-empty overrides. This Skill encodes the correct edit-build-layout order and the triage workflow for proposals arriving from consumer trees. ## Core Features & Use Cases - Edit-build-layout workflow: Enforces the single correct order (edit, build, lay out) via pnpm run agent-kit:sync and pnpm run agent-kit:check, including clean-build recovery from stale Nx caches. - Guard awareness: Explains the two refusal guards — one blocking edits of files carrying the layout header, one blocking writes over non-empty overrides — and how to resolve each. - Proposal triage: Covers sorting intake proposals from consumer trees using the /agent-kit-digest and /rules-review commands plus the cargo-triage rule. - Use Case: A maintainer edits a rule resource in the package source, hits a refusal from the layout-header guard, and uses this Skill to learn the edit belongs in the package source or an override, then rebuilds cleanly and lays out. ## Quick Start Ask the agent to edit a rule resource in the agent-kit package source and then run the sync command to build and lay it out.