Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
This skill discovers the exact version of Streamlit installed in a project and loads the corresponding reference documentation. It covers building dashboards, theming, custom components, session state, caching, and deployment, so the AI assistant works with the correct API details. It helps Streamlit developers, data scientists, and app builders avoid mismatched docs and wasted debugging time.
Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.
Follow the documented setup, then try a first task.
I’m using
Streamlit CLI — project level
Installs: Current project; the complete set of bundled Streamlit skills is symlinked under .agents/skills/, with .claude/skills/ also used when Claude Code is detected. · Claude Code, Cursor
Before you start
Python with pip available to install Streamlit 1.60 or newer
Run from: The Streamlit project directory
In a terminal, upgrade the active Python environment to Streamlit 1.60 or newer.
pip install --upgrade streamlit
In a terminal from the project directory, start the interactive installer and choose the project-level option.
Installs: User/global; installs the developing-with-streamlit meta-skill once so it can dynamically resolve the bundled skills for projects using different Streamlit versions. · Claude Code, Cursor
Before you start
Python with pip available to install Streamlit 1.60 or newer
In a terminal, upgrade the active Python environment to Streamlit 1.60 or newer.
pip install --upgrade streamlit
In a terminal, start the interactive installer and choose the user/global option.
Installs: User/global installation of only the developing-with-streamlit meta-skill from this repository. · Claude Code, Cursor, Copilot, Gemini CLI, Codex
Before you start
A project environment using Streamlit 1.57 or newer when the meta-skill is used
The npx skills cross-agent installer
Run this command in a terminal. The -s flag selects developing-with-streamlit, and -g installs it at user/global level.
Find version-matched guidance for a Streamlit project
Uses developing-with-streamlit
Replace <ABSOLUTE_PROJECT_PATH> with the absolute path to the Streamlit project.
Ensure the project's active Python environment has Streamlit 1.57 or newer installed.
Use the developing-with-streamlit skill for my project at <ABSOLUTE_PROJECT_PATH>. Discover and read its version-matched bundled Streamlit SKILL.md, then identify the most relevant reference for improving the app's layout. Report the reference and a short summary without editing any files.