Clone
Skill Verified ActiveClone the current conversation so the user can branch off and try a different approach.
Clone the current conversation to allow users to branch off and experiment with different approaches without losing their original thread.
Features
- Clone current conversation
- Branch conversations for experimentation
- Use native Claude Code forking or bundled script
- Integrates via CLI script or plugin
Use Cases
- Trying a different solution to a coding problem without altering the original conversation.
- Experimenting with alternative approaches to a research question.
- Creating a safe copy of a conversation before making significant changes.
- Branching off from a specific point in a long conversation to explore a new idea.
Non-Goals
- Modifying the original conversation
- Merging cloned conversations back into the original
- Managing general conversation history beyond cloning
License
- info:License usabilityThe license is provided as a copyright notice rather than a standard SPDX identifier or a dedicated LICENSE file, making its usability for redistribution unclear.
Installation
First, add the marketplace
/plugin marketplace add ykdojo/claude-code-tips/plugin install claude-code-tips@ykdojoQuality Score
VerifiedTrust Signals
Similar Extensions
Project Session Manager
100Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions
Acp Router
100Route plain-language requests for Pi, Claude Code, Cursor, Copilot, OpenClaw ACP, OpenCode, Gemini CLI, Qwen, Kiro, Kimi, iFlow, Factory Droid, Kilocode, or explicit ACP harness work into either OpenClaw ACP runtime sessions or direct acpx-driven sessions ("telephone game" flow). For coding-agent thread requests, read this skill first, then use only `sessions_spawn` for thread creation. Codex chat binding defaults to the native Codex app-server plugin unless ACP is explicit or background spawn needs ACP.
Wrap Up Ritual
100End-of-session ritual that audits changes, runs quality checks, captures learnings, and produces a session summary. Use when saying "wrap up", "done for the day", "finish coding", or ending a coding session.
Orchestrate
100Wire Commands, Agents, and Skills together for complex features. Use when building features that need research, planning, and implementation phases.
Add New Opc Skill
100Checklist and automation guide for adding a new skill to the OPC Skills project. Ensures all required files, metadata, logos, and listings are created before release. Use when adding a new skill, publishing a skill, or preparing a skill for release.
Annotate Source Files
100Add PUT workflow annotations to source files using the correct language-specific comment prefix. Covers annotation syntax, skeleton generation via put_generate(), multiline annotations, .internal variables, and validation. Supports 30+ languages with automatic comment prefix detection. Use after analyzing a codebase and having an annotation plan, when adding workflow documentation to new or existing source files, or when documenting data pipelines, ETL processes, or multi-step computations.