What problem does it solve?
This Skill prevents conflicting edits to the mini-agent repo by coordinating with Kuro’s active perception cycle and enforcing safe branching/worktree rules before you touch src/ or memory/.
Core Features & Use Cases
- Checks whether Kuro is busy: Queries the local status endpoint and warns when an active cycle could react to file changes.
- Validates the current branch: Detects the runtime/main branch and warns that tracked changes there may be autocorrected away.
- Optionally announces intent: Posts an occupancy claim to the chat-room using an API key, helping resolve edit conflicts.
- Provides a pre-action checklist: Summarizes the coordination steps to follow before making larger modifications.
Quick Start
Run the coordinate-edit script once before editing src/ or memory/ to get a read-only coordination report, and add an announcement message if you need to claim ownership of the change.