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.