원클릭으로
session
Worktree and session management. Use for "new session", "worktree", "tmux", and "session management".
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Worktree and session management. Use for "new session", "worktree", "tmux", and "session management".
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Manage OMA skills — list, add, remove, search, and edit skills
Socratic deep interview with mathematical ambiguity gating before autonomous execution
Remove AI slop - low-quality, generic, or verbose content. Use for "clean up", "remove fluff", and "make concise".
Consensus planning - agree before executing. Use for "ralplan", "consensus", "pre-execution review".
Setup routing and environment configuration. Use for "setup", "configure", and "get started".
N coordinated agents on shared task list using Claude Code native teams, with git worktree isolation per executor
| name | session |
| description | Worktree and session management. Use for "new session", "worktree", "tmux", and "session management". |
| trigger | /oma:session |
Manage development sessions with worktrees and tmux.
git worktree add {path} {branch}
git worktree list
git worktree remove {path}
{project}-feature-{name}
session:{project}
└── window:feature-{name}
└── pane: editor
└── pane: terminal
└── pane: tests
# Create session
tmux new-session -s {name} -d
# Attach
tmux attach -t {name}
# List
tmux list-sessions
# Kill
tmux kill-session -t {name}
/oma:session start {name}
/oma:session attach {name}
/oma:session detach
/oma:session list
/oma:session end {name}
/oma:session worktree create {branch} {path}
## Session: {name}
### Type
{type}
### Worktree
**Path:** {path}
**Branch:** {branch}
**Status:** {clean|dirty}
### Tmux
**Session:** {tmux-session}
**Windows:** {n}
**Created:** {date}
**Last active:** {date}
### Windows
| Window | Panes | Current |
|--------|-------|---------|
| {name} | {n} | {yes/no} |
### Recent Sessions
| Name | Type | Last Active | Status |
|------|------|-------------|--------|
| {name} | {type} | {date} | {active/ended} |
### Session Notes
{notes}