developing-with-streamlit

Category: Ops & Delivery | Uploader: streamlitstreamlit | Downloads: 0 | Version: v1.0(Latest)

**[REQUIRED]** Use for ALL Streamlit tasks: creating, editing, debugging, beautifying, styling, theming, optimizing, or deploying Streamlit applications. Also required for building custom components (inline or packaged), using st.components.v2, or any HTML/JS/CSS component work. Triggers: streamlit, st., dashboard, app.py, beautify, style, CSS, color, background, theme, button, widget styling, custom component, st.components, packaged component, pyproject.toml, asset_dir, CCv2, HTML/JS component.

Changelog: Source: GitHub https://github.com/streamlit/agent-skills

Directory Structure

Current level: tree/main/developing-with-streamlit/

  • 📁 skills/
    • 📁 building-streamlit-chat-ui/
      • 📄 SKILL.md 5.5 KB
    • 📁 building-streamlit-custom-components-v2/
      • 📁 references/
        • 📄 packaged-components.md 8.7 KB
        • 📄 state-sync.md 4.9 KB
        • 📄 theme-css-variables.md 8.2 KB
        • 📄 troubleshooting.md 5.0 KB
      • 📄 SKILL.md 11.2 KB
    • 📁 building-streamlit-dashboards/
      • 📄 SKILL.md 4.3 KB
    • 📁 building-streamlit-multipage-apps/
      • 📄 SKILL.md 6.1 KB
    • 📁 choosing-streamlit-selection-widgets/
      • 📄 SKILL.md 4.3 KB
    • 📁 connecting-streamlit-to-snowflake/
      • 📄 SKILL.md 4.9 KB
    • 📁 creating-streamlit-themes/
      • 📄 SKILL.md 14.5 KB
    • 📁 displaying-streamlit-data/
      • 📄 SKILL.md 6.4 KB
    • 📁 improving-streamlit-design/
      • 📄 SKILL.md 5.5 KB
    • 📁 optimizing-streamlit-performance/
      • 📄 SKILL.md 8.5 KB
    • 📁 organizing-streamlit-code/
      • 📄 SKILL.md 2.4 KB
    • 📁 setting-up-streamlit-environment/
      • 📄 SKILL.md 3.1 KB
    • 📁 using-streamlit-cli/
      • 📄 SKILL.md 4.3 KB
    • 📁 using-streamlit-custom-components/
      • 📄 SKILL.md 4.3 KB
    • 📁 using-streamlit-layouts/
      • 📄 SKILL.md 5.5 KB
    • 📁 using-streamlit-markdown/
      • 📄 SKILL.md 7.2 KB
    • 📁 using-streamlit-session-state/
      • 📄 SKILL.md 3.9 KB
  • 📁 templates/
    • 📁 apps/
      • 📁 dashboard-companies/
        • 📄 pyproject.toml 341 B
        • 📄 streamlit_app.py 11.5 KB
      • 📁 dashboard-compute/
        • 📄 pyproject.toml 330 B
        • 📄 streamlit_app.py 15.7 KB
      • 📁 dashboard-compute-snowflake/
        • 📁 .streamlit/
          • 📄 secrets.toml.example 893 B
        • 📄 .gitignore 24 B
        • 📄 pyproject.toml 299 B
        • 📄 snowflake.yml 599 B
        • 📄 streamlit_app.py 18.8 KB
      • 📁 dashboard-feature-usage/
        • 📄 pyproject.toml 331 B
        • 📄 streamlit_app.py 10.1 KB
      • 📁 dashboard-metrics/
        • 📄 pyproject.toml 336 B
        • 📄 streamlit_app.py 13.0 KB
      • 📁 dashboard-metrics-snowflake/
        • 📁 .streamlit/
          • 📄 secrets.toml.example 893 B
        • 📄 .gitignore 24 B
        • 📄 pyproject.toml 322 B
        • 📄 snowflake.yml 599 B
        • 📄 streamlit_app.py 14.3 KB
      • 📁 dashboard-seattle-weather/
        • 📄 pyproject.toml 331 B
        • 📄 streamlit_app.py 6.4 KB
      • 📁 dashboard-stock-peers/
        • 📄 pyproject.toml 352 B
        • 📄 streamlit_app.py 7.0 KB
      • 📁 dashboard-stock-peers-snowflake/
        • 📁 .streamlit/
          • 📄 secrets.toml.example 893 B
        • 📄 .gitignore 24 B
        • 📄 pyproject.toml 306 B
        • 📄 snowflake.yml 607 B
        • 📄 streamlit_app.py 11.7 KB
      • 📄 .gitignore 32 B
      • 📄 README.md 5.7 KB
    • 📁 themes/
      • 📁 _configs/
        • 📄 dracula.toml 1.2 KB
        • 📄 github.toml 1.2 KB
        • 📄 minimal.toml 1.2 KB
        • 📄 nord.toml 1.2 KB
        • 📄 snowflake.toml 1.3 KB
        • 📄 solarized-light.toml 1.2 KB
        • 📄 spotify.toml 1.1 KB
        • 📄 stripe.toml 1.1 KB
      • 📁 _shared/
        • 📄 streamlit_app.py 11.4 KB
      • 📁 _templates/
        • 📄 pyproject.toml.tmpl 347 B
      • 📁 dracula/
        • 📁 .streamlit/
          • 📄 config.toml 1.2 KB
        • 📄 pyproject.toml 208 B
        • 📄 streamlit_app.py 11.5 KB
      • 📁 github/
        • 📁 .streamlit/
          • 📄 config.toml 1.2 KB
        • 📄 pyproject.toml 206 B
        • 📄 streamlit_app.py 11.5 KB
      • 📁 minimal/
        • 📁 .streamlit/
          • 📄 config.toml 1.2 KB
        • 📄 pyproject.toml 208 B
        • 📄 streamlit_app.py 11.5 KB
      • 📁 nord/
        • 📁 .streamlit/
          • 📄 config.toml 1.2 KB
        • 📄 pyproject.toml 202 B
        • 📄 streamlit_app.py 11.5 KB
      • 📁 snowflake/
        • 📁 .streamlit/
          • 📄 config.toml 1.3 KB
        • 📄 pyproject.toml 212 B
        • 📄 streamlit_app.py 11.5 KB
      • 📁 solarized-light/
        • 📁 .streamlit/
          • 📄 config.toml 1.2 KB
        • 📄 pyproject.toml 224 B
        • 📄 streamlit_app.py 11.5 KB
      • 📁 spotify/
        • 📁 .streamlit/
          • 📄 config.toml 1.1 KB
        • 📄 pyproject.toml 208 B
        • 📄 streamlit_app.py 11.5 KB
      • 📁 stripe/
        • 📁 .streamlit/
          • 📄 config.toml 1.1 KB
        • 📄 pyproject.toml 206 B
        • 📄 streamlit_app.py 11.5 KB
      • 📄 .gitignore 32 B
      • 📄 manage.py 10.8 KB
      • 📄 README.md 4.1 KB
    • 📄 .gitattributes 137 B
  • 📄 SKILL.md 11.9 KB

SKILL.md

Login to download/like/favorite ❤ 186 | ★ 0
Comments 0

Please login before commenting.

Loading comments...