ワンクリックで
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