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.
npx ai-builder add skill streamlit/debugging-streamlitLists available make commands for Streamlit development. Use for build, test, lint, or format tasks.
npx ai-builder add skill streamlit/discovering-make-commandsImplementation guide for new Streamlit features. Use when adding new elements, widgets, or features that span backend, frontend, and protobufs.
npx ai-builder add skill streamlit/implementing-new-featuresValidates 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.
npx ai-builder add skill streamlit/checking-changesAnalyze 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.
npx ai-builder add skill streamlit/fixing-streamlit-ci