show-setup

show-setup is a command for Claude Code from sangrokjung/claude-forge. It costs 13 tokens per session (469 once invoked), scanned A, original, MIT.

A project-status command for Claude Forge, a collection of Claude coding-agent extensions. It shows installed agents, commands, skills, hooks, rules, and basic information about the current software project and Git repository.

In plain words
What is it for?
Use it to check a Claude Forge installation, inspect the current project, see whether tests and project instructions exist, and copy the summary to the system clipboard.
Why use it?
It gathers setup and project details in one summary, so you do not need to inspect configuration files and repository status separately. It also points to a likely next command based on missing setup, tests, or uncommitted changes.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths; mentions CLAUDE.md.

Part of the claude-forge plugin — 33 skills, 39 commands, 17 agents shipped together

Install

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.

agentmods
npx agentmods add commands/sangrokjung/claude-forge/show-setup
Clone the repo
git clone --depth 1 https://github.com/sangrokjung/claude-forge

Made for: Claude Code.

Or install claude-forge, the plugin that ships this one along with the rest of its 33 skills, 39 commands, 17 agents.

Wrote 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.

agentmods badge for show-setup

README.md
[![agentmods](https://agentmods.dev/badge/commands/sangrokjung/claude-forge/show-setup.svg)](https://agentmods.dev/commands/sangrokjung/claude-forge/show-setup)
Your own site
<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>
Per session 13 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 469 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 6d ago against content hash 4b6565612f60, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

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.

commands/show-setup.md · 67 lines

What it actually says

/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.

Changes

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.

  1. 6d ago First seen · 67 lines · 13 tokens per session scan A 4b6565612f60

Subscribe to this mod's changes

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.