Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

streamlit

streamlit contém 18 skills coletadas de streamlit, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
18
Stars
45.0k
atualizado
2026-06-22
Forks
4.3k
Cobertura ocupacional
4 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

developing-with-streamlit
Desenvolvedores de software

**[REQUIRED]** Use for ALL Streamlit tasks: creating, editing, debugging, beautifying, styling, theming, or optimizing 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.

2026-06-22
understanding-streamlit-architecture
Desenvolvedores de software

Explains Streamlit's internal architecture including backend runtime, frontend rendering, and WebSocket communication. Use when debugging cross-layer issues, understanding how features work end-to-end, planning architectural changes, or onboarding to the codebase. Covers ForwardMsg/BackMsg protocol, script rerun model, element tree, widget state management, and more.

2026-05-13
updating-internal-docs
Desenvolvedores de software

Review internal documentation (*.md files) against the current codebase state and propose updates for outdated or incorrect information.

2026-05-12
sharing-pr-agent-artifacts
Desenvolvedores de software

Uploads agent-generated artifacts (specs, plans, learnings) to the streamlit.wiki for sharing via PR comments. Use when you have agent artifacts to share with reviewers.

2026-05-11
fixing-flaky-e2e-tests
Analistas de garantia de qualidade de software e testadores

Diagnose and fix flaky Playwright e2e tests. Use when tests fail intermittently, show timeout errors, have snapshot mismatches, or exhibit browser-specific failures.

2026-05-06
generating-changelog
Desenvolvedores de software

Generates polished website release notes between two git tags for docs.streamlit.io. Use when preparing a new Streamlit release or reviewing changes between versions.

2026-05-02
implementing-feature
Desenvolvedores de software

Implement a feature from a product/tech spec, URL, or GitHub issue. Reads the spec, implements the feature following Streamlit patterns, and creates a merge-ready PR. Use when given a spec folder path, document URL, or issue link to implement.

2026-04-30
finalizing-pr
Desenvolvedores de software

Finalizes branch changes for merging by simplifying code, running checks, reviewing changes, and creating a PR if needed. Use when ready to merge changes into the target branch.

2026-04-30
addressing-pr-review-comments
Desenvolvedores de softwareEspecialistas em suporte ao usuário de computador

Address all valid review comments on a PR for the current branch in the streamlit/streamlit repo. Covers both inline review comments and general PR (issue) comments. Use when a PR has reviewer feedback to address, including code changes, style fixes, and documentation updates.

2026-04-15
assessing-external-test-risk
Analistas de garantia de qualidade de software e testadores

Assesses whether branch or PR changes are high-risk for externally hosted or embedded Streamlit usage and recommends whether external e2e coverage with `@pytest.mark.external_test` is needed. Use during code review, PR triage, or test planning when changes touch routing, auth, websocket/session behavior, embedding, assets, cross-origin behavior, SiS/Snowflake runtime, storage, or security headers.

2026-04-10
improving-python-coverage
Analistas de garantia de qualidade de software e testadores

Runs Python unit tests with coverage, analyzes coverage reports, and implements meaningful tests to increase coverage by ~0.2%. Use when you want to systematically improve Python test coverage with high-value test cases.

2026-04-07
improving-frontend-coverage
Analistas de garantia de qualidade de software e testadores

Runs frontend unit tests with coverage, analyzes coverage reports, and implements meaningful tests to increase coverage by ~0.2%. Use when you want to systematically improve frontend test coverage with high-value test cases.

2026-04-07
writing-spec
Desenvolvedores de softwareAnalistas de sistemas de computador

Writes product and tech specs for new Streamlit features. Use when designing new API commands, widgets, or significant changes that need team review before implementation.

2026-03-20
discovering-make-commands
Desenvolvedores de software

Lists available make commands for Streamlit development. Use for build, test, lint, or format tasks.

2026-03-10
checking-changes
Analistas de garantia de qualidade de software e testadores

Validates all code changes before committing by running format, lint, type, and unit test checks. Use after making backend (Python) or frontend (TypeScript) changes, before committing or finishing a work session.

2026-03-09
creating-pull-requests
Desenvolvedores de software

Creates a draft pull request on GitHub with proper labels, branch naming, and description formatting. Use when changes are ready to be submitted as a PR to the streamlit/streamlit repository.

2026-03-06
debugging-streamlit
Desenvolvedores de software

Debug Streamlit frontend and backend changes using make debug with hot-reload. Use when testing code changes, investigating bugs, checking UI behavior, or needing screenshots of the running app.

2026-03-02
fixing-streamlit-ci
Especialistas em suporte ao usuário de computadorAnalistas de garantia de qualidade de software e testadores

Analyze and fix failed GitHub Actions CI jobs for the current branch/PR. Use when CI checks fail, PR checks show failures, or you need to diagnose lint/type/test errors and verify fixes locally.

2026-02-20