Learning Reset banner
abossard abossard

Learning Reset

Development community

Description

--- description: "Reset your learning progress (requires confirmation)" --- **WARNING:** This will delete all learning progress, quiz history, and achievements. Before proceeding, ask the user for confirmation: "Are you sure you want to reset ALL learning progress? This cannot be undone." If confirmed: ```bash rm -f "${LEARNING_FIRST_DB:-$HOME/.learning-first/knowledge.db}" echo "Learning progress reset." ``` If declined, say: "Reset cancelled. Your progress is safe."

Installation

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

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

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

Full documentation available on GitHub

View Source Repository