From claude-code-hero
Displays Claude Code Hero quest log progress via Ruby CLI, showing completed, current, and locked quests in a DM-narrated table with status annotations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-code-hero:progressThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Display the learner's quest log as a DM-narrated progress summary.
Display the learner's quest log as a DM-narrated progress summary.
Run ruby scripts/cli.rb status to get the authoritative state: { current_level, completed, highest_passing, status }.
Run ruby scripts/cli.rb levels to get quest metadata (names, features, artifacts).
If the progress file does not exist, respond:
No quest log found. You haven't begun your journey. Run the dungeon-master to start.
Then stop.
For each quest, determine its status:
completed. Use the date portion of the ISO 8601 timestamp as the completion date.current_level and is not in completed.current_level.Open with a line of DM flavor. Something like:
You unroll the quest log. The parchment shows your journey so far...
Then render a table:
| Quest | Name | Status | Completed |
|---|---|---|---|
| 0 | The Threshold | COMPLETE | 2026-03-27 |
| 1 | The Map Room | COMPLETE | 2026-03-27 |
| 2 | The Tome of First Instructions | COMPLETE | 2026-03-27 |
| 3 | The Goblin Lair of Commands | CURRENT | -- |
| 4 | The Warden's Keys | LOCKED | -- |
| ... | ... | ... | ... |
After the table, add brief annotations in DM voice:
Close with an overall progress line: "{N} of 10 chambers conquered. The deeper halls await."
If all ten levels are in completed (or current_level >= 10), skip the table annotations and instead deliver:
The quest log is full. Every chamber conquered, every seal broken. You are no longer an adventurer. You are an artificer.
npx claudepluginhub kylesnowschwartz/claude-code-hero --plugin claude-code-heroVerifies Claude Code Hero quest levels using Ruby CLI and JSON progress file. Activates on /verify, work checks, or progress queries.
Displays gamified Claude Code feature roadmap with belt levels from usage counts in game-data.json, handles dependencies, and suggests next skill to try.
Shows language learning progress, statistics, mastery levels, streak, and achievements. Useful when learners ask about their stats or dashboard.