Skip to content
Z-M-Huang edited this page Mar 20, 2026 · 4 revisions

[English] · Home-zh

cc-proficiency

Generate a proficiency badge for your Claude Code usage, aligned with the 5 Claude Certified Architect exam domains. Analyzes your session transcripts locally with 55+ rules for pattern detection and depth-based feature scoring, then renders an SVG badge you can embed in any README.

Disclaimer: This is an unofficial usage estimate, not an actual Anthropic certification score. Not affiliated with or endorsed by Anthropic.

New in v0.2.5: The Gamification-Guide covers how to unlock achievements, use the leaderboard, and improve your feature depth scores.

Features

  • Zero-effort tracking -- a Stop hook captures every session automatically after init
  • 55+ scoring rules across 5 domains, plus depth-based feature scoring with log curves
  • Progressive badge -- Calibrating (0-2 sessions), Early Results (3-9), Full Badge (10+)
  • 8 feature mini-bars -- per-feature heatmap: Hooks, Plugins, Skills, MCP, Agents, Plan, Memory, Rules
  • 15 achievements tracking sessions, hours, streaks, and features
  • Community leaderboard -- opt-in public rankings; private data stays private
  • Bilingual -- English and 中文 badge rendering
  • Zero runtime dependencies -- only Node.js built-ins

Quick start

npm install -g cc-proficiency
cc-proficiency init

Then embed in your README (static or animated):

![CC Proficiency](https://gist.githubusercontent.com/<user>/<gist-id>/raw/cc-proficiency.svg)
![CC Proficiency](https://gist.githubusercontent.com/<user>/<gist-id>/raw/cc-proficiency-animated.svg)

Wiki navigation

English 中文
Getting-Started Getting-Started-zh
Gamification-Guide Gamification-Guide-zh
Commands Commands-zh
Scoring Scoring-zh
Achievements Achievements-zh
Leaderboard Leaderboard-zh
Privacy Privacy-zh

Clone this wiki locally