Clone
Claude skill for Clone
LLM Evaluation
Evaluated by: xiaomi/mimo-v2-flash:free
Last evaluated: March 29, 2026
Prompt Preview
---
name: clone
description: Clone the current conversation so the user can branch off and try a different approach.
---
Clone the current conversation so the user can branch off and try a different approach.
Steps:
1. Get the current session ID and project path: `tail -1 ~/.claude/history.jsonl | jq -r '[.sessionId, .project] | @tsv'`
2. Find clone-conversation.sh with bash: `find ~/.claude -name "clone-conversation.sh" 2>/dev/null | sort -V | tail -1`
- This finds the script whether insta...
Full prompt length: 904 characters