Agent Skills by guihousun
Showing 23 vetted skills indexed across 1 GitHub repositories.
workflow-self-evolution
Filter failures, guide learning decisions, and manage version control for NTL skills.
ntl-gdp-regression-analysis
Fit multiple regression models relating ANTL to GDP and select the best.
code-generation-execution-loop
Coordinate geospatial code development with a save-read-execute-validate-fix loop.
gee-ntl-date-boundary-handling
Compute NTL statistics from VNP46A2 data across date windows with end-exclusive handling.
gee-routing-blueprint-strategy
Determine optimal retrieval paths and boundary strategies for GEE data requests.
template-skill
Create standardized Skill scaffolds with SKILL.md frontmatter and Markdown instructions.
developing-with-streamlit
Identify best practices for building production-grade Streamlit apps.
using-streamlit-layouts
Structure Streamlit layouts with sidebar, columns, containers, and dialogs.
organizing-streamlit-code
Organize Streamlit projects by separating UI from business logic and utilities.
using-streamlit-markdown
Render GitHub-flavored Markdown and Streamlit extensions via st.markdown.
using-streamlit-cli
Run and configure Streamlit apps via the CLI.
optimizing-streamlit-performance
Optimize Streamlit apps with caching, fragments, and rerun reduction.
building-streamlit-dashboards
Create Streamlit dashboards with bordered KPI cards, sparklines, and sidebar filters.
improving-streamlit-design
Apply Material icons, badges, spacing, and typography guidelines to Streamlit apps.
using-streamlit-custom-components
Integrate third-party custom components into Streamlit apps.
connecting-streamlit-to-snowflake
Connect Streamlit apps to Snowflake using st.connection and st.secrets.
using-streamlit-session-state
Manage persistent widget state across Streamlit reruns with st.session_state.
displaying-streamlit-data
Render Streamlit charts, dataframes, and metrics with native APIs.
choosing-streamlit-selection-widgets
Recommend Streamlit selection widgets based on option count and selection type.
setting-up-streamlit-environment
Automate Python environment setup for Streamlit apps with uv.
creating-streamlit-themes
Automate Streamlit theme creation and customization via config.toml.
building-streamlit-multipage-apps
Organize Streamlit projects into navigable multi-page apps with shared state.
building-streamlit-chat-ui
Build Streamlit chat interfaces with st.chat_message and st.chat_input.