oharato
Community@oharato
Agent Skills by oharato
Showing 17 vetted skills indexed across 1 GitHub repositories.
developing-with-streamlit
Create, edit, debug, and deploy Streamlit applications with performance and layout guidance.
using-streamlit-layouts
Structure Streamlit application layouts with sidebars, columns, tabs, and dialogs.
organizing-streamlit-code
Organize Streamlit application code into distinct Python modules for maintainability.
using-streamlit-markdown
Formats text and UI elements in Streamlit apps with extended Markdown.
using-streamlit-cli
Document and demonstrate Streamlit CLI commands for running and configuring applications.
optimizing-streamlit-performance
Optimize Streamlit performance with caching, fragments, and forms.
building-streamlit-dashboards
Create interactive Streamlit dashboards with metrics, charts, and sidebar filters.
improving-streamlit-design
Enhance Streamlit app visual design with page configuration, Material icons, badges, and text styling.
using-streamlit-custom-components
Integrate third-party custom components into Streamlit applications via pip or uv.
connecting-streamlit-to-snowflake
Connect Streamlit applications to Snowflake databases using st.connection.
using-streamlit-session-state
Manage application state across Streamlit reruns using st.session_state.
displaying-streamlit-data
Display charts, interactive tables, and key metrics in Streamlit apps.
choosing-streamlit-selection-widgets
Guide selection of optimal Streamlit widgets for user input scenarios.
setting-up-streamlit-environment
Set up Python environments for Streamlit applications using uv.
creating-streamlit-themes
Create and customize Streamlit application themes via config.toml.
building-streamlit-multipage-apps
Create multi-page Streamlit apps with st.navigation and st.session_state.
building-streamlit-chat-ui
Build chat interfaces in Streamlit with message history and streaming responses.