← all publishers

dart-lang

@dart-lang source repo

20 published skills

  1. Update Packages · dart-lang
    Updates pinned package dependencies for Dart and Flutter project templates. Use when adding/removing packages from the allowlist or updating dependency versions across Flutter channels (main/beta/stable).
    0
    installs
  2. Refactor Dart Dot Shorthands · dart-lang
    Refactor Dart code to use modern language features, specifically dot shorthands (member access shorthands) introduced in Dart 3.7. Use this when you want to make code more concise by removing redundant type names in enum or static member access when the context type is known.
    0
    installs
  3. Add MCP Feature · dart-lang
    Instructions for adding new features (tools, prompts, etc.) to the dart_mcp_server package.
    0
    installs
  4. Update MCP Spec Version · dart-lang
    Instructions for updating the supported Model Context Protocol (MCP) specification version in the `dart_mcp` package.
    0
    installs
  5. Update Dart MCP Server Readme Md File · dart-lang
    Instructions for updating the README.md file in the `dart_mcp_server` package.
    0
    installs
  6. Sync Changelog · dart-lang
    Sync the changelog from the Dart SDK repo to update the changelog.yml entries in the site repository.
    0
    installs
  7. Contribute Blog · dart-lang bundle
    Create, import, edit, or review posts for the official Dart blog at dart.dev/blog, including metadata, media, authors, and publication checks.
    0
    installs
  8. Update Whats New · dart-lang
    Update the whats-new page with changes to the website since the previous release.
    0
    installs
  9. Proofread Markdown · dart-lang bundle
    Proofreads Markdown files against Google guidelines.
    0
    installs
  10. Stage Site Locally · dart-lang
    Stages the Dart site locally for PR validation. Includes formatting Dart code, syncing excerpts, building the site, checking for broken links, and serving the development site.
    0
    installs
  11. Find Release For Commit · dart-lang
    Find which Dart/Flutter releases contain a specific commit sha.
    0
    installs
  12. Read Gerrit Cl · dart-lang bundle
    Fetch and display the full patch/diff or comments for a Gerrit CL.
    0
    installs
  13. Update Dependency · dart-lang
    Updates third party dependencies in the Dart SDK
    0
    installs
  14. Update Native Rev · dart-lang
    Updates the native_rev dependency in the DEPS file with all correct verification, sync, and testing procedures
    0
    installs
  15. Implement A Lint · dart-lang
    Guide for creating, registering, documenting, and testing a new lint in the Dart SDK.
    0
    installs
  16. Closing Obsolete Issues · dart-lang bundle
    Find obsolete, stale, or not reproducible analysis-server issues in the dart-lang/sdk repository.
    0
    installs
  17. Dart Add Unit Test · dart-lang
    Write and organize unit tests for functions, methods, and classes using `package:test`. Use when creating new logic or fixing bugs to ensure code remains correct and regression-free.
    1
    install
  18. Dart Use Doc Examples · dart-lang
    How to inject external code examples into Dartdoc using the {@example} directive, and how to filter those files using #hide, #region, and #endregion tags.
    1
    install
  19. Dart Write Documentation · dart-lang
    Rules and formatting guidelines for writing Dart /// API documentation and doc comments. Use when documenting Dart code, writing doc comments for any Dart declaration (libraries, classes, methods, variables, etc.), or when instructed to follow the Effective Dart documentation guidelines.
    1
    install
  20. Dart Use Primary Constructors · dart-lang
    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.
    1
    install