Rpg Status Bar Statusline
Settings statusline 108
Level up your coding skills like in an RPG. Gain experience with each session, advance through classes from Novice to Archmage, and track your health and mana. Displays: Class progression (Novice 1-4, Wizard 5-9, Archmage 10+), Level (increases when XP reaches level*100), HP (Health Points 0-10, calculated from git changes: 10 minus uncommitted files), Mana (🔵 if package.json exists, ⚪ if not), XP (Experience Points, +3 per interaction, resets on level up).
npx claude-code-templates@latest --setting statusline/rpg-status-bar-statusline claude-code — rpg-status-bar-statusline
Content
JSON
{
"description": "Level up your coding skills like in an RPG. Gain experience with each session, a..."
"statusLine": {
"type": "command"
"command": "bash -c 'input=$(cat); MODEL=$(echo "$input" | jq -r ".model.display_name"); DIR..."
}
}