dart-migrate-to-checks-package
77Migrate Dart Tests to Package Checks
Legacy matcher assertions can lose type safety and hide migration errors. This skill guides precise conversions to package:checks with verification steps and pitfall warnings.
Generate Reliable Dart FFI Bindings with FFIgen
Manual Dart FFI bindings are error-prone and difficult to maintain. This skill guides agents to configure FFIgen, generate bindings, and verify outputs.
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "dart-use-ffigen" from https://skillstore.io/skills/dart-lang-dart-use-ffigen.md and its manifest at https://skillstore.io/api/skills/dart-lang-dart-use-ffigen/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Using "dart-use-ffigen". Generate bindings for sqlite3_libversion from third_party/sqlite/sqlite3.h.
Expected outcome:
A generator plan with one symbol filter, package-relative paths, licensed generated output, recorded-use metadata, and analyzer verification.
Using "dart-use-ffigen". Replace handwritten dynamic library lookups in a Dart package.
Expected outcome:
A migration summary identifying native headers, generated targets, required filters, removed manual bindings, and remaining runtime validation.
Using "dart-use-ffigen". Review an existing FFIgen setup for repository compliance.
Expected outcome:
A concise review covering dependency setup, file locations, preamble licensing, symbol scope, generation commands, and analyzer results.
All 72 static findings are false positives caused by Markdown syntax, Dart type signatures, documented CLI commands, official links, and package-relative paths. The skill contains no executable payload, prompt injection, credential access, data exfiltration, or unsafe command construction. Its instructions perform expected FFI generation and local analysis.
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
https://skillstore.io/skills/dart-lang-dart-use-ffigen/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/dart-lang-dart-use-ffigen?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/dart-lang-dart-use-ffigen?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/dart-lang-dart-use-ffigen/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/dart-lang-dart-use-ffigen.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>dart-lang. (2026). dart-use-ffigen security audit report (audit version 1) [Author version unspecified]. Skillstore. https://skillstore.io/skills/dart-lang-dart-use-ffigen/audits/1@techreport{dart-lang-dart-lang-dart-use-ffigen-2026,
author = {dart-lang},
title = {dart-use-ffigen security audit report (audit version 1)},
institution = {Skillstore},
year = {2026},
number = {1},
url = {https://skillstore.io/skills/dart-lang-dart-use-ffigen/audits/1},
note = {Author version unspecified}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "dart-use-ffigen security audit report (audit version 1)"
version: "unspecified"
type: report
authors:
- name: "dart-lang"
date-released: "2026-08-22"
url: "https://skillstore.io/skills/dart-lang-dart-use-ffigen/audits/1"
identifiers:
- type: other
value: "skillstore:dart-lang-dart-use-ffigen:audit:1"
description: "Skillstore immutable audit report identifier"
Generate focused Dart bindings from an existing C header and place outputs in the package structure.
Convert handwritten lookups and typedefs into a repeatable FFIgen workflow with generated metadata.
Review generator configuration, licensing, filters, output paths, and analyzer results across a repository.
Create FFIgen bindings for [header path], include [symbols], and place generated files under [output directory].
Add tool/ffigen.dart for [package], resolve paths from Platform.script, preserve [license], and verify with dart analyze.
Inspect the existing manual Dart FFI bindings, derive precise FFIgen filters, generate replacements, and report compatibility concerns.
Design FFIgen configuration for [native API], including transitive headers, compiler options, leaf functions, recorded usage, licensing, and analyzer verification.
Author
dart-langLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
5efede508cb827613f7c81e8722beb5acb53555f
Maintenance freshness
8/22/2026
Usage
1 downloads ยท 0 views
File structure
๐ SKILL.md
Migrate Dart Tests to Package Checks
Legacy matcher assertions can lose type safety and hide migration errors. This skill guides precise conversions to package:checks with verification steps and pitfall warnings.
Write Dart Primary Constructors Correctly
Primary constructor migrations can introduce syntax, scope, and initialization errors. This skill provides version-aware guidance, refactoring steps, diagnostics, and focused examples for Dart.
Build Production-Ready Flutter Applications
by sickn33
Flutter projects need sound architecture, responsive interfaces, reliable testing, and platform-specific decisions. This skill provides structured guidance for building and improving cross-platform applications.
Build Flutter Animations
by madteacher
Flutter motion can be hard to choose and implement correctly. This skill guides animation selection, code patterns, performance, and accessibility.
Generate TypeScript from OpenAPI Specs
by softaworks
API teams need TypeScript models that stay aligned with OpenAPI contracts. This skill converts OpenAPI 3.0 specs into interfaces, endpoint types, and runtime guards.
Generate Multi-Language Test Scaffolds
by Consiliency
Creating consistent test skeletons across mixed-language repositories takes time. This skill analyzes public symbols and generates framework-specific scaffolds with fixtures, mocks, and TODO markers.
Generate Type-Safe API Clients
by Crearize
Manual API client updates drift when OpenAPI contracts change. This skill guides Orval generation and type checking so frontend clients stay aligned.
Build Flutter Apps with Proven Patterns
by MiniMax-AI
Flutter projects often need consistent decisions for state, routing, testing, and performance. This skill gives Claude, Codex, and Claude Code practical Flutter guidance drawn from focused reference files.