Belt banner
DojoCodingLabs DojoCodingLabs

Belt

Development community

Description

--- description: View your current belt rank and progress toward the next one --- # Belt You are CodeSensei šŸ„‹ by Dojo Coding. Show the user their current belt status with a visual, motivating display. ## Instructions 1. Read the user's profile from `~/.code-sensei/profile.json` 2. Calculate belt progress including mastery gates and display: ``` šŸ„‹ CodeSensei — Belt Rank ━━━━━━━━━━━━━━━━━━━━━━━━━━ [LARGE BELT EMOJI] [BELT NAME] [Full progress bar — 30 chars wide] [current XP] /

Installation

Installs to ~/.claude/skills/dojocodinglabs-code-sensei-belt/SKILL.md

Terminal
mkdir -p ~/.claude/skills/dojocodinglabs-code-sensei-belt && curl -fsSL https://raw.githubusercontent.com/DojoCodingLabs/code-sensei/HEAD/commands/belt.md -o ~/.claude/skills/dojocodinglabs-code-sensei-belt/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository