upgrade-claude-code

upgrade-claude-code is a skill for Claude Code from ww-w-ai/bkit-starter. It costs 13 tokens per session (2,331 once invoked), scanned A, original, MIT.

A command for reviewing and improving a Claude Code project's settings, instructions, commands, agents, skills, external tool connections, and automation files.

In plain words
What is it for?
Use it to assess a Claude Code setup, check its configuration against documented levels and checklists, research current practices, and suggest upgrades.
Why use it?
AI coding tools and their recommended practices change, so project settings can become outdated or incomplete.

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

Good fit Use it to assess a Claude Code setup, check its configuration against documented levels and checklists, research current practices, and suggest upgrades.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ww-w-ai/bkit-starter/upgrade-claude-code
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.

Any agent
npx skills add ww-w-ai/bkit-starter --skill upgrade-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 upgrade-claude-code

README.md
[![agentmods](https://agentmods.dev/badge/skills/ww-w-ai/bkit-starter/upgrade-claude-code.svg)](https://agentmods.dev/skills/ww-w-ai/bkit-starter/upgrade-claude-code)
Your own site
<a href="https://agentmods.dev/skills/ww-w-ai/bkit-starter/upgrade-claude-code"><img src="https://agentmods.dev/badge/skills/ww-w-ai/bkit-starter/upgrade-claude-code.svg" alt="Measured on agentmods" height="20"></a>
Per session 13 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,331 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.02331
Opus 5 $0.00006 $0.01166
Sonnet 5 $0.00003 $0.00466
Haiku 4.5 $0.00001 $0.00233

Measured 8d ago against content hash 2380e61766c4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

upgrade-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 8d 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/upgrade-claude-code/SKILL.md · 295 lines

How it starts

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

Claude Code 설정 업그레이드

현재 설정을 분석하고 최신 트렌드를 반영하여 업그레이드를 제안합니다. 어떤 프로젝트, 어떤 언어에서든 동일하게 작동합니다.

사용법

/upgrade-claude-code

왜 이 커맨드가 필요한가?

문제: AI 도구는 빠르게 변화하므로 설정이 금방 구식이 됨
해결: WebSearch로 최신 트렌드 조사 + 현재 설정 분석 + 개선 제안
결과: 항상 최신 베스트 프랙티스 유지 (정기적으로 실행 권장)

수행 작업

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

반드시 다음 문서를 먼저 읽습니다:

.claude/docs/CLAUDE-CODE-MASTERY.md           # 목차 및 핵심 개념
.claude/docs/mastery/04-curriculum.md         # 레벨 시스템 정의 (단일 소스)
.claude/docs/mastery/05-advanced.md           # 최신 트렌드 분석 방법
.claude/docs/mastery/01-settings-guide.md     # 설정 요소별 상세 (MCP 추천 포함)

2단계: 현재 설정 분석

# 분석 대상
1. CLAUDE.md - 규칙 수, 상세도
2. .claude/settings.local.json - 훅, 권한 설정
3. .claude/commands/ - 커맨드 수, 품질
4. .claude/agents/ - 에이전트 수, 전문성
5. .claude/skills/ - 스킬 수, 도메인 커버리지
6. .mcp.json - 연결된 외부 도구
7. .github/workflows/ - CI/CD 자동화

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

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

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

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

4단계: 시간대별 트렌드 조사 (WebSearch)

AI 도구는 빠르게 변화하므로, 시간대별로 검색을 세분화합니다.

4.1 년도 트렌드 (연간 베스트 프랙티스)

검색어:

- "Claude Code best practices {current_year}"
- "Claude Code setup guide {current_year}"
- "Boris Cherny Claude Code tips"
4.2 월간 트렌드 (최근 업데이트)

검색어:

- "Claude Code updates {current_month} {current_year}"
- "Claude Code new features {current_month}"
- "Anthropic Claude Code changelog {current_month}"
4.3 주간 트렌드 (핫 토픽)

검색어:

- "Claude Code this week"
- "Claude Code latest news"
- "MCP servers new releases"
4.4 카테고리별 검색 (선택적)
카테고리 검색어 중요도
Features "Claude Code new feature" 높음
Breaking "Claude Code breaking change deprecated" 높음
Integration "Claude MCP server new {current_year}" 중간
4.5 플랫폼별 검색 (선택적)
플랫폼 검색어 특징
Reddit site:reddit.com Claude Code {current_month} 실사용 리뷰, 팁
HN site:news.ycombinator.com Claude Code 기술적 토론, 비판적 시각
Discord Anthropic Discord 채널 직접 확인 실시간 기술 지원
GitHub "Claude Code" in:readme stars:>50 pushed:>{last_week} 인기 프로젝트

Read the full file on GitHub · 295 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. 8d ago First seen · 295 lines · 13 tokens per session scan A 2380e61766c4

Subscribe to this mod's changes

upgrade-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 13 tokens to every session and 2,331 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

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

next-cache-components-optimizer

Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…

vercel/next.js · 170 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens

chronicle

Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…

microsoft/vscode · 72 tokens