Toolverse
All skills

tldr-router

by parcadei

Maps questions to the optimal tldr command. Use this to pick the right layer

Installation

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

Installation

Quick info

Author
parcadei
Category
Backend
Views
6

About this skill

Maps questions to the optimal tldr command. Use this to pick the right layer

How to use

  1. Zainstaluj skill tldr-router w swoim środowisku Claude lub Codex, dodając go do katalogu skills.

  2. Zadaj pytanie o swój kod w naturalnym języku, np. "Jakie funkcje istnieją w tym projekcie?", "Kto wywołuje tę funkcję?" lub "Gdzie pochodzi ta zmienna?". Router automatycznie rozpozna intencję.

  3. Dla pytań o strukturę kodu ("co istnieje?") router zasugeruje polecenia tree lub structure, które pokażą przegląd plików i funkcji.

  4. Dla pytań o połączenia między elementami ("jak X się łączy?") użyj context lub calls, aby zrozumieć architekturę i punkty wejścia.

  5. Dla pytań o złożoność, przepływ danych lub wpływ zmian ("dlaczego X jest skomplikowane?", "skąd pochodzi Y?", "co zależy od Z?") router wybierze cfg, dfg lub slice odpowiednio do Twojej analizy.

  6. Możesz też wyszukać konkretny wzorzec w kodzie, używając search — router automatycznie dostosuje zakres i parametry do Twojego zapytania.

Related skills

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

drizzle

by lobehub

Drizzle ORM schema and database guide. Use when working with database schemas (src/database/schemas/*), defining tables, creating migrations, or database model code. Triggers on Drizzle schema definition, database migrations, or ORM usage questions.

Backend
79340

seedream-image-gen

by openclaw

Generate images via Seedream API (doubao-seedream models). Synchronous generation.

Backend
6235

openspec

by ruan-cat

OpenSpec 中文版规范助手 - 规范驱动的 AI 编程开发,帮助初始化、创建提案、编写规格、校验格式并归档变更。触发条件: 当用户提及 openspec、规范文档、需求管理、变更提案、spec-driven development 等关键词时主动调用。

Backend
27122

dotnet-backend

by anton-abyzov

.NET/C# backend developer for ASP.NET Core APIs with Entity Framework Core. Builds REST APIs, minimal APIs, gRPC services, authentication with Identity/JWT, authorization, database operations, background services, SignalR real-time features. Activates for: .NET, C#, ASP.NET

Backend
92296

api-design-principles

by wshobson

Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.

Backend
50146