Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/sangrokjung/claude-forge/show-setupgit clone --depth 1 https://github.com/sangrokjung/claude-forgeWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/sangrokjung/claude-forge/show-setup)<a href="https://agentmods.dev/commands/sangrokjung/claude-forge/show-setup"><img src="https://agentmods.dev/badge/commands/sangrokjung/claude-forge/show-setup.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00013 | $0.00469 |
| Opus 5 | $0.00006 | $0.00234 |
| Sonnet 5 | $0.00003 | $0.00094 |
| Haiku 4.5 | $0.00001 | $0.00047 |
Grade A, and why
show-setup scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
/show-setup
현재 Claude Forge 설치 상태와 프로젝트 정보를 종합적으로 보여줍니다.
Instructions
1. Claude Forge 설치 현황
- Count agents in ~/.claude/agents/
- Count commands in ~/.claude/commands/
- Count skills in ~/.claude/skills/
- Count hooks in ~/.claude/hooks/
- Count rules in ~/.claude/rules/
2. 현재 프로젝트 상태 (프로젝트 폴더에서 실행 시)
- 프로젝트 타입 감지 (package.json / go.mod / Cargo.toml / pyproject.toml)
- Git 상태 (브랜치, 마지막 커밋, 변경 파일 수)
- CLAUDE.md 존재 여부
- 테스트 설정 존재 여부
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 clipboardorxsel --clipboard
Tell the user the summary has been copied to clipboard and is ready to share on X/Twitter or other social platforms.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 6d ago First seen · 67 lines · 13 tokens per session scan A 4b6565612f60
show-setup is a command published in the GitHub repository sangrokjung/claude-forge (825 stars, last pushed 2d ago), licensed MIT. It adds 13 tokens to every session and 469 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
CONTEXT
Slash commands for SPEC-First development workflow.
review
Perform a thorough code review of changes in this branch.
01_confirm
Extract plan from conversation, create file in draft/, auto-apply non-BLOCKING improvements, move to pending.
review
Review plans with multi-angle analysis (mandatory + extended + autonomous).
add-tool
Scaffold and implement a new tool for VisionAgent.
implement
You are in full autonomous implementation mode. Follow the VisionAgent agentic task approach from CLAUDE.md rigorously.