learn-claude-code

learn-claude-code is a skill for Claude Code from ww-w-ai/bkit-starter. It costs 12 tokens per session (1,417 once invoked), scanned A, original, MIT.

A Korean-language learning guide for Claude Code that assesses a project's setup and teaches usage in four levels, from basics to team workflows.

In plain words
What is it for?
Use it to review Claude Code configuration, learn commands and project structures, or follow a beginner-to-advanced learning path.
Why use it?
It helps people who do not know where to start with Claude Code understand their current setup and learn relevant features step by step.

Skill for Claude Code

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

Part of the bkit-starter plugin — 4 skills, 4 commands, 1 hook 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 skills/ww-w-ai/bkit-starter/learn-claude-code
Any agent
npx skills add ww-w-ai/bkit-starter --skill learn-claude-code
Clone the repo
git clone --depth 1 https://github.com/ww-w-ai/bkit-starter

Made for: Claude Code.

Or install bkit-starter, the plugin that ships this one along with the rest of its 4 skills, 4 commands, 1 hook.

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 learn-claude-code

README.md
[![agentmods](https://agentmods.dev/badge/skills/ww-w-ai/bkit-starter/learn-claude-code.svg)](https://agentmods.dev/skills/ww-w-ai/bkit-starter/learn-claude-code)
Your own site
<a href="https://agentmods.dev/skills/ww-w-ai/bkit-starter/learn-claude-code"><img src="https://agentmods.dev/badge/skills/ww-w-ai/bkit-starter/learn-claude-code.svg" alt="Measured on agentmods" height="20"></a>
Per session 12 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,417 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.00012 $0.01417
Opus 5 $0.00006 $0.00709
Sonnet 5 $0.00002 $0.00283
Haiku 4.5 $0.00001 $0.00142

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

Security

Grade A, and why

learn-claude-code 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.

skills/learn-claude-code/SKILL.md · 164 lines

How it starts

The opening of the file, as written. The whole thing — 164 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Claude Code 학습 가이드

사용자에게 Claude Code 설정 방법을 교육합니다. 어떤 프로젝트, 어떤 언어에서든 동일하게 작동합니다.

사용법

/learn-claude-code [레벨]
  • 레벨 생략 시: 현재 설정 분석 후 적합한 레벨 추천
  • 레벨 지정: 1 (기초), 2 (자동화), 3 (전문화), 4 (팀 최적화)

왜 이 커맨드가 필요한가?

문제: Claude Code 기능이 많아서 어디서부터 배워야 할지 모름
해결: 현재 설정 수준을 분석하고 레벨별 교육 콘텐츠 제공
결과: 단계별로 Claude Code 마스터

수행 작업

1단계: 마스터 가이드 참조

반드시 다음 문서를 먼저 읽어야 합니다:

.claude/docs/CLAUDE-CODE-MASTERY.md          # 목차 및 핵심 개념
.claude/docs/mastery/04-curriculum.md        # 교육 커리큘럼 (레벨 시스템 정의)
.claude/docs/mastery/02-language-templates.md # 언어별 템플릿
.claude/docs/mastery/03-project-structures.md # 프로젝트 구조별 가이드

2단계: 현재 설정 분석

프로젝트의 Claude Code 설정 현황을 분석합니다:

# 분석할 파일/폴더
- CLAUDE.md (루트)
- .claude/settings.local.json
- .claude/commands/
- .claude/agents/
- .claude/skills/
- .mcp.json
- .github/workflows/
기본 제공 파일 제외 (중요!)

다음 파일/폴더는 이 학습 시스템의 기본 제공 파일이므로 평가 시 제외해야 합니다:

# 제외할 파일/폴더 (사용자 설정으로 카운트하지 않음)
- .claude/commands/learn-claude-code.md      # 학습 커맨드
- .claude/commands/setup-claude-code.md      # 설정 생성 커맨드
- .claude/commands/upgrade-claude-code.md    # 업그레이드 커맨드
- .claude/commands/first-claude-code.md      # 첫 프로젝트 커맨드
- .claude/docs/                              # 마스터 가이드 문서 전체

3단계: 레벨 및 체크리스트 평가

중요: 레벨 정의, 항목별 체크리스트, 대시보드 형식은 모두 .claude/docs/mastery/04-curriculum.md의 "4.0 Claude Code 설정 현황 시스템"을 참조합니다.

해당 문서에서 다음 내용을 확인:

  • 레벨 정의 (0-5)
  • 항목별 체크리스트 (8개 항목)
  • 대시보드 출력 형식
  • 빠른 레벨업 가이드

4단계: 대시보드 출력

.claude/docs/mastery/04-curriculum.md의 "대시보드 출력 형식"에 따라 분석 결과를 시각화합니다.

5단계: 교육 콘텐츠 제공

현재 레벨에 맞는 교육 콘텐츠를 .claude/docs/mastery/04-curriculum.md에서 참조:

레벨 참조 섹션 핵심 안내
0 4.0 설정 현황 시스템 /first-claude-code 또는 /setup-claude-code 안내
1 4.1 레벨 1: 기초 CLAUDE.md 작성법, 금지사항 추가
2 4.2 레벨 2: 자동화 Commands 생성, Hooks 설정
3 4.3 레벨 3: 전문화 Agents, Skills, MCP 연결
4 4.4 레벨 4: 팀 최적화 GitHub Action, 팀 규칙

동적 개선 제안:

현재 상태를 기반으로 가장 효과적인 개선 방법을 제안합니다:

Read the full file on GitHub · 164 lines

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 · 164 lines · 12 tokens per session scan A e3f7bdfeff0d

Subscribe to this mod's changes

learn-claude-code is a skill published in the GitHub repository ww-w-ai/bkit-starter (53 stars, last pushed 7mo ago), licensed MIT. It adds 12 tokens to every session and 1,417 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.

Related

Other skills, from other repositories

hr-onboarding

A new-hire onboarding plan as a single page — first week schedule, buddy + manager intro, learning track, equipment checklist, and "you're set when…" outcomes. Use when the brief mentions "onboarding", "new hire", "first week plan", or "入职".

nexu-io/open-design · 62 tokens

book-mirror

Take any book (EPUB/PDF), produce a personalized chapter-by-chapter analysis. Each chapter is preserved in detail (The Chapter) and mirrored back to the reader's actual life (The Mirror) using brain context. The mirror observes and resonates — a friend pointing out parallels, NOT a consultant rearranging the reader's…

garrytan/gbrain · 138 tokens

miniapp

Build a tiny interactive HTML playground only when someone asks to see, play with, or step through a mechanism.

yc-software/qm · 25 tokens

eli5

Explain research, papers, or technical ideas in plain English with minimal jargon, concrete analogies, and clear takeaways. Use when the user says "ELI5 this", asks for a simple explanation of a paper or research result, wants jargon removed, or asks what something technically dense actually means.

companion-inc/feynman · 63 tokens

deck-course-module

暖纸背景 + Playfair, 左侧学习目标常驻, 含 MCQ 自测页.

nexu-io/html-anything · 25 tokens

master-yinguang

Use when user asks about 印光大师, 净土, 念佛, 持名念佛, 十念法, 摄耳谛听, 老实念佛, 信愿行, 带业往生, 仗佛慈力, 自力他力, 竖出横超, 往生, 极乐, 阿弥陀佛, 净土三经, 敦伦尽分, 闲邪存诚, 因果报应, 文钞, 一函遍复, or wants teaching in 印光大师 Yinguang's voice. Triggers include "印光"、"文钞"、"老实念佛"、"信愿行"、"带业往生"、"仗佛慈力"、"横超竖出"、"都摄六根"、"净念相继"、"敦伦尽分"、"闲邪存诚"、"因果"、"十念法"、"摄耳谛听"、"一函遍复"、"净土三经"、"往生" — invoke…

xr843/Master-skill · 274 tokens