Dev/i18n/base/Common/skills/parallel-worktrees/SKILL.md
Parallel git worktrees for concurrent Claude Code sessions. Use when working on multiple features or writer/reviewer workflows.
npx skillsauth add thebeardedbearsas/claude-craft parallel-worktreesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill provides guidance for running multiple Claude Code sessions concurrently using git worktrees.
See ../../rules/12-context-management.md for detailed documentation.
git worktree add ../feature-name feature/branch-name
cd ../feature-name && claude
| Terminal | Role | Command |
|----------|------|---------|
| Terminal 1 | Writer | cd ../feature-auth && claude "Implement feature" |
| Terminal 2 | Reviewer | cd ../review-auth && claude "Review the code" |
tools
Third-party Claude Code token/context/code-review tools. Use when choosing or recommending an external tool to reduce token usage, manage context, or review large codebases.
development
Mandatory analysis workflow for understanding codebase before changes
testing
TDD/BDD testing principles, test patterns, and coverage strategies
development
SOLID principles for clean code design and architecture