| name | recover |
| description | Recover pre-compaction context from backup transcripts. Use when the user wants to restore conversation context after compaction, uses phrases like 'recover context', 'restore backup', or invokes /recover. |
| user-invocable | true |
| disable-model-invocation | true |
| allowed-tools | Bash |
| model | haiku |
Recover pre-compaction conversation context by running the companion script and summarizing the result.
Steps
-
Run the recovery script:
bash ~/.claude/skills/recover/scripts/recover-context.sh
-
If the script exits with an error, inform the user that no backup was found for the current project.
-
If successful, summarize the recovered transcript for the user:
- What task was being worked on
- Key decisions and progress made
- Pending items or next steps
- Important file paths or code locations referenced