claude-code-guide-kr CLAUDE.md

claude-code-guide-kr CLAUDE.md is an instructions file for coding agents from wlsdnen/claude-code-guide-kr. It costs 280 tokens per session, scanned A, original, MIT.

Repository instructions for a Korean-language guide to configuring Claude Code, including Markdown documentation, reusable settings examples, MCP configuration, and hooks. The project also contains two matching HTML versions of the guide.

In plain words
What is it for?
Use them when editing the Korean guide, updating both HTML files, maintaining examples, checking external links, or making documentation commits.
Why use it?
They keep the documentation synchronized, preserve working examples, and enforce the project’s navigation, language, and commit conventions.

Instructions file

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 instructions/wlsdnen/claude-code-guide-kr/claude-md
Clone the repo
git clone --depth 1 https://github.com/wlsdnen/claude-code-guide-kr

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 claude-code-guide-kr CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/wlsdnen/claude-code-guide-kr/claude-md.svg)](https://agentmods.dev/instructions/wlsdnen/claude-code-guide-kr/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/wlsdnen/claude-code-guide-kr/claude-md"><img src="https://agentmods.dev/badge/instructions/wlsdnen/claude-code-guide-kr/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 280 This file is loaded in full into every session.
When invoked 280 The same file — it is already loaded in full.
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.00280 $0.00280
Opus 5 $0.00140 $0.00140
Sonnet 5 $0.00056 $0.00056
Haiku 4.5 $0.00028 $0.00028

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

Security

Grade A, and why

claude-code-guide-kr CLAUDE.md 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 3d 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.

CLAUDE.md · 22 lines

What it actually says

claude-code-guide-kr

한국어 Claude Code 종합 설정 가이드. 문서 전용 프로젝트.

구조

  • docs/ — 15개 섹션별 마크다운 (01-hierarchy ~ 15-faq)
  • examples/ — 복사해서 바로 쓸 수 있는 설정 파일 (CLAUDE.md, settings, mcp, hooks, rules)
  • index.html, guide.html — 동일한 풀 HTML 가이드 (다크 테마). index.html은 GitHub Pages용
  • README.md — 프로젝트 소개, 읽는 방법, 목차

규칙

  • 모든 문서는 한국어로 작성
  • docs/ 파일은 상단에 네비게이션 링크 포함 (← 목차 / 이전 / 다음 →)
  • HTML 수정 시 index.html과 guide.html 둘 다 동일하게 반영
  • 예시 파일은 실제 사용 가능한 상태 유지
  • 커밋 메시지: Conventional Commits (docs:, fix:, feat:, chore:)

주의

  • index.html = guide.html (완전 동일 파일). 내용 변경 시 cp guide.html index.html로 동기화
  • HTML의 .file-tree 클래스는 white-space: pre 필수 (트리 구조 렌더링)
  • 외부 링크 추가 시 실제 접속 가능 여부 확인
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. 3d ago First seen · 22 lines · 280 tokens per session scan A e4c313f9461a

Subscribe to this mod's changes

claude-code-guide-kr CLAUDE.md is an instructions file published in the GitHub repository wlsdnen/claude-code-guide-kr (2 stars, last pushed 6mo ago), licensed MIT. It adds 280 tokens to every session, about $0.0014 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-31.

Related

Other instructions, from other repositories

vibe-coding-rules CLAUDE.md

Instructions for yerdaulet-damir/vibe-coding-rules, covering claude.md — vibecodex, project purpose, architecture (mandatory), repositories/protocols.py and services/wallet/user.py.

yerdaulet-damir/vibe-coding-rules · 4,769 tokens

claude-code-ultimate-guide AGENTS.md

AGENTS.md instructions for FlorianBruniaux/claude-code-ultimate-guide, covering claude code ultimate guide - project context, purpose, repository structure, published at: https://cc.bruniaux.com/whitepapers/ and key files.

FlorianBruniaux/claude-code-ultimate-guide · 2,921 tokens

claude-code-ultimate-guide CLAUDE.md

Claude Code instructions for FlorianBruniaux/claude-code-ultimate-guide, covering claude code ultimate guide - project context, purpose, repository structure, published at: https://cc.bruniaux.com/whitepapers/ and key files.

FlorianBruniaux/claude-code-ultimate-guide · 2,921 tokens

claude-code-ultimate-guide copilot-instructions.md

Copilot instructions for FlorianBruniaux/claude-code-ultimate-guide: Use /CLAUDE.md as the single source of truth for this repository.

FlorianBruniaux/claude-code-ultimate-guide · 69 tokens

claude-cost-optimizer CLAUDE.md

Claude Code instructions for Sagargupta16/claude-cost-optimizer, covering claude.md - claude-cost-optimizer, purpose, file structure, writing conventions and python tools.

Sagargupta16/claude-cost-optimizer · 3,768 tokens

cc-best CLAUDE.md

Claude Code instructions for xiaobei930/cc-best, covering quick navigation | 快速导航, core constraints | 核心约束, current state | 当前状态, key principles | 关键原则 (important) and workflow | 工作流程.

xiaobei930/cc-best · 1,281 tokens