Learn Show banner
ankushdixit ankushdixit

Learn Show

Development community

Description

--- description: Browse and filter learnings argument-hint: [--category CATEGORY] [--tag TAG] [--session SESSION] --- # Show Learnings View captured learnings with optional filtering. ## Usage Parse $ARGUMENTS for filters and run the show-learnings command: ```bash sk learn-show "$@" ``` ### Filter Options - `--category <category>` - Filter by category: - `architecture_patterns` - Design decisions and patterns - `gotchas` - Edge cases and pitfalls - `best_practices` - Effective appr

Installation

Installs to ~/.claude/commands/ankushdixit-solokit-learn-show.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/ankushdixit/solokit/HEAD/.claude/commands/learn-show.md -o ~/.claude/commands/ankushdixit-solokit-learn-show.md

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

Full documentation available on GitHub

View Source Repository