원클릭으로
lock-manager
Prevents parallel agents from editing conflicting resources through intelligent lock coordination and conflict detection.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Prevents parallel agents from editing conflicting resources through intelligent lock coordination and conflict detection.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Communicate efficiently without sacrificing clarity - natural, concise, actionable. Global skill loaded for every command and agent.
Use when reviewing or building UI components - ensures keyboard, screen-reader, and visual accessibility (WCAG 2.1 AA) so a11y is built in, not retrofitted.
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Manages context caching to optimize token usage and cost by creating, incrementally updating, and invalidating caches while verifying integrity before reuse.
Clean code and engineering discipline: modularity, readability, sizing, naming, duplication, separation of concerns, plus the four behavioral principles - think before coding, simplicity first, surgical changes, and goal-driven execution. Global skill applied to all coding work.
Detects and resolves drift between code, documentation, and contextual knowledge, classifying each drift and recommending concrete sync actions to keep artifacts consistent.
| name | lock-manager |
| description | Prevents parallel agents from editing conflicting resources through intelligent lock coordination and conflict detection. |
Coordinate resource access across parallel agent sessions to prevent edit conflicts, data races, and merge collisions.
Prevent parallel agents from editing conflicting resources by:
This skill is automatically selected by the orchestrator when:
Provide structured findings with:
Lock Status:
Conflict Analysis:
Recommendations:
Example:
Lock Status:
✓ src/api/users.ts - locked by agent-2 (backend)
✓ src/components/UserList.tsx - locked by agent-3 (frontend)
○ src/types/user.ts - available
Conflict Analysis:
⚠ Medium risk: Both agents may need to modify src/types/user.ts
○ Low risk: No direct file overlap detected
Recommendation:
→ Wait for agent-2 to complete user API changes
→ Then acquire lock on src/types/user.ts
→ Estimated wait: 5-10 minutes based on task scope