Stats
Actions
Tags
From handoff
First-run setup for the handoff skill. Walks 5 questions (save location, retention, redaction strictness, git context, recommender scope) and writes the config. Run any time to reconfigure.
How this command is triggered — by the user, by Claude, or both
Slash command
/handoff:cs-handoff-setup [--project to set project-specific overrides]This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# /cs:handoff-setup Configure the handoff skill. Walks 5 questions (plus 1-2 optional) and writes the config. Re-run any time. ## Invocation ## Questions 1. **Save location** — OS temp / home folder / hidden home folder / per-project / custom. *No pre-selected default — explicit choice required on first run.* 2. **Retention window** — 7 / 30 days / forever / manual. 3. **Redaction strictness** — strict / warn / off. 4. **Git context** — auto-include branch + last commit + dirty file count? yes/no. 5. **Skill recommendation scope** — all repo / current domain only / off. 6. **Filename ...
Configure the handoff skill. Walks 5 questions (plus 1-2 optional) and writes the config. Re-run any time.
/cs:handoff-setup # configure global defaults
/cs:handoff-setup --project # set project-specific overrides
~/.config/handoff/config.json.<repo>/.handoff/config.json (with --project). Missing keys fall back to global.save_location.mode = project, setup offers to append .handoff/ to .gitignore.Delete the config and rerun:
rm ~/.config/handoff/config.json
rm ~/.config/handoff/.setup-declined 2>/dev/null
python3 ${CLAUDE_PLUGIN_ROOT}/skills/handoff/scripts/setup.py
For project-scoped overrides:
python3 ${CLAUDE_PLUGIN_ROOT}/skills/handoff/scripts/setup.py --reconfigure --project
npx claudepluginhub emmanuel-nyouma/claude-skills --plugin handoff