Ashlr Handoff banner
ashlrai ashlrai

Ashlr Handoff

Development community

Description

--- name: ashlr-handoff description: Generate a context-pack for the next session to resume cold. argument-hint: "" --- Generate a plain-text handoff that can be pasted into a fresh Claude Code session. Renders branch/dirty state, last 5 commits, genome state, top session tools, and top lifetime projects — all in ASCII so it copies cleanly. Run via Bash: ```sh bun run ${CLAUDE_PLUGIN_ROOT}/scripts/savings-dashboard.ts --handoff ``` Print the script's stdout verbatim — do not paraphrase. The

Installation

Installs to ~/.claude/skills/ashlrai-ashlr-plugin-ashlr-handoff/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ashlrai-ashlr-plugin-ashlr-handoff && curl -fsSL https://raw.githubusercontent.com/ashlrai/ashlr-plugin/HEAD/commands/ashlr-handoff.md -o ~/.claude/skills/ashlrai-ashlr-plugin-ashlr-handoff/SKILL.md

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

Full documentation available on GitHub

View Source Repository