Toolverse
All skills

mcp-tool-selection

by Context-Engine-AI

Decision rules for when to use MCP Qdrant-Indexer semantic search vs grep/literal file tools. Use this skill when starting exploration, debugging, or answering \

Installation

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

Installation

Quick info

Category
Backend
Views
9

About this skill

Decision rules for when to use MCP Qdrant-Indexer semantic search vs grep/literal file tools. Use this skill when starting exploration, debugging, or answering \

How to use

  1. Zainstaluj umiejętność w swoim środowisku agenta, dodając ścieżkę do repozytorium Context-Engine-AI/Context-Engine (branch test, folder .skills/mcp-tool-selection).

  2. Zapamiętaj główną zasadę: semantic search (MCP Qdrant-Indexer) jest domyślnym wyborem do eksploracji kodu, debugowania i pytań architektonicznych; grep i odczyt plików używaj tylko do potwierdzenia dokładnych ciągów znaków.

  3. Gdy zaczynacie eksplorację nieznanego fragmentu kodu, zamiast otwierać plik lub szukać grep-em, użyjcie komendy search — automatycznie rozpozna Waszą intencję i skieruje do właściwego narzędzia specjalistycznego.

  4. Do konkretnych zadań stosujcie reguły: szukanie definicji lub importerów symbolu → symbol_graph lub search_callers_for; pytania o relacje i wzorce w kodzie → search z naturalnym językiem; przeglądanie struktury projektu → qdrant_status z flagą list_all=true.

  5. Grep i Read File zarezerwujcie wyłącznie na potwierdzenie istnienia dokładnego literału (np. REDIS_HOST) lub do edycji pliku, który już zlokalizowaliście za pomocą MCP.

  6. Unikajcie anty-wzorców: nie uruchamiajcie grep -r na ogólne pojęcia (np. "auth") — to marnotrawstwo czasu. Zamiast tego sformułujcie pytanie naturalnym językiem w search i pozwólcie MCP zwrócić kontekstowe, posortowane wyniki.

Related skills

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

sql-optimization-patterns

by wshobson

Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when debugging slow queries, designing database schemas, or optimizing application performance.

Backend
40163

seedream-image-gen

by openclaw

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

Backend
6235

himalaya

by openclaw

CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).

Backend
35108

patent-search

by RobThePCGuy

Advanced prior art search using the PatentsView API. Use this skill when users need to search for patents, perform prior art searches, analyze patent landscapes, or find patents by inventor, title, date range, or technical fields. Helps with patent research, freedom to operate

Backend
36218

architecture-decision-records

by wshobson

Write and maintain Architecture Decision Records (ADRs) following best practices for technical decision documentation. Use when documenting significant technical decisions, reviewing past architectural choices, or establishing decision processes.

Backend
29130