Toolverse
All skills

search-router

by parcadei

Choose the right search tool for each query type

Installation

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

Installation

Quick info

Author
parcadei
Category
Testing

About this skill

Choose the right search tool for each query type

How to use

  1. Zainstaluj umiejętność search-router w swoim środowisku Claude, dodając ją do katalogu skills. Umiejętność nie jest bezpośrednio wywoływana przez użytkownika, ale działa w tle jako router decyzyjny.

  2. Gdy szukasz symboli lub wzorców w kodzie (np. nazwy funkcji, łańcuchy wywołań, przepływ danych), użyj komendy tldr search: tldr search "nazwa_symbolu" . — to domyślne podejście dla większości zapytań o kod, oszczędzające do 95% tokenów.

  3. Dla zapytań strukturalnych dotyczących definicji funkcji, klas, importów lub dekoratorów użyj AST-grep: /ast-grep-find "async def $FUNC($$$):" --lang python — narzędzie zwróci około 50 tokenów wyjścia.

  4. Gdy pytasz o koncepcje lub wzorce (np. "jak działa autentykacja", "gdzie obsługiwane są błędy"), użyj wyszukiwania semantycznego: tldr semantic search "pytanie koncepcyjne" — to wykorzystuje osadzenia do głębszego zrozumienia.

  5. Grep traktuj jako ostateczność dla tekstu dosłownego, komunikatów błędów lub wartości konfiguracyjnych, które nie pasują do pozostałych kategorii.

  6. Po znalezieniu właściwego pliku, jeśli potrzebujesz pełnego kontekstu, użyj narzędzia Read — jednak zwróć uwagę, że będzie to kosztować 1500+ tokenów, dlatego stosuj je oszczędnie.

Related skills

backtesting-frameworks

by wshobson

Build robust backtesting systems for trading strategies with proper handling of look-ahead bias, survivorship bias, and transaction costs. Use when developing trading algorithms, validating strategies, or building backtesting infrastructure.

Testing
12105

code-review-excellence

by wshobson

Master effective code review practices to provide constructive feedback, catch bugs early, and foster knowledge sharing while maintaining team morale. Use when reviewing pull requests, establishing review standards, or mentoring developers.

Testing
1145

ppt-creator

by daymade

Create professional slide decks from topics or documents. Generates structured content with data-driven charts, speaker notes, and complete PPTX files. Applies persuasive storytelling principles (Pyramid Principle, assertion-evidence). Supports multiple formats (Marp,

Testing
2739

crypto-research

by stevengonsalvez

Comprehensive cryptocurrency market research and analysis using specialized AI agents. Analyzes market data, price trends, news sentiment, technical indicators, macro correlations, and investment opportunities. Use when researching cryptocurrencies, analyzing crypto markets,

Testing
14118

qa-tester

by svilupp

\

Testing
2399

performing-penetration-testing

by jeremylongshore

This skill enables automated penetration testing of web applications. It uses the penetration-tester plugin to identify vulnerabilities, including OWASP Top 10 threats, and suggests exploitation techniques. Use this skill when the user requests a \

Testing
1546