Toolverse
All skills

cc-history

by solatis

Reference documentation for analyzing Claude Code conversation history files

Installation

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

Installation

Quick info

Author
solatis
Category
Data Science
Views
8

About this skill

Reference documentation for analyzing Claude Code conversation history files

How to use

  1. Zlokalizuj katalog projektu Claude Code. Twoja historia konwersacji znajduje się w ~/.claude/projects/ w podkatalogach zakodowanych na podstawie ścieżki roboczej. Aby znaleźć poprawną ścieżkę, przekonwertuj bieżący katalog roboczy, zamieniając wiodący ukośnik na myślnik, pozostałe ukośniki na myślniki, a sekwencje /. (ukryte katalogi) na podwójne myślniki.
  2. Otwórz plik JSONL sesji. Główny plik konwersacji ma nazwę {session-uuid}.jsonl i znajduje się bezpośrednio w katalogu projektu. Każda linia tego pliku to jeden obiekt JSON reprezentujący wiadomość.
  3. Użyj jq do filtrowania wiadomości. Aby wyodrębnić konkretne informacje, zastosuj polecenia jq na pliku JSONL. Na przykład możesz filtrować po typie wiadomości (user, assistant, system), UUID, znaczniku czasu lub zawartości wiadomości.
  4. Sprawdź strukturę wiadomości asystenta. Odpowiedzi modelu mogą zawierać bloki treści o różnych typach: thinking (myślenie modelu), tool_use (użycie narzędzia) i text (tekst). Metadane zawierają również statystyki tokenów, w tym cache_read_input_tokens i cache_creation_input_tokens.
  5. Przeanalizuj rozmowy podagentów (opcjonalnie). Jeśli projekt zawiera podagentów, ich rozmowy znajdują się w plikach JSONL w podkatalogu subagents/ (agent-{hash}.jsonl). Duże wyniki narzędzi są przechowywane osobno w katalogu tool-results/.

Related skills

web-artifacts-builder

by anthropics

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX

Data Science
37124

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

xlsx

by anthropics

Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2)

Data Science
40128

prompt-optimizer

by solatis

Optimize system prompts for Claude Code agents using proven prompt engineering patterns. Use when users request prompt improvement, optimization, or refinement for agent workflows, tool instructions, or system behaviors.

Data Science
15109

openrouter

by rawveg

OpenRouter API - Unified access to 400+ AI models through one API

Data Science
17138

skill-installer

by openai

Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).

Data Science
23118