setup

A command that creates a Korean-language CLAUDE.md project guide from a template. CLAUDE.md is a file containing instructions and project context for the Claude coding assistant.

In plain words
What is it for?
Use it to create guidance for a web app, API server, data pipeline, monorepo—a repository containing multiple related packages—or side project.
Why use it?
It reduces the work of writing setup instructions from scratch by detecting common project files and filling in known details. Unknown details remain marked for the user to complete.

Command

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/shinhyukahn/cck/setup
Clone the repo
git clone --depth 1 https://github.com/shinhyukahn/cck
Per session 64 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 427 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 $0.00064 $0.00427
Opus 5 $0.00032 $0.00214
Sonnet 5 $0.00013 $0.00085
Haiku 4.5 $0.00006 $0.00043

Measured 2d ago against content hash 43770879c553, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

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 2d 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/setup.md · 43 lines

What it actually says

CLAUDE.md 한국어 템플릿 생성

사용자의 프로젝트에 맞는 CLAUDE.md 템플릿을 생성해줘.

프로젝트 유형

인자가 없으면 먼저 물어봐:

"어떤 프로젝트야?

  1. 웹앱 (React/Next.js/Vue 등)
  2. API 서버 (Spring/Express/FastAPI 등)
  3. 데이터 파이프라인 (ETL, 배치 처리)
  4. 모노레포 (여러 패키지 관리)
  5. 사이드 프로젝트 (빠른 시작, 최소 설정)"

템플릿 위치

각 유형별 템플릿 파일:

동작

  1. 해당 템플릿 파일을 읽어서 내용을 확인
  2. 현재 프로젝트 디렉토리를 탐색해서 기술 스택을 자동 감지 (package.json, pom.xml, requirements.txt 등)
  3. 감지된 정보로 [TODO] 항목을 최대한 자동으로 채움
  4. 자동 감지 못한 부분은 [TODO]로 남겨두고 사용자에게 안내
  5. ./CLAUDE.md 파일로 저장

사용자 입력: $ARGUMENTS

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. 2d ago First seen · 43 lines · 64 tokens per session scan A 43770879c553

Subscribe to this mod's changes

setup is a command published in the GitHub repository shinhyukahn/cck (12 stars, last pushed 4mo ago), licensed MIT. It adds 64 tokens to every session and 427 once invoked, about $0.0003 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.