Aaron Tawil
Community@aaron-tawil
// TODO: Write impressive bio
Agent Skills by Aaron Tawil
Showing 22 vetted skills indexed across 1 GitHub repositories.
gemini-api-dev
Develop applications using Gemini AI models for NLP, multimodal analysis, and function calling.
developing-with-streamlit
Guide Streamlit app development with UI, caching, and debugging best practices.
xlsx
Create, edit, and analyze Excel and CSV spreadsheets with formulas and formatting.
find-skills
Search the open agent skills ecosystem and provide installation commands.
git-commit-formatter
Format git commit messages according to the Conventional Commits specification.
using-streamlit-layouts
Structure Streamlit application layouts using sidebars, columns, containers, tabs, and expanders.
organizing-streamlit-code
Organize Streamlit application code into modular components and separate UI from business logic.
using-streamlit-markdown
Render GitHub-flavored Markdown with Streamlit extensions for colored text, badges, icons, and LaTeX.
using-streamlit-cli
Document Streamlit CLI commands for running apps and managing configurations.
optimizing-streamlit-performance
Optimize Streamlit app performance with caching, fragments, and conditional rendering.
building-streamlit-dashboards
Create interactive Streamlit dashboards with KPI cards and data tables.
improving-streamlit-design
Enhance Streamlit app design with Material icons, badges, and page configuration.
using-streamlit-custom-components
Integrate third-party custom components into Streamlit applications.
connecting-streamlit-to-snowflake
Connect Streamlit applications to Snowflake databases using st.connection and st.secrets.
using-streamlit-session-state
Manage application state across Streamlit reruns using st.session_state.
building-streamlit-custom-components-v2
Develop bidirectional Streamlit Custom Components v2 using st.components.v2.component.
displaying-streamlit-data
Visualize data in Streamlit apps with charts, DataFrames, and editable tables.
choosing-streamlit-selection-widgets
Guide Streamlit widget selection by option count and selection type.
setting-up-streamlit-environment
Set up Streamlit Python environments with uv and version requirements.
creating-streamlit-themes
Customize Streamlit application themes via config.toml colors and fonts.
building-streamlit-multipage-apps
Create multi-page Streamlit applications using st.navigation and a directory structure.
building-streamlit-chat-ui
Create conversational chat interfaces in Streamlit with st.chat_message and st.chat_input.