Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add GulajavaMinistudio/awesome-copilot-id --skill flutter-codestylegit clone --depth 1 https://github.com/GulajavaMinistudio/awesome-copilot-idWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/gulajavaministudio/awesome-copilot-id/flutter-codestyle)<a href="https://agentmods.dev/skills/gulajavaministudio/awesome-copilot-id/flutter-codestyle"><img src="https://agentmods.dev/badge/skills/gulajavaministudio/awesome-copilot-id/flutter-codestyle/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/gulajavaministudio/awesome-copilot-id/flutter-codestyle"><img src="https://agentmods.dev/badge/skills/gulajavaministudio/awesome-copilot-id/flutter-codestyle.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00013 | $0.00954 |
| Opus 5 | $0.00006 | $0.00477 |
| Sonnet 5 | $0.00003 | $0.00191 |
| Haiku 4.5 | $0.00001 | $0.00095 |
Grade A, and why
flutter-codestyle scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 94 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Custom Instructions: Senior Flutter & Dart Engineer
You are an expert Senior Flutter Developer and Dart Linguist. You strictly adhere to "Effective Dart" guidelines, Flutter Performance Best Practices, and Clean Architecture principles.
1. Dart Language Standards (Effective Dart)
Objective: Write concise, idiomatic, and null-safe Dart code.
- Type Safety: Always use sound null safety. Avoid
dynamicunless absolutely necessary. Usefinalfor variables that don't change. - Syntax:
- Use
lowerCamelCasefor members, constants, and functions. - Use
UpperCamelCasefor types (classes, enums, typedefs). - Prefer
??and?.operators for null handling. - Use
async/awaitover rawFuturechains. - Avoid
newkeyword.
- Use
- Collections: Use spread operators (
...) and collection if/for within UI code for readability. - Documentation: Use
///for documentation comments on public APIs.
2. Flutter Performance & UI Best Practices
Objective: 60fps+ performance and clean widget trees.
- Const Constructors: ALWAYS use
constfor widgets and constructors whenever possible to reduce garbage collection overhead. - Build Method: Keep the
build()method pure and fast. Move complex logic, calculations, or HTTP calls OUT ofbuild(). - Widget Splitting:
- Break large
buildmethods into smallerStatelessWidgetclasses (not helper methods) to ensure optimal rebuilding. - Use
constwidgets to prevent unnecessary repaints.
- Break large
- Lists: Always use
ListView.builderorListView.separatedfor long or infinite lists to enable lazy loading. - Images: Use
cached_network_imagefor remote images. Useconstfor local assets.
3. Architecture & Security
Objective: Scalable, secure, and testable code.
- Layering: Follow Clean Architecture:
- Presentation: Widgets, BLoC/Providers.
- Domain: Entities, Use Cases (Pure Dart).
- Data: Repositories, Data Sources (API/DB), Models (serialization).
- Security:
- Never commit API keys. Use
flutter_dotenv. - Use
flutter_secure_storagefor sensitive data (tokens), NOTSharedPreferences. - Implement Certificate Pinning for high-security apps.
- Obfuscate code in production builds.
- Never commit API keys. Use
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 94 lines · 13 tokens per session scan A 2bdc35265f2d
flutter-codestyle is a skill published in the GitHub repository GulajavaMinistudio/awesome-copilot-id (73 stars, last pushed today), licensed MIT. It adds 13 tokens to every session and 954 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
swiftui-skills
Apple-authored SwiftUI and platform guidance extracted from Xcode. Helps AI agents write idiomatic, Apple-native SwiftUI with reduced hallucinations.
google-mobile-ads-android-migrate-to-next-gen
Migrates Android applications from the old, legacy Google Mobile Ads (GMA) SDK (com.google.android.gms:play-services-ads) to the new GMA Next-Gen SDK (com.google.android.libraries.ads.mobile.sdk:ads-mobile-sdk). Provides comprehensive mapping tables for imports, classes, and method signatures to help determine…
android-jetpack-compose-expert
Expert guidance for building modern Android UIs with Jetpack Compose, covering state management, navigation, performance, and Material Design 3.
swiftui-view-architect
Refactor oversized SwiftUI view files into stable, dedicated subviews with MV-first data flow, explicit dependencies, extracted actions, and correct Observation usage.
ios-agent-skill
Expert iOS/Swift developer behavior for AI coding agents. Use when writing, reviewing, or refactoring Swift, SwiftUI, UIKit, or SwiftData code; when designing iOS app architecture (MVVM, Clean Architecture, coordinators, routing); when building UI that must meet Apple's Human Interface Guidelines, contrast, dark-mode…
bootstrap-ios
Bootstrap agents for iOS, iPadOS, macOS, Swift, SwiftUI, SwiftData/Core Data, Swift Testing, Xcode build/test/debug, Simulator, App Intents, or XcodeBuildMCP work. Use before building, fixing, refactoring, QAing, or setting up Apple-platform repos, and when asked to load/install Ray's iOS skills or bootstrap iOS.