home / skills / streamlit

streamlit skills

Find 18 skills from 1 repo created by streamlit on GitHub.

1 repo
18 skills
GitHub

Sponsored

creating-streamlit-themes

streamlit/agent-skills

67
This skill helps you craft professional, brand-aligned Streamlit themes by configuring config.toml, typography, colors, and sidebar styles.
building-streamlit-chat-ui

streamlit/agent-skills

8
Building chat interfaces in Streamlit. Use when creating conversational UIs, chatbots, or AI assistants. Covers st.chat_message, st.chat_input, message history, and streaming responses.
improving-streamlit-design

streamlit/agent-skills

8
Improving visual design in Streamlit apps. Use when polishing apps with icons, badges, spacing, or text styling. Covers Material icons, badge syntax, divider alternatives, and text casing conventions.
optimizing-streamlit-performance

streamlit/agent-skills

8
Optimizing Streamlit app performance. Use when apps are slow, rerunning too often, or loading heavy content. Covers caching, fragments, and static vs dynamic widget choices.
setting-up-streamlit-environment

streamlit/agent-skills

8
Setting up Python environments for Streamlit apps. Use when creating a new project or managing dependencies. Covers uv for dependency management and running apps.
using-streamlit-cli

streamlit/agent-skills

8
Documents Streamlit CLI commands for running apps, managing configuration, and diagnostics. Use when starting Streamlit apps, configuring runtime options, or troubleshooting CLI issues.
using-streamlit-session-state

streamlit/agent-skills

8
Using st.session_state to manage state across Streamlit reruns. Use when persisting data, handling widget state, implementing callbacks, or debugging state issues. Covers initialization patterns, widget-state association, and common gotchas.
choosing-streamlit-selection-widgets

streamlit/agent-skills

8
Choosing the right Streamlit selection widget. Use when deciding between radio buttons, selectbox, segmented control, pills, or other option selection widgets. Helps pick the right widget for the number of options and selection type.
connecting-streamlit-to-snowflake

streamlit/agent-skills

8
Connecting Streamlit apps to Snowflake. Use when setting up database connections, managing secrets, or querying Snowflake from a Streamlit app.
developing-with-streamlit

streamlit/agent-skills

8
Build production-grade Streamlit apps. Used when creating, editing, debugging, or deploying Streamlit applications. Routes to specialized sub-skills for performance, layouts, design, data display, and more.
building-streamlit-multipage-apps

streamlit/agent-skills

8
Building multi-page Streamlit apps. Use when creating apps with multiple pages, setting up navigation, or managing state across pages.
customizing-streamlit-theme

streamlit/agent-skills

8
Customizing Streamlit app themes. Use when changing app colors or appearance. Covers config.toml theming, avoiding CSS, and targeted styling when necessary.
displaying-streamlit-data

streamlit/agent-skills

8
Displaying charts, dataframes, and metrics in Streamlit. Use when visualizing data, configuring dataframe columns, or adding sparklines to metrics. Covers native charts, Altair, and column configuration.
organizing-streamlit-code

streamlit/agent-skills

8
Organizing Streamlit code for maintainability. Use when structuring apps with separate modules and utilities. Covers separation of concerns, keeping UI code clean, and import patterns.
using-streamlit-custom-components

streamlit/agent-skills

8
Using third-party Streamlit custom components. Use when extending Streamlit with community packages. Covers installation, popular custom components, and when to use them.
using-streamlit-layouts

streamlit/agent-skills

8
Structuring Streamlit app layouts. Use when placing content in sidebars, columns, containers, or dialogs. Covers sidebar usage, column limits, horizontal containers, dialogs, and bordered cards.
using-streamlit-markdown

streamlit/agent-skills

8
Covers all Markdown features in Streamlit including GitHub-flavored syntax plus Streamlit extensions like colored text, badges, Material icons, and LaTeX. Use when formatting text, labels, tooltips, or any text-rendering element.