Learning Stats banner
abossard abossard

Learning Stats

Development community

Description

--- description: "Show quiz statistics — accuracy, topics covered, learning velocity" --- Run the stats commands and format the output: ```bash PLUGIN_DIR="${CLAUDE_PLUGIN_ROOT:-${COPILOT_PLUGIN_ROOT:-$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)}}" node "$PLUGIN_DIR/src/cli.js" quiz stats ``` Format as a readable summary: - Total questions answered - Overall accuracy percentage - Topics quizzed with per-topic accuracy - Highest depth level reached

Installation

Installs to ~/.claude/skills/abossard-andre-agents-learning-stats/SKILL.md

Terminal
mkdir -p ~/.claude/skills/abossard-andre-agents-learning-stats && curl -fsSL https://raw.githubusercontent.com/abossard/andre-agents/HEAD/commands/learning-stats.md -o ~/.claude/skills/abossard-andre-agents-learning-stats/SKILL.md

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

Full documentation available on GitHub

View Source Repository