Agent skill · cursor
principle-separate-before-serializing-shared-state
Apply when concurrent actors might write to the same file, branch, key, or state object. Eliminate the sharing first; serialize structurally only when one
Reference it in any coding agent with:
@skills cursor/principle-separate-before-serializing-shared-state