verify-task-ownership
CommunityPrevent cross-instance task conflicts.
Authorcowwoc
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Verify session ownership before resuming work on an existing task to avoid conflicts across concurrent Claude Code instances.
Core Features & Use Cases
- Ownership check: Ensures the current session is the rightful owner.
- Decision outcomes: Resume, select a different task, or proceed safely based on ownership.
- Two-argument usage: Accepts task name and current session ID.
Quick Start
TASK_NAME="implement-formatter-api" CURRENT_SESSION_ID="your-session-id" /workspace/main/.claude/scripts/verify-task-ownership.sh "$TASK_NAME" "$CURRENT_SESSION_ID"
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: verify-task-ownership Download link: https://github.com/cowwoc/styler/archive/main.zip#verify-task-ownership Please download this .zip file, extract it, and install it in the .claude/skills/ directory.