Toolverse
All skills

discovering-make-commands

by streamlit

Lists available make commands for Streamlit development. Use for build, test, lint, or format tasks.

Installation

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

Installation

Quick info

Author
streamlit
Category
Frontend
Views
21

About this skill

Lists available make commands for Streamlit development. Use for build, test, lint, or format tasks.

How to use

  1. Zainstaluj umiejętność w swoim środowisku Claude, Copilot lub innym asystencie AI obsługującym skill'e — dodaj repozytorium streamlit/streamlit do konfiguracji agenta.

  2. Gdy pracujesz nad kodem Streamlita i potrzebujesz wiedzieć, jakie komendy make są dostępne, zapytaj asystenta: "Jakie komendy make mogę uruchomić?" lub "Pokaż mi dostępne komendy do testowania".

  3. Asystent wyświetli pełną listę komend — od make help (pokazuje wszystkie dostępne komendy) po specjalistyczne jak make python-tests (uruchamia testy jednostkowe Python) czy make frontend-dev (startuje serwer deweloperski frontendu).

  4. Wybierz komendę odpowiednią do Twojego zadania: do budowania użyj make all lub make frontend, do testowania make python-tests lub make python-integration-tests, do formatowania make python-format lub make frontend-format.

  5. Uruchom wybraną komendę z katalogu głównego repozytorium — asystent może Ci pomóc w interpretacji wyniku lub zasugerować następne kroki na podstawie błędów.

Related skills