/show-setup
현재 Claude Forge 설치 상태와 프로젝트 정보를 보여줍니다.
> /plugin marketplace add sangrokjung/claude-forge > /plugin install claude-forge@claude-forge
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/show-setup
Context preview
What this command does when you run it.
현재 Claude Forge 설치 상태와 프로젝트 정보를 보여줍니다.
Command definition
show-setup.mddescription: 현재 Claude Forge 설치 상태와 프로젝트 정보를 보여줍니다.
argument-hint: ""
allowed-tools: ["Bash", "Read", "Glob"]
/show-setup
현재 Claude Forge 설치 상태와 프로젝트 정보를 종합적으로 보여줍니다.
Instructions
1. Claude Forge 설치 현황
1. Count agents in ~/.claude/agents/ 2. Count commands in ~/.claude/commands/ 3. Count skills in ~/.claude/skills/ 4. Count hooks in ~/.claude/hooks/ 5. Count rules in ~/.claude/rules/
2. 현재 프로젝트 상태 (프로젝트 폴더에서 실행 시)
1. 프로젝트 타입 감지 (package.json / go.mod / Cargo.toml / pyproject.toml) 2. Git 상태 (브랜치, 마지막 커밋, 변경 파일 수) 3. CLAUDE.md 존재 여부 4. 테스트 설정 존재 여부
3. 추천 다음 작업
현재 프로젝트 상태에 따라 가장 적합한 다음 커맨드를 추천합니다:
- 변경 파일이 있으면 -> `/handoff-verify`
- CLAUDE.md가 없으면 -> `/init-project`
- 테스트가 없으면 -> `/tdd`
- 모두 정상이면 -> `/plan [다음 기능]`
Output Format
My Claude Forge Setup
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Agents: XX
Commands: XX
Skills: XX
Hooks: XX
Rules: XX
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
현재 프로젝트: [프로젝트명]
타입: [Node.js / Go / Python / ...]
브랜치: [main]
마지막 커밋: [커밋 메시지]
변경 파일: [N]개
추천 다음 작업: [커맨드]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
github.com/sangrokjung/claude-forge
Clipboard
After displaying the summary, copy the text to the system clipboard:
- macOS: `pbcopy`
- Linux/WSL: `xclip -selection clipboard` or `xsel --clipboard`
Tell the user the summary has been copied to clipboard and is ready to share on X/Twitter or other social platforms.
Read more
description: 현재 Claude Forge 설치 상태와 프로젝트 정보를 보여줍니다. argument-hint: "" allowed-tools: ["Bash", "Read", "Glob"]
/show-setup
현재 Claude Forge 설치 상태와 프로젝트 정보를 종합적으로 보여줍니다.
Instructions
1. Claude Forge 설치 현황
1. Count agents in ~/.claude/agents/ 2. Count commands in ~/.claude/commands/ 3. Count skills in ~/.claude/skills/ 4. Count hooks in ~/.claude/hooks/ 5. Count rules in ~/.claude/rules/
2. 현재 프로젝트 상태 (프로젝트 폴더에서 실행 시)
1. 프로젝트 타입 감지 (package.json / go.mod / Cargo.toml / pyproject.toml) 2. Git 상태 (브랜치, 마지막 커밋, 변경 파일 수) 3. CLAUDE.md 존재 여부 4. 테스트 설정 존재 여부
3. 추천 다음 작업
현재 프로젝트 상태에 따라 가장 적합한 다음 커맨드를 추천합니다:
- 변경 파일이 있으면 -> `/handoff-verify`
- CLAUDE.md가 없으면 -> `/init-project`
- 테스트가 없으면 -> `/tdd`
- 모두 정상이면 -> `/plan [다음 기능]`
Output Format
My Claude Forge Setup ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Agents: XX Commands: XX Skills: XX Hooks: XX Rules: XX ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 현재 프로젝트: [프로젝트명] 타입: [Node.js / Go / Python / ...] 브랜치: [main] 마지막 커밋: [커밋 메시지] 변경 파일: [N]개 추천 다음 작업: [커맨드] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ github.com/sangrokjung/claude-forge
Clipboard
After displaying the summary, copy the text to the system clipboard:
- macOS: `pbcopy`
- Linux/WSL: `xclip -selection clipboard` or `xsel --clipboard`
Tell the user the summary has been copied to clipboard and is ready to share on X/Twitter or other social platforms.
Supercharge Claude Code with 11 AI agents, 36 commands & 15 skills — the claude-code plugin framework inspired by oh-my-zsh. 6-layer security hooks included. 5-min install.
Repo: sangrokjung/claude-forge
Other commands on claude-forge.
- /agent-router
전문 에이전트 자동 라우팅. 법률, 재무, 특허, SEO, 마케팅, 기획, BM 설계(BMC/Lean/JTBD/Wardley/Blue Ocean/Lightning Sprint), 코드리뷰, 아키텍처, 견적, CRM, HR/인사, 노무(노동법/해고/산재/취업규칙), 리서치, 데이터 분석, 제1원칙 사고, 주식 투자, 부동산 투자, 명리학, 회사운영(노란우산/창업혜택/고용지원/세무일정), 디자인 제작(배너/카드뉴스/SNS/광고/인포그래픽), FAQ/지식베이스(KCS/셀프서비스/아티클),
Open command - /auto
계획부터 PR까지 원버튼 자동 실행. 중간에 멈추지 않습니다.
Open command - /build-fix
빌드 에러를 자동으로 분석하고 수정합니다.
Open command - /checkpoint
작업 상태 저장/복원 (v6)
Open command - /code-review
방금 작성한 코드를 보안+품질 검사합니다.
Open command - /commit-push-pr
머지 전 /sync-docs 문서 동기화 의무 게이트 → 검증 → 커밋 & PR & 머지 + MCP 알림 (v7)
Open command

