Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

skills

skills 收录了来自 dhruvanbhalara 的 43 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
43
Stars
27
更新
2026-07-10
Forks
3
职业覆盖
4 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

changelog-writing
软件开发工程师

Audit and rewrite project changelogs to adhere strictly to Keep a Changelog and Semantic Versioning standards. Use when reviewing, drafting, or refining project changelogs.

2026-07-10
dart-genkit
软件开发工程师

Guide for utilizing the Genkit Dart SDK to build full-stack, AI-powered agentic applications.

2026-06-21
dart-modern-syntax
软件开发工程师

Guide for utilizing Dart 3.0+ up to 3.12 syntax updates (private named parameters, extension types, records, pattern matching, wildcard variables, and primary constructors).

2026-06-21
dart-optimization
软件开发工程师

Optimize Dart code for performance, type safety, and runtime error prevention. Use when profiling hot paths, enforcing sound typing, handling null safety, or debugging type mismatches and runtime failures.

2026-06-21
dart-tooling
软件开发工程师

Run Dart tooling workflows for static analysis, dependency conflict resolution, and test migration to package:checks. Use when fixing analyzer errors, resolving pub dependency conflicts, or modernizing test assertions.

2026-06-21
flutter-add-integration-test
软件质量保证分析师与测试员

Configure and run integration tests using the integration_test package with Flutter Driver. Use when testing complete user flows, verifying navigation, or running end-to-end tests on devices or CI.

2026-06-21
flutter-config
软件开发工程师

Configure app flavors (dev, staging, prod) with environment-specific settings via dart-define-from-file. Use when setting up build variants, per-flavor Firebase projects, or platform-specific configuration.

2026-06-21
flutter-debugging
软件开发工程师

Debug and profile Flutter applications using DevTools, structured logging, and memory analysis. Use when diagnosing layout issues, tracking performance bottlenecks, or setting up centralized error reporting with Crashlytics.

2026-06-21
flutter-devtools
软件开发工程师

Guide for utilizing Flutter DevTools, using visual debugging properties, and exposing custom widget states to the inspector.

2026-06-21
flutter-native
软件开发工程师

Build type-safe native platform integrations using MethodChannels, EventChannels, and Pigeon. Use when communicating with Android/iOS native code, implementing federated plugins, or bridging platform-specific APIs.

2026-06-21
flutter-spm
软件开发工程师

Guide for integrating, configuring, and caching dependencies using Swift Package Manager (SPM) in Flutter iOS/macOS applications.

2026-06-21
flutter-ui
软件开发工程师

Build performant, accessible UIs with strict design tokens and reusable widget patterns. Use when implementing layouts, responsive breakpoints, theming, widget extraction, or fixing common rendering issues like overflow errors.

2026-06-21
flutter-wasm-web
网页开发工程师

Best practices for compiling, optimizing, and deploying Flutter Web applications to WebAssembly (Wasm-GC) using modern JS interop.

2026-06-21
github-actions
软件开发工程师

Orchestrate CI/CD pipelines with GitHub Actions for Flutter apps. Use when setting up quality gates, automated builds, semantic versioning, code signing, or deployment workflows.

2026-06-21
dart-add-unit-test
软件质量保证分析师与测试员

Write unit tests with mocking and coverage analysis for pure Dart projects and CLI apps. Use when testing business logic, generating mocks with Mockito or mocktail, or measuring test coverage.

2026-05-27
dart-build-cli-app
软件开发工程师

Build Dart command-line applications with proper entrypoint structure, exit codes, and cross-platform scripting. Use when creating CLI utilities, automation scripts, or standalone Dart executables.

2026-05-27
dart-collect-coverage
软件质量保证分析师与测试员

Collect test coverage, generate LCOV/HTML reports, and apply coverage ignore directives. Use when measuring test coverage, setting up coverage gates in CI, or generating coverage reports for Dart and Flutter projects.

2026-05-27
dart-fix-runtime-errors
软件开发工程师

Uses static analysis diagnostics and custom handling patterns for null safety, dynamic lists, contravariance overrides, and unrecoverable errors.

2026-05-27
dart-generate-test-mocks
软件质量保证分析师与测试员

Define and generate mock objects for external dependencies using `package:mockito` and the `build_runner` code generation lifecycle for unit testing classes.

2026-05-27
dart-migrate-to-checks-package
软件质量保证分析师与测试员

Migrate test suites from legacy `package:matcher` (using `expect()`) to the modern, fluent, and highly descriptive assertions of `package:checks`.

