SOC 직업 분류 기준
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/chungchihhan/super-resume --skill help명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
| name | help |
| description | Show all Super Resume commands and their parameters |
| user-invocable | true |
| argument-hint |
| Command | Description | Examples |
|---|---|---|
/pin [n] | Pin a session | /pin (current), /pin 2 (from list) |
/unpin [n] | Unpin a session | /unpin (current), /unpin 1 (from list) |
/tag <tag> | Add tag to current session | /tag work |
/tag <n> <tag> | Add tag to session from list | /tag 2 bug-fix |
/untag <tag> | Remove tag from current session | /untag work |
/untag <n> <tag> | Remove tag from session in list | /untag 2 old |
| Command | Description | Examples |
|---|---|---|
/list-session | List sessions in current dir | /list-session, /list-session -a -10 |
/list-pinned | List pinned sessions | /list-pinned, /list-pinned -10 |
/list-tagged <tag> | List sessions with tag | /list-tagged work |
List flags:
-a - all directories (not just current)-N - limit to N results (e.g., -10)| Command | Description | Examples |
|---|---|---|
/go <n> | Resume session by number | /go 1, /go 3 |
| Command | Description |
|---|---|
/setup | Configure terminal preference |
/help | Show this help |
/super-resume | Show TUI instructions |
/list-session # See sessions in current directory
/go 1 # Resume the first one
/list-pinned # See your pinned sessions
/pin 2 # Pin the second one
/go 1 # Resume the first one
/list-tagged work # See sessions tagged "work"
/tag 3 urgent # Add "urgent" tag to third session
/go 2 # Resume the second one
Run /setup to configure which terminal to use for resuming sessions.
super-resume
The TUI provides a full interactive experience with keyboard navigation, preview, and direct resume.