用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/chungchihhan/super-resume --skill list-session命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | list-session |
| description | List Claude Code sessions in current directory (use -a for all) |
| user-invocable | true |
| argument-hint | [-a] [-N] |
List Claude Code sessions. By default, shows sessions in the current directory only.
List sessions with arguments: $ARGUMENTS
Parse $ARGUMENTS:
-a = all directories (not just current)-N = limit to N results (e.g., -10)Note the current session ID: $CLAUDE_SESSION_ID (this is the session you're in right now)
Run the list command with --json:
${CLAUDE_PLUGIN_ROOT}/bin/super-resume list --json [parsed flags]
┌────┬────┬──────────────────────────────────────────────────────────────────────────────────────────────────────┬──────────────┬──────────────┐
│ # │ 📌 │ Name │ Tags │ Time │
├────┼────┼──────────────────────────────────────────────────────────────────────────────────────────────────────┼──────────────┼──────────────┤
│ 1 │ 📌 │ Fix authentication bug in the login flow that was causing users to be logged out unexpectedly │ work, urgent │ Mar 09 14:30 │
│ 2 │ │ Add dark mode toggle to settings page with system preference detection │ feature │ Mar 08 10:15 │
│ 3 │ │ Refactor database layer for better performance and connection pooling │ - │ Mar 07 09:00 │
└────┴────┴──────────────────────────────────────────────────────────────────────────────────────────────────────┴──────────────┴──────────────┘
Table rules:
$CLAUDE_SESSION_ID, add " ← current" after the rowShowing X of Y sessions.
Commands:
/go <n> Resume session (e.g., /go 1)
/pin <n> Pin a session
/tag <n> <tag> Add tag to session
/go commands./list-session - List 5 sessions in current directory/list-session -a - List 5 sessions from all directories/list-session -10 - List 10 sessions in current directory/list-session -a -10 - List 10 sessions from all directories