sessions
스타8
포크1
업데이트2026년 6월 3일 08:56
List and manage sessions in the current project
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SKILL.md
readonly메뉴
List and manage sessions in the current project
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | sessions |
| description | List and manage sessions in the current project |
| argument-hint | [list | delete <name|uuid> | prune --older <duration> | browse] |
| disable-model-invocation | true |
| allowed-tools | Bash |
Run: python3 "${CLAUDE_PLUGIN_ROOT}/cli/cc.py" sessions "${CLAUDE_PROJECT_DIR}" <command>
| Intent | <command> |
|---|---|
| List sessions | (omit) |
| Delete a session | delete <uuid-prefix> |
| Prune old sessions | prune <duration> — e.g. 2w, 3d, 6m, 12h |
| Confirm prune | prune <duration> --confirm |
| Open the project folder | browse |
To delete by description ("the one about auth"), list first, pick the session,
then pass its UUID prefix (the xxxxxxxx shown) to delete.
Sessions marked ● are active and protected from deletion.
To manage other projects, or remove one entirely, use /projects.