Manages isolated development environments by combining git worktrees with tmux sessions for each PR, issue, or feature branch. Instead of juggling branches in one directory, you get separate worktrees that persist until you're done. It integrates with GitHub CLI to pull PR metadata and Jira for issue tracking, auto-creates tmux sessions, and can even launch Claude Code with context about what you're reviewing or fixing. The worktree-first approach through the teleport command is solid for parallel work without the usual branch switching headaches. Cleanup commands handle merged branches automatically, and the project alias system in projects.json keeps references short when working across multiple repos.
npx skills add https://github.com/yeachan-heo/oh-my-claudecode --skill project-session-manager