Project Session Manager
Skill Verifiziert AktivWorktree-first dev environment manager for issues, PRs, and features with optional tmux sessions
To streamline the management of parallel development tasks by creating isolated, reproducible work environments, reducing context-switching overhead and improving developer productivity.
Funktionen
- 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
Anwendungsfälle
- 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
Nicht-Ziele
- 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
- Parse command arguments (subcommand, reference, options)
- Resolve project reference from configuration or defaults
- Fetch relevant issue/PR information from provider CLI
- Ensure local repository exists and clone if necessary
- Create Git worktree for the task
- Create session metadata and update registry
- Create tmux session (if enabled)
- Launch Claude Code within the session (if enabled)
- Output session information or perform cleanup/status actions
Voraussetzungen
- git (with worktree support v2.5+)
- jq
- tmux (optional, but recommended)
- gh CLI (for GitHub workflows, optional)
- jira CLI (for Jira workflows, optional)
Installation
Zuerst Marketplace hinzufügen
/plugin marketplace add Yeachan-Heo/oh-my-claudecode/plugin install oh-my-claudecode@omcQualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
Oh My Claudecode
100Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly
Github
100Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.
Acp Router
100Route 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.
Telegram Crabbox E2e Proof
100Use 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.
Agent Browser
100Browser-automatisierungs-CLI für KI-Agenten. Verwenden Sie diese, wenn der Benutzer mit Websites interagieren muss, einschließlich der Navigation auf Seiten, dem Ausfüllen von Formularen, dem Klicken auf Schaltflächen, dem Aufnehmen von Screenshots, dem Extrahieren von Daten, dem Testen von Webanwendungen oder der Automatisierung beliebiger Browseraufgaben. Auslöser sind Anfragen wie "öffne eine Website", "fülle ein Formular aus", "klicke auf eine Schaltfläche", "mache einen Screenshot", "scrappe Daten von einer Seite", "teste diese Web-App", "melde dich bei einer Seite an", "automatisiere Browser-Aktionen" oder jede Aufgabe, die eine programmatische Webinteraktion erfordert.
Using Git Worktrees
100Verwenden Sie dies, wenn Sie mit der Feature-Arbeit beginnen, die eine Isolierung vom aktuellen Arbeitsbereich erfordert, oder bevor Sie Implementierungspläne ausführen – stellt sicher, dass über native Tools oder einen Git-Worktree-Fallback ein isolierter Arbeitsbereich vorhanden ist.