$npx -y skills add Soul-Brews-Studio/arra-oracle-skills-cli --skill recap-lite[DEPRECATED] Lite variant killed 2026-05-14. Use /recap instead.
| 1 | # /recap-lite |
| 2 | |
| 3 | Quick orient. Git + last handoff. |
| 4 | |
| 5 | ```bash |
| 6 | date "+🕐 %H:%M %Z (%A %d %B %Y)" && git status --short && echo "---" && git log --oneline -3 |
| 7 | ``` |
| 8 | |
| 9 | Then read the most recent handoff: |
| 10 | ```bash |
| 11 | ls -t ψ/inbox/handoff/*.md 2>/dev/null | head -1 |
| 12 | ``` |
| 13 | |
| 14 | Read it. Show: |
| 15 | - Last session summary (2-3 lines) |
| 16 | - Pending items |
| 17 | - Git state (clean/dirty/branch) |
| 18 | |
| 19 | End with: **What's next?** |
| 20 | |
| 21 | Upgrade: `/go standard` for full `/recap` with retro summaries, session mining, and deep context. |
| 22 | |
| 23 | --- |
| 24 | |
| 25 | ARGUMENTS: $ARGUMENTS |