Skip to main content

Project Session Manager

Skill Verified Active

Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions

Purpose

To streamline the management of parallel development tasks by creating isolated, reproducible work environments, reducing context-switching overhead and improving developer productivity.

Features

  • Automated Git worktree creation for issues, PRs, and features
  • Optional tmux session management for active development environments
  • Support for GitHub and Jira issue/PR tracking providers
  • Project alias and configuration management for diverse repositories
  • Session registry and cleanup for merged/closed tasks

Use Cases

  • When needing to work on multiple issues or features simultaneously without interference
  • When setting up a dedicated environment for reviewing a pull request
  • When starting a new feature development branch with an isolated workspace
  • When cleaning up old or merged development branches and worktrees

Non-Goals

  • Managing cloud infrastructure or deployment pipelines
  • Acting as a code linter or static analysis tool
  • Replacing the core functionality of Git, tmux, or provider CLIs

Workflow

  1. Parse command arguments (subcommand, reference, options)
  2. Resolve project reference from configuration or defaults
  3. Fetch relevant issue/PR information from provider CLI
  4. Ensure local repository exists and clone if necessary
  5. Create Git worktree for the task
  6. Create session metadata and update registry
  7. Create tmux session (if enabled)
  8. Launch Claude Code within the session (if enabled)
  9. Output session information or perform cleanup/status actions

Prerequisites

  • git (with worktree support v2.5+)
  • jq
  • tmux (optional, but recommended)
  • gh CLI (for GitHub workflows, optional)
  • jira CLI (for Jira workflows, optional)

Installation

First, add the marketplace

/plugin marketplace add Yeachan-Heo/oh-my-claudecode
/plugin install oh-my-claudecode@omc

Quality Score

Verified
100 /100
Analyzed about 15 hours ago

Trust Signals

Last commit1 day ago
Stars33.7k
LicenseMIT
Status
View Source

Similar Extensions

Oh My Claudecode

100

Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly

Skill
Yeachan-Heo

Github

100

Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.

Skill
steipete

Acp Router

100

Route plain-language requests for Pi, Claude Code, Cursor, Copilot, OpenClaw ACP, OpenCode, Gemini CLI, Qwen, Kiro, Kimi, iFlow, Factory Droid, Kilocode, or explicit ACP harness work into either OpenClaw ACP runtime sessions or direct acpx-driven sessions ("telephone game" flow). For coding-agent thread requests, read this skill first, then use only `sessions_spawn` for thread creation. Codex chat binding defaults to the native Codex app-server plugin unless ACP is explicit or background spawn needs ACP.

Skill
steipete

Telegram Crabbox E2e Proof

100

Use when reviewing, reproducing, or proving OpenClaw Telegram behavior with a real Telegram user on Crabbox, including PR review workflows that need an agent-controlled Telegram Desktop recording, TDLib user-driver commands, Convex-leased credentials, WebVNC observation, and motion-trimmed artifacts.

Skill
steipete

Agent Browser

100

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.

Skill
shanraisshan

Using Git Worktrees

100

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallback

Skill
obra

© 2025 SkillRepo · Find the right skill, skip the noise.