Toolverse
All skills

repoprompt

by parcadei

Use RepoPrompt CLI for token-efficient codebase exploration

Installation

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

Installation

Quick info

Author
parcadei
Category
Backend
Views
1

About this skill

Use RepoPrompt CLI for token-efficient codebase exploration

How to use

  1. Zainstaluj RepoPrompt CLI w ścieżce systemowej. Przejdź do ustawień MCP Server i wybierz opcję "Install CLI to PATH", aby umożliwić uruchamianie komend przez rp-cli lub alias repoprompt_cli.

  2. Zacznij od przeglądu struktury projektu, uruchamiając rp-cli -e 'tree' aby zobaczyć pełne drzewo katalogów, lub rp-cli -e 'tree --mode folders' aby wyświetlić tylko foldery.

  3. Aby efektywnie zbadać kod bez czytania całych plików, użyj komendy structure. Na przykład rp-cli -e 'structure src/auth/' pokaże sygnatury funkcji i klas w tym katalogu, zużywając znacznie mniej tokenów niż pełna zawartość.

  4. Wyszukaj konkretne wzorce w kodzie komendą search. Uruchom rp-cli -e 'search "error" --context-lines 3' aby znaleźć słowo "error" z trzema liniami kontekstu wokół każdego wyniku, lub dodaj --extensions .ts,.tsx aby ograniczyć wyszukiwanie do wybranych typów plików.

  5. Gdy potrzebujesz przeczytać konkretny plik, użyj read z parametrami zakresu linii. Zamiast rp-cli -e 'read path/to/file.ts' (cały plik), uruchom rp-cli -e 'read path/to/file.ts --start-line 50 --limit 30' aby pobrać tylko 30 linii od linii 50.

  6. Zarządzaj wyborem plików komendami select add, select set lub select clear, a następnie używaj --scope selected w komendach structure i tree aby pracować tylko z wybranymi plikami.

Related skills

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

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

stripe-integration

by wshobson

Implement Stripe payment processing for robust, PCI-compliant payment flows including checkout, subscriptions, and webhooks. Use when integrating Stripe payments, building subscription systems, or implementing secure checkout flows.

Backend
40147

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

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

seedream-image-gen

by openclaw

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

Backend
6235