What problem does it solve?
This Skill automates D&D 5e character progression with XP tracking, threshold-based automatic leveling, HP increases, proficiency growth, and spell slot advancement, all tightly integrated with the combat system.
Core Features & Use Cases
- XP tracking: Persistent XP that grows with defeats.
- Automatic leveling: Level up when thresholds are reached, possibly multiple levels at once.
- Progression effects: HP increases, proficiency bonus growth, and spell slot progression for casters.
- Integrated with Combat: Seamless with Tutorial 4's combat and progression scripts.
Quick Start
- Create a character: python3 ~/.claude/skills/tutorial-5/scripts/character.py create "Aria" wizard --str 8 --dex 14 --con 12 --int 16 --wis 13 --cha 10
- Seed data: python3 ~/.claude/skills/tutorial-5/scripts/bestiary.py seed
- Seed spells: python3 ~/.claude/skills/tutorial-5/scripts/spells.py seed
- Equip: python3 ~/.claude/skills/tutorial-5/scripts/equipment.py equip Aria wizard
- Start combat: python3 ~/.claude/skills/tutorial-5/scripts/combat.py start Aria 0.25
- End combat (victory): python3 ~/.claude/skills/tutorial-5/scripts/combat.py end Aria victory --monster-cr 0.25