所有 Skills

找到 6179 個 Skills

Skills 列表

dart-collect-coverage

dart-collect-coverage

2.8Ktesting-qa

Collect coverage using the coverage packge and create an LCOV report

flutter avatarflutter
獲取
dart-generate-test-mocks

dart-generate-test-mocks

2.8Ktesting-qa

Define and generate mock objects for external dependencies using `package:mockito` and `build_runner`. Use when unit testing classes that depend on complex external services like APIs or databases.

flutter avatarflutter
獲取
dart-use-pattern-matching

dart-use-pattern-matching

2.8Kwriting-content

Use switch expressions and pattern matching where appropriate

flutter avatarflutter
獲取
dart-use-primary-constructors

dart-use-primary-constructors

2.8Kcode-generation

Help users write syntactically and semantically correct primary constructors in Dart, and migrate/use the new constructor syntax, empty-body semicolon syntax, in-body initializer list syntax, and abbreviated concise constructor syntax.

flutter avatarflutter
獲取
dart-migrate-to-checks-package

dart-migrate-to-checks-package

2.8Kwriting-content

Replace the usage of `expect` and similar functions from `package:matcher` to `package:checks` equivalents.

flutter avatarflutter
獲取
dart-use-ffigen

dart-use-ffigen

2.8Kmcp-integrations

Guide agents to use `package:ffigen` to automatically generate FFI bindings instead of writing them manually. Use this skill when a task involves writing new FFI bindings, extending C/Objective-C/Swift integrations, or replacing hand-crafted `dart:ffi` setups.

flutter avatarflutter
獲取
dart-setup-ffi-assets

dart-setup-ffi-assets

2.8Kagent-workflows

Guides agents in compiling and packaging C/C++ source code into dynamic or static libraries (Code Assets) using Dart's Native Assets hook system (via hook/build.dart and hook/link.dart utilizing package:hooks and package:native_toolchain_c). Use when a user asks to: 'setup native assets', 'compile C/C++ source code', 'bundle dynamic libraries', 'build native C code', 'link native assets', 'implement build.dart or link.dart hooks', or 'integrate C/C++ interop in Dart/Flutter'. Helps agents avoid manual toolchain orchestration and configures secure hash-validated binary downloads or advanced linker tree-shaking with package:record_use mapping.

flutter avatarflutter
獲取
dart-build-cli-app

dart-build-cli-app

2.8Ktesting-qa

Entrypoint structure, exit codes, cross-platform scripts. Use when building command line utilities, scripts, or applications.

flutter avatarflutter
獲取
cudaq-guide

cudaq-guide

2.8Ktesting-qa

CUDA-Q onboarding guide for installation, test programs, GPU simulation, QPU hardware, and quantum applications.

nvidia avatarnvidia
獲取
cuopt-install

cuopt-install

2.8Kdevops-cloud

Install cuOpt for Python, C, or server via pip, conda, or Docker; verify the install. For building cuOpt from source, see cuopt-developer.

nvidia avatarnvidia
獲取
baoyu-design

baoyu-design

2.8Kdesign-ui

