Extract cross-session patterns from git history and handoffs, recommend artifacts (skill/rule/hook/agent) based on frequency.
/plugin marketplace add majesticlabs-dev/majestic-marketplace/plugin install majestic-llm@majestic-marketplacehaiku# Learn Extract patterns from git history, PRs, and handoffs to create durable artifacts (skills, rules, hooks). **For single-session reflection, use `/reflect` instead.** **Reference**: Use methodology from `compound-learnings` skill. ## Data Sources | Source | Command | What to Extract | |--------|---------|-----------------| | Git commits | `git log --oneline -100` | Repeated fix types, patterns | | PR descriptions | `gh pr list --state merged -L 20 --json title,body` | Lessons, decisions | | Handoffs | `.claude/handoffs/*.md` (main worktree) | Patterns, What Worked/Failed | | Exist...