flutter-fix-layout-issues
78Fix Flutter Layout Errors
Flutter constraint errors can hide the widget that caused the failure. This skill maps common error signatures to focused layout corrections and verification steps.
Build Reliable Dart CLI Applications
Dart CLI projects need consistent command routing, error handling, tests, and release steps. This skill provides practical guidance for building and distributing them.
このリクエストをエージェントにコピーしてください。正規の Skill ページとマニフェストが含まれています。
Review the Skillstore skill "dart-build-cli-app" from https://skillstore.io/skills/flutter-dart-build-cli-app.md and its manifest at https://skillstore.io/api/skills/flutter-dart-build-cli-app/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.エージェントは引き続き計画を提示し、セキュリティポリシーで必要な確認を求める必要があります。
AI エージェント、クローラー、スクリプトがページ全体ではなく整理されたコンテキストを必要とする場合は、これらのリンクを使ってください。
「dart-build-cli-app」を使用しています。 Add a backup subcommand to a Dart CLI.
期待される結果:
「dart-build-cli-app」を使用しています。 Prepare a Dart CLI for Linux distribution.
期待される結果:
All 53 static findings are false positives. The scanner interpreted Markdown inline-code markers and fenced Dart examples as Ruby or shell backtick execution. The skill provides standard Dart CLI development guidance and contains no prompt injection, data-exfiltration intent, or system-reconnaissance behavior.
バージョン付き評価レポート、中立的なバッジ、埋め込みカード、引用を共有できます。Skillstore は証拠を報告しますが、この Skill が安全かどうかは判断しません。
https://skillstore.io/skills/flutter-dart-build-cli-app/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/flutter-dart-build-cli-app?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/flutter-dart-build-cli-app?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/flutter-dart-build-cli-app/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/flutter-dart-build-cli-app.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>flutter. (2026). dart-build-cli-app security audit report (audit version 1) [Author version unspecified]. Skillstore. https://skillstore.io/skills/flutter-dart-build-cli-app/audits/1@techreport{flutter-flutter-dart-build-cli-app-2026,
author = {flutter},
title = {dart-build-cli-app security audit report (audit version 1)},
institution = {Skillstore},
year = {2026},
number = {1},
url = {https://skillstore.io/skills/flutter-dart-build-cli-app/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-build-cli-app security audit report (audit version 1)"
version: "unspecified"
type: report
authors:
- name: "flutter"
date-released: "2026-08-30"
url: "https://skillstore.io/skills/flutter-dart-build-cli-app/audits/1"
identifiers:
- type: other
value: "skillstore:flutter-dart-build-cli-app:audit:1"
description: "Skillstore immutable audit report identifier"
Create a Dart CLI with a conventional directory layout and basic argument parsing.
Plan command routing, validation, help text, error handling, and automated tests.
Validate, compile, and choose host or Linux cross-compilation targets for distribution.
Help me structure a new Dart CLI named inventory_tool. Include bin and lib/src responsibilities and basic argument parsing.
Help me add an import subcommand to my Dart CommandRunner. Define its flags, validation, exit behavior, and tests.
Show me how to test a Dart CLI command with test_process and test_descriptor, including stdout, exit code, and filesystem assertions.
Create a release checklist for my Dart CLI. Include formatting, analysis, tests, host compilation, and Linux cross-compilation considerations.
作成者
flutterライセンス
MIT
Skillstore リビジョン
r1
バージョンに関する注意
作者はバージョンを宣言していません。
参照
f3d02f046f0a885874c8d09fa6087eec01604283
メンテナンスの新しさ
2026/8/30
利用状況
1 ダウンロード · 1 閲覧
ファイル構成
📄 SKILL.md
Fix Flutter Layout Errors
Flutter constraint errors can hide the widget that caused the failure. This skill maps common error signatures to focused layout corrections and verification steps.
Create Reliable Flutter Widget Tests
Flutter UI changes can fail when rendering and user interactions are not tested. This skill provides a clear workflow for building focused WidgetTester tests and validating state changes.
Build Responsive Flutter Layouts
Rigid Flutter interfaces overflow or stretch across changing window sizes. This skill guides adaptive layouts using constraints, breakpoints, flexible widgets, and large-screen width limits.
Apply Flutter Architecture Best Practices
Flutter features become difficult to maintain when UI, business logic, and data access are mixed. This skill organizes them into clear, testable layers.
Modernize Dart Code with Pattern Matching
Complex Dart branching can obscure validation, destructuring, and subtype handling. This skill selects clear patterns and checks exhaustive switch behavior.
Configure Localization in Flutter Apps
Flutter localization setup requires coordinated dependency, generator, resource, and app configuration changes. This skill guides those changes with examples for strings, placeholders, plurals, and selects.
信頼性の高いテスト自動化を構築
作成者 89jobrien
弱いテストはリリースを遅らせ、リグレッションを見逃します。このスキルは、テスト戦略、TDD、自動化、カバレッジレビュー、Playwright による Web チェックをガイドします。
コードベース全体で信頼性の高いテストを計画する
作成者 0xDarkMatter
このスキルは、テスト範囲を混在させずに、チームがテスト戦略、モック、データフィクスチャ、カバレッジゲート、CIパターンを選択するのに役立ちます。Claude、Codex、Claude Codeに、ユニット、統合、エンドツーエンド、TDD、パイプラインテストのための構造化されたガイダンスを提供します。
ソフトウェアの問題を体系的にデバッグする
作成者 Asmayaseen
構造化されていないバグ修正は時間を浪費し、本当の失敗原因を隠すことがあります。このスキルは Claude、Codex、Claude Code に、証拠に基づく根本原因分析をガイドします。
より良い Go テストを構築する
作成者 89jobrien
Go チームには、ユニット、統合、モック、ベンチマーク、カバレッジにわたって一貫したテストが必要です。このスキルは、Claude、Codex、Claude Code が開発中に適用できる実践的な Go テストパターンを提供します。
ウォーターフォールのフェーズゲートを強制する
作成者 Chemiseblanc
AI コーディングセッションでは、プレッシャーが高まると要件、設計、テストが省略されることがあります。このスキルは、文書化されたゲートを備えた厳格なウォーターフォールフロー内に作業を保ちます。
pytest TDDでPythonテストを構築
作成者 89jobrien
Pythonチームは、TDDの規律を失わずに、一貫したテスト、カバレッジ、レポートを必要とすることがよくあります。このスキルは、Claude、Codex、Claude Code向けに、pytestに焦点を当てたワークフロー、例、レポート作成ガイダンスを提供します。