Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
mblode avatar

Linear Worktree

  • 3 installs
  • 1 repo stars
  • Updated July 12, 2026
  • mblode/linear-worktree

Helps with ai & agent building tasks.

About

linear-worktree is a Claude Code skill for ai & agent building. It helps developers move faster with AI-assisted coding.

  • linear-worktree
  • AI & Agent Building
  • AI-coding skill

Linear Worktree by the numbers

  • 3 all-time installs (skills.sh)
  • Ranked #13,657 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Jul 12, 2026 (Skillselion catalog sync)
npx skills add https://github.com/mblode/linear-worktree --skill linear-worktree

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs3
repo stars1
Last updatedJuly 12, 2026
Repositorymblode/linear-worktree

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

linear-worktree

Delegate to the globally available linear-worktree CLI. Do not reimplement worktree, Linear, prompt, screenshot, or cmux logic inline.

Reference Files

FileRead When
references/usage-modes.mdChoosing one issue, many issues, or --print
references/repo-detection.mdThe user is outside the target repo or using --repo
references/drive-workspaces.mdAfter multi-issue fan-out, when this session needs to inspect or drive spawned cmux workspaces
references/troubleshooting.mdThe CLI is missing, repo detection fails, cmux is unavailable, or launch mode fails
references/verification.mdValidating install, safe behavior, and full parity
references/evaluation-scenarios.mdEvaluating future skill/CLI changes

Workflow

Copy this checklist to track progress:

linear-worktree progress:
- [ ] Confirm global CLI is available
- [ ] Choose mode
- [ ] Run the CLI
- [ ] Verify result or drive spawned sessions

1. Confirm install:

   command -v linear-worktree
   linear-worktree --help

2. Choose mode:

  • One issue: linear-worktree ENG-423
  • Many bare issue IDs: linear-worktree ENG-423 ENG-424
  • Safe prompt/worktree only: linear-worktree --print ENG-423

3. Run from the intended repo, or pass --repo <path>. 4. In launch mode, the CLI creates the worktree, starts Claude with --dangerously-skip-permissions, and runs Claude from the new worktree directory.

Local Global Install

If the command is missing, install from the canonical repo:

cd ~/Code/mblode/linear-worktree
npm install
npm run build
npm link
command -v linear-worktree

Gotchas

  • Launch cwd matters. Claude must start from the new worktree, not the repo that spawned the command.
  • Multiple IDs fan out. Two or more bare issue IDs create cmux workspaces instead of doing all work in the current shell.
  • Use `--print` for safe validation. It creates the worktree and prints the prompt without opening Claude.
  • Repo comes from cwd or `--repo`. Run from inside the target repo, or pass --repo <path> when outside it.

Related Skills

  • cmux / cmux-workspace for driving spawned workspaces.
  • handoff when the Linear issue needs a richer brief than its description.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.