streamlit avatar

streamlit

Verified

5

Skills

44.2k

Stars

4.2k

Forks

Skills by streamlit

Implementation guide for new Streamlit features. Use when adding new elements, widgets, or features that span backend, frontend, and protobufs.

44.2k
Feb 3

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

44.2k
Feb 3

Debug Streamlit frontend and backend changes using make debug with hot-reload. Use when testing code changes, investigating bugs, checking UI behavior, or needing screenshots of the running app.

44.2k
Feb 3

Analyze and fix failed GitHub Actions CI jobs for the current branch/PR. Use when CI checks fail, PR checks show failures, or you need to diagnose lint/type/test errors and verify fixes locally.

44.2k
Feb 3

Validates all code changes before committing by running format, lint, type, and unit test checks. Use after making backend (Python) or frontend (TypeScript) changes, before committing or finishing a work session.

44.2k
Feb 3