83,201 skills sorted by stars.
Manage multiple Claude Code instances across git worktrees. Check status, claim/release file locks, sync decisions, and prevent co...
新しいブランチとworktreeを作成し、開発作業を開始するためのスキル。タスク着手時に「worktreeを作成」「ブランチを作成して作業開始」「/worktree-create <branch-name>」などで使用。
Create isolated git worktrees for parallel development. Use when working on multiple issues simultaneously.
Create a new git worktree for parallel feature development with automatic plan initialization
워크트리 생성 로직 (재사용 스킬)
worktreeでtmuxセッションを使って開発サーバーを起動。「開発サーバーを立ち上げたい」「バックグラウンドでプロセス実行」時に使用
Merge a worktree feature branch into main and clean up the worktree. Use after finishing work in a worktree created by /worktree-s...
Create a git worktree with a new branch for implementing a fix or feature for a GitHub issue
Initialize worktree data protection configuration. Run this once in the main repository before creating any worktrees to set up sh...
CRITICAL: Use /createworktree command for worktree management. Never use manual git worktree commands. Ports are auto-calculated.
List all active feature worktrees with their status. Shows branch name, commits ahead of main, and whether there are uncommitted c...
Set up a dev environment in an existing worktree (make dev + copy secrets)
Use when managing git worktrees. Provides patterns for creation, cleanup, and branch naming.
Git worktree management for parallel dotfiles development. Use when user mentions "create worktree", "switch worktree", "delete wo...
Manage git worktrees for this repo. Use when creating/removing/inspecting worktrees or when isolating work into a new path/branch...
Create and manage git worktrees with automated setup and cleanup for AI coding agents. Use this skill when asked to "create a work...
Configure Cursor's built-in worktree setup and cleanup for parallel agents. Use when the user wants to customize worktree setup (d...
Manages the full lifecycle of git worktrees — create, list, update, and remove. Handles environment setup (.env), dependency insta...
Managing git worktrees for parallel development with Claude Code agents. Use when creating worktrees, spinning up parallel branche...
Comprehensive git worktree management. Use when the user wants to create, remove, list, or manage worktrees. Handles all worktree...
Use when merging parallel worktrees back together after parallel implementation
Guide for working within git worktrees in the Orient monorepo. Use this skill when you detect you're working in a worktree (path c...
Manage git worktrees with PR workflow and multi-agent review (Claude + Codex). Use when developing features in isolation with easy...
워크트리 제거 로직 (재사용 스킬)
Safely remove a worktree by checking for important data in data/local before deletion. Preserves data/shared (symlink to main repo...
Automatically invoked after `git worktree add` to create data/shared symlink and data/local directory. Required before starting wo...
Create and manage git worktrees for parallel project development
Post-checkout git hook for automatic worktree setup. Use when: (1) Setting up automatic configuration for new git worktrees, (2) C...
Spawn an independent Claude instance in a git worktree to work on a task in parallel. Use when the user wants to delegate a task t...
Create a git worktree for isolated parallel feature development. Lighter than fork-project — shares git history but zero .git cont...
worktreeとtmuxセッションの状態確認。「worktreeの状況を見たい」「実行中プロセスを確認」時に使用
Set up and orchestrate parallel Claude Code agents using git worktrees. Use this skill when the user wants to parallelize a featur...
Switch between git worktrees for parallel development. Use when working on multiple issues simultaneously.
Sync git worktrees with remote and main branch changes. Use to keep long-running feature branches up-to-date.
Sync all git worktrees and Claude Code settings across machines — use at start or end of day to checkpoint work. Commits uncommitt...
Sync current worktree with base branch to keep feature branch up to date
Manage git worktrees for parallel branch development using custom git scripts (git-newtree, git-killtree, git-maingulp). Use when...
Use to orchestrate the full development loop in a worktree - chains plan review, implementation, audit, and optional reach phases...
Git worktree を使用したホスト環境での並行開発ワークフロー。プラットフォーム固有コード(macOS API等)の開発時に使用。
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isol...