Learning Achievements banner
abossard abossard

Learning Achievements

Development community

Description

--- description: "List all learning achievements you've earned" --- Run the achievements command 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" achievement list ``` Format as a celebratory list with achievement name, description, and date earned.

Installation

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

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

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

Full documentation available on GitHub

View Source Repository