System Documentation

What problem does it solve?

This Skill prevents data corruption and race conditions by ensuring only one process (Manager or Worker) modifies a shared task workspace at a time.

Core Features & Use Cases

  • Locking Mechanism: Uses .processing marker files to signal active work on a task directory.
  • Conflict Prevention: Automatically checks for and respects these markers before allowing modifications.
  • Use Case: When a Manager needs to perform Git operations on a Worker's workspace, this Skill ensures the Worker doesn't simultaneously try to update the same files, preventing merge conflicts and data loss.

Quick Start

Use the task-coordination skill to check if the task with ID 'task-123' is currently being processed.

Dependency Matrix

Required Modules

None required

Components

scripts

💻 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: task-coordination
Download link: https://github.com/alibaba/hiclaw/archive/main.zip#task-coordination

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.