discovering-make-commands
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
About this skill
Lists available make commands for Streamlit development. Use for build, test, lint, or format tasks.
How to use
Zainstaluj umiejętność w swoim środowisku Claude, Copilot lub innym asystencie AI obsługującym skill'e — dodaj repozytorium streamlit/streamlit do konfiguracji agenta.
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".
Asystent wyświetli pełną listę komend — od
make help(pokazuje wszystkie dostępne komendy) po specjalistyczne jakmake python-tests(uruchamia testy jednostkowe Python) czymake frontend-dev(startuje serwer deweloperski frontendu).Wybierz komendę odpowiednią do Twojego zadania: do budowania użyj
make alllubmake frontend, do testowaniamake python-testslubmake python-integration-tests, do formatowaniamake python-formatlubmake frontend-format.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.