Implement GitOps workflows with ArgoCD and Flux for automated, declarative Kubernetes...
npx skills add streamlit/agent-skills --skill "developing-with-streamlit"
Install specific skill from multi-skill repository
# Description
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.
# SKILL.md
name: developing-with-streamlit
description: 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.
Developing with Streamlit
A collection of skills for building production-grade Streamlit apps. Each skill focuses on a specific aspect of Streamlit development.
When to activate
Activate these skills when:
- Creating new Streamlit apps from scratch
- Adding features to existing apps
- Debugging performance issues
- Improving app design and UX
- Setting up project structure and environments
- Connecting to data sources like Snowflake
Quick routing
Performance issues or slow apps? โ optimizing-streamlit-performance
Building a new UI? โ choosing-streamlit-selection-widgets + using-streamlit-layouts
Building a dashboard? โ building-streamlit-dashboards + displaying-streamlit-data
Making it look good? โ improving-streamlit-design
Formatting text with markdown? โ using-streamlit-markdown
Multi-page architecture? โ building-streamlit-multipage-apps
Customizing appearance? โ customizing-streamlit-theme
Setting up a project? โ setting-up-streamlit-environment
App getting complex? โ organizing-streamlit-code
Connecting to Snowflake? โ connecting-streamlit-to-snowflake
Building a chatbot or AI assistant? โ building-streamlit-chat-ui
Need features not in core Streamlit? โ using-streamlit-custom-components
Using the Streamlit CLI? โ using-streamlit-cli
State management and session state? โ using-streamlit-session-state
Skill map
| Skill | Covers |
|---|---|
| building-streamlit-chat-ui | Chat interfaces, streaming responses, message history |
| building-streamlit-dashboards | KPI cards, metrics, dashboard layouts |
| building-streamlit-multipage-apps | Page structure, navigation, shared state |
| choosing-streamlit-selection-widgets | Selectbox vs radio vs segmented control vs pills vs multiselect |
| connecting-streamlit-to-snowflake | st.connection, query caching, credentials |
| customizing-streamlit-theme | Custom colors via config.toml, light/dark modes |
| displaying-streamlit-data | Dataframes, column config, charts |
| improving-streamlit-design | Icons, badges, colored text, visual polish |
| optimizing-streamlit-performance | Caching, fragments, forms, static vs dynamic widgets |
| organizing-streamlit-code | When to split into modules, separating UI from logic |
| setting-up-streamlit-environment | Python environment, dependency management |
| using-streamlit-custom-components | Third-party components from the community |
| using-streamlit-cli | CLI commands, running apps |
| using-streamlit-layouts | Sidebar, columns, containers, tabs, expanders, dialogs, alignment, spacing |
| using-streamlit-markdown | Colored text, badges, icons, LaTeX, and all markdown features |
| using-streamlit-session-state | Session state, widget keys, callbacks, state persistence |
Resources
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.