소스 정보
- 저장소
- chungchihhan/super-resume
- 최근 소스 활동
- 2026년 3월 15일 07:48
- 감지된 SKILL.md 언어
- 영어
- 스타
- 3
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/chungchihhan/super-resume --skill setup명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
| name | setup |
| description | Configure Super Resume settings (terminal preference, download binary if needed) |
| user-invocable | true |
| argument-hint |
Download the binary and configure your terminal.
Check in order:
# Check ~/.local/bin first (curl install or already symlinked)
ls "$HOME/.local/bin/super-resume" 2>/dev/null && echo "found:local" || \
# Then check plugin bin dir (marketplace install, not yet symlinked)
ls "${CLAUDE_PLUGIN_ROOT}/bin/super-resume" 2>/dev/null && echo "found:plugin" || \
echo "missing"
found:local → binary is ready, skip to Step 3found:plugin → binary exists but not symlinked, go to Step 2missing → download from GitHub releases:OS=$(uname -s | tr '[:upper:]' '[:lower:]')
ARCH=$(uname -m)
[ "$ARCH" = "x86_64" ] && ARCH="amd64"
[ "$ARCH" = "aarch64" ] || [ "$ARCH" = "arm64" ] && ARCH="arm64"
VERSION=$(grep -o '"version": *"[^"]*"' "${CLAUDE_PLUGIN_ROOT}/.claude-plugin/marketplace.json" | head -1 | grep -o '[0-9][0-9.]*')
FILENAME="super-resume_${VERSION}_${OS}_${ARCH}.tar.gz"
URL="https://github.com/chungchihhan/super-resume/releases/download/v${VERSION}/${FILENAME}"
mkdir -p "${CLAUDE_PLUGIN_ROOT}/bin"
curl -L "$URL" | tar -xz -C "${CLAUDE_PLUGIN_ROOT}/bin" super-resume
chmod +x "${CLAUDE_PLUGIN_ROOT}/bin/super-resume"
If download fails, tell the user:
Could not download the binary. Please check your internet connection or visit https://github.com/chungchihhan/super-resume/releases to download manually.
Only needed when binary is in ${CLAUDE_PLUGIN_ROOT}/bin/ (marketplace install):
mkdir -p "$HOME/.local/bin"
ln -sf "${CLAUDE_PLUGIN_ROOT}/bin/super-resume" "$HOME/.local/bin/super-resume"
Then check if ~/.local/bin is in PATH:
echo $PATH | grep -q "$HOME/.local/bin" && echo "in PATH" || echo "not in PATH"
If not in PATH, tell the user to add it to their shell config (~/.zshrc or ~/.bashrc):
export PATH="$HOME/.local/bin:$PATH"
And then reload: source ~/.zshrc (or ~/.bashrc).
"$HOME/.local/bin/super-resume" config terminal
If not configured, ask the user which terminal they use:
| Option | Terminal |
|---|---|
| 1 | Warp |
| 2 | iTerm2 |
| 3 | Terminal.app (macOS default) |
| 4 | Kitty |
| 5 | Alacritty |
Once user selects, run:
"$HOME/.local/bin/super-resume" config terminal <terminal-name>
Where <terminal-name> is one of: warp, iterm, terminal, kitty, alacritty
Tell the user setup is complete and they can now use:
/list-session - List sessions/go <n> - Resume a session (opens new tab in configured terminal)Enable Warp in System Settings → Privacy & Security → Accessibility so /go can type commands in the new tab.
SOC 직업 분류 기준