Nicola
Community@n-elia · Turin
R&D Eng. @ devAIs, PhD in Blockchain for Industry, MsC Mechatronic Engineering
Agent Skills by Nicola
Showing 17 vetted skills indexed across 1 GitHub repositories.
developing-with-streamlit
Build production-grade Streamlit apps with modular structure and performance patterns.
using-streamlit-layouts
Structures Streamlit app layouts using sidebars, columns, dialogs, and containers.
organizing-streamlit-code
Organize Streamlit code with modular pages and separated UI logic.
using-streamlit-markdown
Render GitHub-flavored Markdown, LaTeX, emojis, and icons in Streamlit apps.
using-streamlit-cli
Run and manage Streamlit apps via the Streamlit CLI.
optimizing-streamlit-performance
Optimize Streamlit apps with st.cache_data and st.fragment to reduce reruns.
building-streamlit-dashboards
Compose Streamlit dashboards with metrics, charts, and responsive layouts.
improving-streamlit-design
Apply Material icons, badges spacing typography rules to Streamlit apps.
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
Persist and manage UI state across Streamlit reruns with st.session_state.
displaying-streamlit-data
Render Streamlit charts, dataframes, and metrics with sparklines.
choosing-streamlit-selection-widgets
Recommend Streamlit selection widgets for 2–5 option UI scenarios.
setting-up-streamlit-environment
Configure a Streamlit project environment using uv, pip, poetry, or conda.
creating-streamlit-themes
Create cohesive Streamlit themes by editing config.toml [theme] sections.
building-streamlit-multipage-apps
Organize Streamlit projects into modular multi-page apps with st.navigation.
building-streamlit-chat-ui
Build streaming chat UIs with Streamlit components and message history.