Toolverse
All skills

tldr-overview

by parcadei

Get a token-efficient overview of any project using the TLDR stack

Installation

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

Installation

Quick info

Author
parcadei
Category
Backend
Views
1

About this skill

Get a token-efficient overview of any project using the TLDR stack

How to use

  1. Uruchom komendę /overview lub /tldr-overview w kontekście projektu, który chcesz przeanalizować, lub napisz naturalnie: "give me an overview of this project" albo "what's in this codebase". 2. Narzędzie automatycznie generuje mapę plików i katalogów projektu za pomocą tldr tree, filtrując po rozszerzeniach (np. .py, .ts, .go, .rs) – zobaczysz strukturę katalogów i pliki źródłowe. 3. Następnie analizuje komponenty kodu: funkcje, klasy i importy w każdym pliku za pomocą tldr structure – otrzymujesz przegląd tego, co istnieje w kodzie. 4. Buduje graf wywołań między plikami za pomocą tldr calls, aby pokazać relacje między komponentami i główne punkty wejścia aplikacji. 5. Dla każdego znalezionego punktu wejścia oblicza złożoność cyklomatyczną za pomocą tldr cfg, identyfikując "gorące miejsca" – funkcje, które mogą być trudne do zrozumienia lub podatne na błędy. 6. Otrzymujesz sformatowany raport zawierający wszystkie cztery sekcje (strukturę, komponenty, architekturę i złożoność) wraz z informacją o liczbie zaoszczędzonych tokenów w porównaniu z przesłaniem całego kodu.

Related skills

youtube-transcribe-skill

by feiskyer

Extract subtitles/transcripts from a YouTube video URL and save as a local file. Use when you need to extract subtitles from a YouTube video.

Backend
24178

fastapi-templates

by wshobson

Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.

Backend
327582

context-optimizer

by openclaw

Advanced context management with auto-compaction and dynamic context optimization for DeepSeek's 64k context window. Features intelligent compaction (merging, summarizing, extracting), query-aware relevance scoring, and hierarchical memory system with context archive. Logs

Backend
2964

postgresql-psql

by timelessco

Comprehensive guide for PostgreSQL psql - the interactive terminal client for PostgreSQL. Use when connecting to PostgreSQL databases, executing queries, managing databases/tables, configuring connection options, formatting output, writing scripts, managing transactions, and

Backend
34173

fastapi-pro

by sickn33

Build high-performance async APIs with FastAPI, SQLAlchemy 2.0, and Pydantic V2. Master microservices, WebSockets, and modern Python async patterns. Use PROACTIVELY for FastAPI development, async optimization, or API architecture.

Backend
54128

pdf-to-markdown

by aliceisjustplaying

Convert entire PDF documents to clean, structured Markdown for full context loading. Use this skill when the user wants to extract ALL text from a PDF into context (not grep/search), when discussing or analyzing PDF content in full, when the user mentions \

Backend
355664