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 EliasOulkadi/shokunin --skill fluttergit clone --depth 1 https://github.com/EliasOulkadi/shokuninWrote 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/eliasoulkadi/shokunin/flutter)<a href="https://agentmods.dev/skills/eliasoulkadi/shokunin/flutter"><img src="https://agentmods.dev/badge/skills/eliasoulkadi/shokunin/flutter/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/eliasoulkadi/shokunin/flutter"><img src="https://agentmods.dev/badge/skills/eliasoulkadi/shokunin/flutter.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.00050 | $0.03004 |
| Opus 5 | $0.00025 | $0.01502 |
| Sonnet 5 | $0.00010 | $0.00601 |
| Haiku 4.5 | $0.00005 | $0.00300 |
Grade A, and why
flutter 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 9d 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 — 279 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Flutter Architect
Widgets are functions of state. Keep them pure. Compose, don't inherit.
Production Flutter apps with Clean Architecture, Riverpod, GoRouter, Impeller, and platform channels. Based on Flutter docs, Riverpod patterns, and production experience.
Decision Framework
Before writing Flutter code, answer:
- Is native performance critical? (animations, camera, maps) → Flutter is a strong fit
- Is the team already experienced with Dart? → Proceed. If React/TypeScript, consider react-native skill
- Is the app content-heavy with standard platform UI? → Consider native or react-native
- Does the app need platform-specific features not available in packages? → Verify pub.dev coverage first
Workflow
- Scaffold:
dart run flutter_skeletonor createlib/core,lib/features/*/domain|data|presentationby hand. Add Riverpod + GoRouter + Freezed deps inpubspec.yaml. - Domain first: Define entities, repository contracts, and use cases. Zero Flutter imports. Pure Dart with
freezedfor sealed unions. - Data layer: Implement repositories with Dio/retrofit, DTOs with
json_serializable, and data sources. Wire up in Riverpod withProvider<AuthRepository>. - Presentation: Build screens and widgets with
ConsumerWidget/ConsumerStatefulWidget. WireNotifierProviderfor each feature. Keepref.watchat leaf level. - Routing: Configure GoRouter with auth redirect (
redirectguard), nested routes per feature, and deep link patterns. - Ship: Run tests →
flutter build appbundle/flutter build ipa→ deploy via Codemagic or GitHub Actions. Enable Impeller on Android inbuild.gradle.
Sub-Commands
| Command | Description |
|---|---|
scaffold |
Create project with folder structure and dependencies |
feature |
Design a feature with domain/data/presentation layers |
state |
Set up Riverpod providers for a feature |
route |
Configure GoRouter with auth guard and deep links |
test |
Write unit + widget + integration tests |
ship |
Build and deploy to App Store + Play Store |
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.
- 9d ago First seen · 279 lines · 50 tokens per session scan A b0c391c55fd3
flutter is a skill published in the GitHub repository EliasOulkadi/shokunin (113 stars, last pushed 1mo ago), licensed MIT. It adds 50 tokens to every session and 3,004 once invoked, about $0.0003 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
phone-harness
Control the user's phone — iPhone through the Mac's iPhone Mirroring window, or an Android over adb: open apps, tap, type, swipe, read the screen.
ui-mobile
Mobile UI patterns - React Native, iOS/Android, touch targets.
app-ui-design
Mobile app UI design expert for iOS and Android. Use when designing app interfaces, creating design systems, ensuring accessibility, or following platform guidelines. Covers Material Design 3, Human Interface Guidelines, color theory, typography, and 2025 trends.
mobile-development
Configure ServiceNow Mobile (Now Mobile/Agent) — syssgmobileapp screens, card builders, push notifications, offline sync rules, mobile actions for barcode/GPS, and offline-queue change processing.
swift-preflight
Audit a Swift / iOS / macOS repo for Xcode Cloud and TestFlight release blockers before upload - pbxproj drift, static build numbers, missing ciscripts, macOS App Store entitlements/Info.plist, headless-CI keychain tests, ad-hoc signing entitlement rejections, and flaky-UITest release gating. Reports PASS/WARN/FAIL…
tauri-expert
Expert skill for Tauri (v2) development, Rust backend, IPC, and security / Panduan ahli untuk pengembangan Tauri v2, Rust backend, IPC, dan keamanan.