developing-with-streamlit
Use for ALL Streamlit tasks: creating, editing, debugging, beautifying, styling, theming, optimizing, or deploying Streamlit apps. Also custom components, st.components.v2, HTML/JS/CSS work. Discovers and loads version-matched reference docs from the user's installed Streamlit (>=1.57). Triggers: st
By streamlit · 2,904 installs
npx skills add streamlit/agent-skills --skill developing-with-streamlit
Source repository · Upstream listing
Developing with Streamlit
Streamlit ( =1.57) ships detailed reference documentation for building Streamlit apps inside its pip package. The bundled skill is a routing SKILL.md plus a references/ folder of topic specific reference docs (dashboards, themes, layouts, session state, custom components, etc.).
Usage
Run the discovery script with the user's project directory:
The script prints either:
A path on stdout (exit 0) — the bundled SKILL.md . Read it; it points into references/ .
An ERROR: block on stderr (non zero exit). Follow the printed instructions and re run.
<SKILL DIR is the directory containing this file; <USER PROJECT DIR is the absolute path to the user's project. Passing project dir matters because the script resolves .venv , ../.venv , Pipfile , poetry.lock , pdm.lock , and uv.lock relative to it.