Toolverse
All skills

half-clone

by ykdojo

Clone the later half of the current conversation, discarding earlier context to reduce token usage while preserving recent work.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
ykdojo
Category
Data Science
Views
3

About this skill

Clone the later half of the current conversation, discarding earlier context to reduce token usage while preserving recent work.

How to use

  1. Pobierz identyfikator sesji i ścieżkę projektu z historii Claude'a, uruchamiając polecenie: tail -1 ~/.claude/history.jsonl | jq -r '[.sessionId, .project] | @tsv'. Zapisz obie wartości — będą potrzebne w następnych krokach.

  2. Zlokalizuj skrypt half-clone-conversation.sh za pomocą polecenia find ~/.claude -name "half-clone-conversation.sh" 2>/dev/null | sort -V | tail -1. Polecenie automatycznie znajdzie skrypt niezależnie od sposobu instalacji (wtyczka lub ręczny symlink) i wybierze najnowszą wersję, jeśli istnieje wiele kopii.

  3. Przed klonowaniem sprawdź zawartość rozmowy, uruchamiając skrypt w trybie podglądu: <ścieżka-skryptu> --preview <ścieżka-projektu>. Zweryfikuj, że pierwsza i ostatnia wiadomość odpowiadają bieżącej rozmowie.

  4. Uruchom klonowanie, wykonując polecenie: <ścieżka-skryptu> <ścieżka-projektu>. Pamiętaj, aby zawsze przekazać ścieżkę projektu z wpisu historii, a nie z bieżącego katalogu roboczego.

  5. Po zakończeniu klonowania uzyskaj dostęp do nowej rozmowy za pomocą polecenia claude -r i poszukaj wpisu oznaczonego [HALF-CLONE ], na przykład [HALF-CLONE Jan 7 14:30]. Skrypt automatycznie dodaje ten znacznik, aby łatwo zidentyfikować sklonowaną rozmowę.

Related skills

pptx

by anthropics

Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks

Data Science
134310

deep-research

by davidorex

Multi-agent parallel investigation for complex VCV Rack problems

Data Science
16151

market-analysis

by xbklairith

Use when analyzing markets or interpreting charts - applies technical indicators (RSI, MACD, Moving Averages), identifies support/resistance, analyzes multi-timeframe trends, checks fundamentals and sentiment. Activates when user says \

Data Science
29144

pdf-processing

by Ming-Kai-LC

Comprehensive PDF processing techniques for handling large files that exceed Claude Code's reading limits, including chunking strategies, text/table extraction, and OCR for scanned documents. Use when working with PDFs larger than 10-15MB or more than 30-50 pages.

Data Science
23134

stock-analyzer

by FrancyJGLisboa

Provides comprehensive technical analysis for stocks and ETFs using RSI, MACD, Bollinger Bands, and other indicators. Activates when user requests stock analysis, technical indicators, trading signals, or market data for specific ticker symbols.

Data Science
23128

deepwiki-rs

by sopaco

AI-powered Rust documentation generation engine for comprehensive codebase analysis, C4 architecture diagrams, and automated technical documentation. Use when Claude needs to analyze source code, understand software architecture, generate technical specs, or create professional

Data Science
18144