🌿
AutomationTypeScript

Project Session Manager

by Yeachan-Heo

Project Session Manager is an Automation skill for Claude Code, published by Yeachan-Heo in oh-my-claudecode.

38.5K stars3.5K forkson Yeachan-Heo/oh-my-claudecodeAdded 2026/08/13Repository updated 2026/08/13
agentic-codingai-agentsautomationclaudeclaude-codemulti-agent-systemsoh-my-opencodeopencodeparallel-executionvibe-coding
Install in seconds
Install Project Session Manager
Copy Project Session Manager into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/Yeachan-Heo/oh-my-claudecode/tree/main/skills/project-session-manager ~/.claude/skills/project-session-manager

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/Yeachan-Heo/oh-my-claudecode.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/project-session-manager/SKILL.md in Yeachan-Heo/oh-my-claudecode
Installs to
~/.claude/skills/project-session-manager
Collection
One of 25 skills cataloged from this repository
Category
Automation1523 skills

What Project Session Manager does

Project Session Manager automates isolated development environments using git worktrees and tmux sessions for reviewing PRs, fixing issues, and building features. It supports GitHub and Jira project references, aliases, and attach/kill/status session commands.

Project Session Manager is cataloged under Automation on DirSkills. Project Session Manager comes from a repository tagged agentic-coding, ai-agents, automation, claude and claude-code.

Documentation

README

Project Session Manager (PSM) Skill

psm is the compatibility alias for this canonical skill entrypoint.

Quick Start (worktree-first): Start with omc teleport when you want an isolated issue/PR/feature worktree before adding any tmux/session orchestration:

omc teleport #123          # Create worktree for issue/PR
omc teleport my-feature    # Create worktree for feature
omc teleport list          # List worktrees

See Teleport Command below for details.

Automate isolated development environments using git worktrees and tmux sessions with Claude Code. Enables parallel work across multiple tasks, projects, and repositories.

Canonical slash command: /oh-my-claudecode:project-session-manager (alias: /oh-my-claudecode:psm).

This is the opening of the README. Read the full README on GitHub.

Commands Project Session Manager provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /psm

Frequently asked about Project Session Manager

  • What else does Yeachan-Heo publish alongside Project Session Manager?

    Project Session Manager is one of 25 skills that DirSkills catalogs from Yeachan-Heo/oh-my-claudecode, the repository it ships in. Its siblings there include AI Slop Cleaner, Ask and Autopilot. Each one is a separate skill with its own page in this directory, installs the same way Project Session Manager does, and is maintained by Yeachan-Heo in that same repository. The rest of the collection is listed on the Yeachan-Heo/oh-my-claudecode page.

  • How does Project Session Manager compare to other Automation skills?

    Project Session Manager ranks #52 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Project Session Manager against them. Open each page to compare what they document and how they install.

More from Yeachan-Heo/oh-my-claudecode

Project Session Manager is one of 25 skills cataloged on DirSkills from Yeachan-Heo/oh-my-claudecode.

See all 25 skills
🧹
3w ago

AI Slop Cleaner

AI Slop Cleaner removes code bloat, duplication, dead code, and needless abstraction from AI-generated code using a deletion-first, regression-safe workflow. It supports a reviewer-only mode to separate cleanup writing from review.
Quality
38.5K3.5K
🧭
3w ago

Ask

Ask routes a prompt through the local Claude, Codex, Gemini, Antigravity, Grok, or Cursor CLI via `omc ask` and persists the result as an ask artifact. Use it when you want to ask a local AI model a question or task and save the response.
AI Engineering
38.5K3.5K
🤖
3w ago

Autopilot

Autopilot turns a brief product idea into working code by autonomously handling requirements analysis, technical design, planning, parallel implementation, QA cycling, and multi-perspective validation. Use it when you want hands-off execution from a 2-3 line description to verified, working software.
AI Engineering
38.5K3.5K
🔁
3w ago

Autoresearch

Autoresearch runs one mission through bounded, evaluator-driven iterations and records each decision in durable logs. Use it when you have an existing mission and want persistent improvement until an explicit stop condition or max runtime is reached.
AI Engineering
38.5K3.5K
🧠
3w ago

CCG

CCG routes tasks through Codex and Antigravity/Gemini CLIs, then Claude synthesizes both outputs into one answer. Use it to get parallel external perspectives on architecture, code review, and UI without tmux team workers.
AI Engineering
38.5K3.5K
⏹️
3w ago

Cancel OMC Mode

Cancel OMC Mode detects and cancels the active Oh My Claude Code mode such as autopilot, ralph, ultrawork, or swarm. Use it to cleanly exit a workflow, release tasks, and clear state files.
AI Engineering
38.5K3.5K