2026-05-27
dart-run-static-analysis
软件开发工程师

Configure project linter rules, configure `analysis_options.yaml`, enforce strict static type checking, and manage fine-grained file or line-level diagnostic suppressions.

2026-05-27
dart-use-pattern-matching
软件开发工程师

Leverage switch expressions and Dart 3+ pattern matching to build clean, exhaustive, and type-safe control flows for algebraic data types, JSON parsing, and variable destructuring.

2026-05-27
flutter-add-widget-preview
软件开发工程师

Add interactive widget previews using the @Preview annotation system. Use when creating new UI components, verifying designs in isolation, or testing visual states without running the full app.

2026-05-27
flutter-add-widget-test
软件质量保证分析师与测试员

Write widget tests using WidgetTester with pump patterns, finder APIs, and key-based targeting. Use when testing UI components, user interactions, or verifying widget rendering and state changes.

2026-05-27
flutter-apply-architecture-best-practices
软件开发工程师

Enforce Clean Architecture with BLoC pattern for Flutter applications. Use when scaffolding features, structuring data/domain/presentation layers, defining data models, or integrating native platform channels.

2026-05-27
flutter-build-responsive-layout
软件开发工程师

Build adaptive layouts using LayoutBuilder, MediaQuery, or Expanded/Flexible widgets to ensure the UI looks elegant across all mobile, tablet, and desktop form factors.

2026-05-27
flutter-dio
软件开发工程师

Implement HTTP networking with Dio including interceptors, retry logic, and response caching. Use when building API clients, configuring authentication headers, or handling network errors gracefully.

2026-05-27
flutter-fix-layout-issues
软件开发工程师

Diagnose and fix Flutter layout constraint violations (RenderFlex overflow, unbounded height/width, ParentData misuse). Use when encountering layout exceptions, yellow-black overflow stripes, or red error screens.

2026-05-27
flutter-implement-json-serialization
软件开发工程师

Create model classes with fromJson/toJson using dart:convert and Dart 3 pattern matching. Use when manually mapping JSON to classes, parsing HTTP responses, or choosing between manual and code-generated serialization.

2026-05-27
flutter-setup-declarative-routing
软件开发工程师

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.

2026-05-27
flutter-setup-localization
软件开发工程师

Configure internationalization and localization support using Flutter's built-in l10n system, App Resource Bundle (ARB) files, and ICU formatting syntax.

2026-05-27
flutter-testing
软件质量保证分析师与测试员

Define testing strategy, test pyramid, and pattern-based conventions (Golden Variants, State Matrix, Interaction Contracts). Use when establishing test architecture or choosing the right testing approach for a Flutter project.

2026-05-27
flutter-use-http-package
软件开发工程师

Perform REST API networking operations (GET, POST, PUT, DELETE) using the lightweight and robust standard `http` package, including platform configurations and background parsing models.

2026-05-27
dart-logic-patterns
软件开发工程师

Apply efficient algorithms, data structures, and Dart 3 pattern matching for clean business logic. Use when implementing search, sorting, debouncing, memoization, or exhaustive control flow in domain layers.

2026-05-10
dart-memory
软件开发工程师

Manage memory efficiently in Dart and Flutter apps to prevent leaks and reduce GC pressure. Use when disposing resources, handling large assets, optimizing image caching, or profiling allocation patterns.

2026-05-10
flutter-bloc-forms
软件开发工程师

Manage form state, validation, and input handling through dedicated FormBlocs. Use when building forms with real-time validation, multi-step flows, or complex input patterns like search debouncing.

2026-05-10
flutter-bloc
软件开发工程师

Implement state management using the BLoC/Cubit pattern with injectable dependency injection. Use when creating new BLoCs, managing UI state transitions, or configuring navigation with GoRouter.

2026-05-10
flutter-code-gen
软件开发工程师

Run Dart build_runner for code generation of Mappable classes and JSON serialization. Use after adding or modifying data model classes that require generated code.

2026-05-10
flutter-firebase
软件开发工程师

Integrate Firebase services including Authentication, Firestore, Cloud Messaging, Crashlytics, and Analytics. Use when adding backend capabilities, push notifications, crash reporting, or remote configuration to a Flutter app.

2026-05-10
flutter-isar
软件开发工程师

Implement local data persistence with Isar database and offline-first architecture. Use when building cache-first data strategies, reactive queries, schema migrations, or secure local storage with flutter_secure_storage.

2026-05-10
当前展示该仓库 Top 40 / 43 个已收集 skills。