src/skills/forward-lite/SKILL.md
Quick handoff to next session — save context for tomorrow. Lite version for minimal profile. Use when user says "forward", "handoff", "wrap up". For full version with plan mode, issue creation, and outbox, upgrade to standard (/go standard → /forward).
npx skillsauth add Soul-Brews-Studio/oracle-skills-cli forward-liteInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Quick handoff. No plan mode, no issues.
date "+🕐 %H:%M %Z (%A %d %B %Y)" && git status --short && echo "---" && git log --oneline -5
Resolve vault:
PSI=$(readlink -f ψ 2>/dev/null || echo "ψ")
mkdir -p "$PSI/inbox/handoff"
Write to: $PSI/inbox/handoff/YYYY-MM-DD_HH-MM_quick.md
# Handoff: [focus]
**Date**: YYYY-MM-DD HH:MM
## What We Did
- [from git log, 3-5 items]
## Pending
- [ ] [from git status or conversation]
## Next Session
- [ ] /recap-lite to orient
Show: "Handoff saved. Next session: /recap-lite"
Upgrade: /go standard for full /forward with plan mode, GitHub issue creation, and outbox tracking.
ARGUMENTS: $ARGUMENTS
testing
Cut a beta pre-release — bump CalVer with --beta, PR to beta branch, CI auto-tags + publishes to npm @beta. Use when user says 'release beta', 'cut beta', '/release-beta', or wants to publish a beta version for pre-release testing.
testing
Cut an alpha pre-release — bump CalVer, PR to alpha branch, CI auto-tags + publishes to npm @alpha. Use when user says 'release alpha', 'cut alpha', '/release-alpha', or wants to publish an alpha version.
tools
Talk to another oracle via maw federation. Uses fleet machine names (white, mba, clinic-nat, oracle-world, phaith). Auto-signs with current oracle's [host:handle] from CLAUDE.md. Global — works from any oracle repo.
development
Log information for future reference. Use when user says "fyi", "remember this", "note that", "for your info".