worker

Creates an isolated git worktree for an autonomous Claude worker to implement a task.

Updated Dec 31, 2025
One-click install
npx skills add https://github.com/schmug/karkinos --skill worker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: worker
Source: https://github.com/schmug/karkinos/tree/main/karkinos-plugin/skills/worker
Command: npx skills add https://github.com/schmug/karkinos --skill worker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill creates an isolated work environment for a Claude worker so you can develop a task without impacting the main branch.

Core Features & Use Cases

  • Isolated Worktrees: Each worker runs in its own git worktree with a dedicated branch.
  • Autonomous Claude: The worker operates with full autonomy to implement the assigned task.
  • PR & Tracking: After completion, the worker can push and create a PR for review.

Quick Start

Spawn a worker with a branch name and task description: /worker <branch-name> <task description>