Added orient plugin to the learning-opportunities marketplace.
New:
orientskill for generating repo-specific orientation files using program comprehension research- Showboat mode for detailed linear code walkthroughs
Fixed:
- Moved hook declaration from inline
plugin.jsonformat tohooks/hooks.json, which is the format Claude Code actually reads at runtime - Moved
scripts/post-tool-use.shtohooks/post-tool-use.shto colocate with hook configuration
Initial release of the automatic hook companion plugin.
New:
PostToolUsehook that triggers aftergit commitand nudges Claude to offer a learning exercise when appropriate- Bash implementation — works on Linux and macOS out of the box; Windows users need to configure
CLAUDE_CODE_GIT_BASH_PATH(see README) - Session state tracking: respects the learning-opportunities skill's two-exercise-per-session limit and declined-offer flag
Initial release as a Claude Code plugin.
New:
learning-opportunitiesskill for science-based deliberate practice during AI-assisted coding- Exercise types: Prediction/Observation/Reflection, Generation/Comparison, Trace the Path, Debug This, Teach It Back, Retrieval Check-in
- Supporting resources: PRINCIPLES.md (learning science foundations), MEASURE-THIS.md (team experiment playbook)