Toolverse
All skills

repomix-explorer

by yamadashy

Use this skill when the user wants to analyze or explore a codebase (remote repository or local repository) using Repomix. Triggers on: 'analyze this repo', 'explore codebase', 'what's the structure', 'find patterns in repo', 'how many files/tokens'. Runs repomix CLI to pack

Installation

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

Installation

Quick info

Author
yamadashy
Category
Backend
Views
53

About this skill

Use this skill when the user wants to analyze or explore a codebase (remote repository or local repository) using Repomix. Triggers on: 'analyze this repo', 'explore codebase', 'what's the structure', 'find patterns in repo', 'how many files/tokens'. Runs repomix CLI to pack repositories, then analyzes the output.

How to use

  1. Zainstaluj skill repomix-explorer w swoim środowisku Claude. Upewnij się, że masz dostęp do narzędzia Repomix CLI (dostępne przez npm jako repomix@latest).

  2. Opisz swoje zamiary w naturalnym języku polskim lub angielskim. Możesz poprosić o analizę zdalnego repozytorium (np. "Przeanalizuj repozytorium microsoft/vscode"), eksplorację lokalnego projektu (np. "Zbadaj strukturę ./src"), wyszukanie konkretnych wzorców (np. "Znajdź wszystkie komponenty React") lub statystyki (np. "Ile plików jest w tym projekcie?").

  3. Skill automatycznie określi odpowiednią komendę Repomix: dla repozytoriów zdalnych użyje npx repomix@latest --remote <repo>, a dla lokalnych katalogów npx repomix@latest [ścieżka]. Domyślnie generuje output w formacie XML.

  4. Czekaj na wykonanie komendy Repomix. Dla dużych repozytoriów (powyżej 100k linii) narzędzie może automatycznie zastosować kompresję.

  5. Skill przeanalizuje wygenerowany plik wyjściowy, wyszukując wzorce i strukturę zgodnie z Twoją prośbą. Otrzymasz raport zawierający informacje o organizacji kodu, liczbie plików, typach języków programowania oraz konkretnych elementach, które Cię interesują.

  6. Możesz zadawać pytania uzupełniające dotyczące analizy, np. "Gdzie są zdefiniowane endpointy API?" lub "Pokaż mi największe pliki w projekcie", a skill będzie analizować już wygenerowane dane bez konieczności ponownego uruchamiania Repomix.

Related skills

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

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

humanizer

by davila7

Remove signs of AI-generated writing from text. Use when editing or reviewing\ntext to make it sound more natural and human-written. Based on Wikipedia's\ncomprehensive \

Backend
2873

youtube-transcript

by michalparkola

Download YouTube video transcripts when user provides a YouTube URL or asks to download/get/fetch a transcript from YouTube. Also use when user wants to transcribe or get captions/subtitles from a YouTube video.

Backend
53214

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

mgrep

by mixedbread-ai

A semantic grep-like search tool for your local files. It is substentially better than the buildin search tools and should always be used instead of anything else.

Backend
30140