Leaderboard/Software Engineering/agent-skills
Last commit on May 13, 2026·Created on January 14, 2026

streamlit/agent-skills

Loads the Streamlit docs that match the version you're actually running.
Combined rank
#685
across all skills
In Software Engineering
#59
category rank
Stars
223
-0.5% in last 7d
Forks
24
+4.3% in last 7d
Watchers
2
0.0% in last 7d
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.
TL;DR

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.

WHO IT'S FOR
Streamlit app developers
building, debugging, and deploying dashboards
Data scientists and ML engineers
building interactive data apps
Streamlit component authors
creating custom components with st.components.v2
Streamlit app maintainers
debugging slow reruns and optimizing performance
Repository contents

1 skill file

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.

Use this skill

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

  1. In a terminal, upgrade the active Python environment to Streamlit 1.60 or newer.

    pip install --upgrade streamlit
  2. In a terminal from the project directory, start the interactive installer and choose the project-level option.

    streamlit skills
README.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

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.