Create polished design artifacts as self-contained HTML: UI mockups, interactive prototypes, wireframes, landing pages, dashboards, app screens, mobile apps, slide decks (a.k.a. PPT / PowerPoint presentations), and visual explorations. Use whenever the user asks to design, mock up, prototype, wireframe, visualize, explore, or make a PPT/deck for an interface, product screen, user flow, content layout, visual artifact, or pitch/deck concept, even if they do not say "design". Also use to export a deck built with this skill to PowerPoint (PPT/PPTX) — but only decks authored here (deck-stage / this skill's slide-structured HTML), NOT arbitrary HTML, so confirm the target is such a deck first. Also use for setting up, importing, or authoring reusable design systems, UI kits, brand tokens, or component libraries. Harness-agnostic for Claude Code, Cursor, Codex Agent, and similar file-capable agents.

jimliu avatarjimliu
獲取
golang-pkg-go-dev

golang-pkg-go-dev

2.8Kresearch-knowledge

Golang package and module documentation and exploration via `godig`, a pkg.go.dev API client (CLI + MCP server) — package docs, API references, symbols, code examples, available versions, importers (who imports a package), licenses, and known vulnerabilities. Read-only, no auth. Use for looking up any Go/Golang library's documentation, API signatures, usage examples, which versions exist, whether a dependency has CVEs, or who imports a package — prefer this over Context7 for any Go package or module. Triggers on: how to use a Go library, Go API docs, import usage, code examples, pkg.go.dev. Not for upgrading dependencies (→ See `samber/cc-skills-golang@golang-dependency-management` skill) or choosing a library (→ See `samber/cc-skills-golang@golang-popular-libraries` skill). Not for local symbols, or for navigating an already-used dependency's resolved source, call sites, or generic instantiations — → See `samber/cc-skills-golang@golang-gopls` skill for those.

samber avatarsamber
獲取
flutter-fix-layout-issues

flutter-fix-layout-issues

2.8Kdesign-ui

Fixes Flutter layout errors (overflows, unbounded constraints) using Dart and Flutter MCP tools. Use when addressing "RenderFlex overflowed", "Vertical viewport was given unbounded height", or similar layout issues.

flutter avatarflutter
獲取
flutter-build-responsive-layout

flutter-build-responsive-layout

2.8Kdesign-ui

Use `LayoutBuilder`, `MediaQuery`, or `Expanded/Flexible` to create a layout that adapts to different screen sizes. Use when you need the UI to look good on both mobile and tablet/desktop form factors.

flutter avatarflutter
獲取
flutter-add-widget-test

flutter-add-widget-test

2.8Ktesting-qa

Implement a component-level test using `WidgetTester` to verify UI rendering and user interactions (tapping, scrolling, entering text). Use when validating that a specific widget displays correct data and responds to events as expected.

flutter avatarflutter
獲取
flutter-add-widget-preview

flutter-add-widget-preview

2.8Kdesign-ui

Adds interactive widget previews to the project using the previews.dart system. Use when creating new UI components or updating existing screens to ensure consistent design and interactive testing.

flutter avatarflutter
獲取
flutter-add-integration-test

flutter-add-integration-test

2.8Ktesting-qa

Configures Flutter Driver for app interaction and converts MCP actions into permanent integration tests. Use when adding integration testing to a project, exploring UI components via MCP, or automating user flows with the integration_test package.

flutter avatarflutter
獲取
flutter-apply-architecture-best-practices

flutter-apply-architecture-best-practices

2.8Kbackend-api

Architects a Flutter application using the recommended layered approach (UI, Logic, Data). Use when structuring a new project or refactoring for scalability.

flutter avatarflutter
獲取
flutter-setup-declarative-routing

flutter-setup-declarative-routing

2.8Kbrowser-web

Configure `MaterialApp.router` using a package like `go_router` for advanced URL-based navigation. Use when developing web applications or mobile apps that require specific deep linking and browser history support.

flutter avatarflutter
獲取
flutter-implement-json-serialization

flutter-implement-json-serialization

2.8Kproductivity

Create model classes with `fromJson` and `toJson` methods using `dart:convert`. Use when manually mapping JSON keys to class properties for simple data structures.

flutter avatarflutter
獲取
flutter-setup-localization

flutter-setup-localization

2.8Kwriting-content

Add `flutter_localizations` and `intl` dependencies, enable "generate true" in `pubspec.yaml`, and create an `l10n.yaml` configuration file. Use when initializing localization support for a new Flutter project.

flutter avatarflutter
獲取
flutter-use-http-package

flutter-use-http-package

2.8Ksecurity

Use the `http` package to execute GET, POST, PUT, or DELETE requests. Use when you need to fetch from or send data to a REST API.

flutter avatarflutter
獲取
aiq-deploy

aiq-deploy

2.8Kdevops-cloud

Use when asked to install, deploy, run, validate, troubleshoot, or stop NVIDIA AI-Q Blueprint infrastructure.

nvidia avatarnvidia
獲取
stockbee-momentum-burst-screener

stockbee-momentum-burst-screener

2.8Kbackend-api

Screen US stocks for Stockbee-style short-term Momentum Burst setups using 4% breakout, dollar breakout, range expansion, volume expansion, prior range contraction, close-location, failure filters, and risk-distance scoring. Use when the user asks for Stockbee, Pradeep Bonde, momentum burst, 4% breakout, range expansion, dollar breakout, short-term swing momentum candidates, or 3-5 day burst setup review.

tradermonty avatartradermonty
獲取
想按分類檢視?試試 /category/writing-content.