agent-skills
Streamlit app building, styling, and debugging guidance
All Skills in This Repository (18)
Pure Emerald Level Indicatorsdeveloping-with-streamlit
Route Streamlit development tasks to specialized sub-skills for UI, dashboards, and data display.
template-skill
Create a new Skill Unit skeleton with SKILL.md frontmatter and optional directories.
using-streamlit-layouts
Organize Streamlit app layouts with st.sidebar, st.columns, and st.container.
organizing-streamlit-code
Organize Streamlit projects into modular app_pages and utils structures.
using-streamlit-markdown
Format Streamlit UI text with GitHub-flavored Markdown, colored text, badges, icons, and LaTeX.
using-streamlit-cli
Run Streamlit apps and configure runtime options via the Streamlit CLI.
optimizing-streamlit-performance
Optimize Streamlit app performance by reducing reruns and unnecessary recomputations.
building-streamlit-dashboards
Create Streamlit dashboards with reusable card-based layouts and KPI components.
improving-streamlit-design
Polish Streamlit app visuals with icons, badges, and spacing refinements.
using-streamlit-custom-components
Install and import third-party custom components into Streamlit apps.
connecting-streamlit-to-snowflake
Connect Streamlit apps to Snowflake using st.connection and secrets.toml.
using-streamlit-session-state
Manage state across Streamlit reruns with st.session_state.
Frequently Asked Questions
FAQPage SchemaHow to install Streamlit Agent Skills?โผ
Run `npx skills add streamlit/agent-skills --all -g -y` in your terminal to install the skill globally for all your projects.
What does the developing-with-streamlit skill do?โผ
It teaches your coding assistant how to build, style, debug, and deploy Streamlit apps using reference docs bundled inside your installed Streamlit package.
Does it work with Claude Code, Cursor, and Copilot?โผ
Yes. The skill follows the universal SKILL.md standard and works with Claude Code, Cursor, Copilot, Gemini CLI, and Codex.
Which Streamlit version do I need?โผ
You need Streamlit 1.57 or newer, since the skill content ships inside the Streamlit pip package itself. Older versions fall back to the online documentation.
Do I need to reinstall it for each project?โผ
No. One global install works across every project because it detects whichever Python environment and Streamlit version is active.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core