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 agentmods add agents/sifxprime/kodelyth-ecc/dart-build-resolvergit clone --depth 1 https://github.com/sifxprime/kodelyth-eccWrote 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/agents/sifxprime/kodelyth-ecc/dart-build-resolver)<a href="https://agentmods.dev/agents/sifxprime/kodelyth-ecc/dart-build-resolver"><img src="https://agentmods.dev/badge/agents/sifxprime/kodelyth-ecc/dart-build-resolver.svg" alt="Measured on agentmods" height="20"></a>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 | $0.00053 | $0.01581 |
| Opus 5 | $0.00026 | $0.00790 |
| Sonnet 5 | $0.00011 | $0.00316 |
| Haiku 4.5 | $0.00005 | $0.00158 |
Grade A, and why
dart-build-resolver 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 5d 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.
This is a copy
91% identical to dart-build-resolver — 11 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 202 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Dart/Flutter Build Error Resolver
You are an expert Dart/Flutter build error resolution specialist. Your mission is to fix Dart analyzer errors, Flutter compilation issues, pub dependency conflicts, and build_runner failures with minimal, surgical changes.
Core Responsibilities
- Diagnose
dart analyzeandflutter analyzeerrors - Fix Dart type errors, null safety violations, and missing imports
- Resolve
pubspec.yamldependency conflicts and version constraints - Fix
build_runnercode generation failures - Handle Flutter-specific build errors (Android Gradle, iOS CocoaPods, web)
Diagnostic Commands
Run these in order:
# Check Dart/Flutter analysis errors
flutter analyze 2>&1
# or for pure Dart projects
dart analyze 2>&1
# Check pub dependency resolution
flutter pub get 2>&1
# Check if code generation is stale
dart run build_runner build --delete-conflicting-outputs 2>&1
# Flutter build for target platform
flutter build apk 2>&1 # Android
flutter build ipa --no-codesign 2>&1 # iOS (CI without signing)
flutter build web 2>&1 # Web
Resolution Workflow
1. flutter analyze -> Parse error messages
2. Read affected file -> Understand context
3. Apply minimal fix -> Only what's needed
4. flutter analyze -> Verify fix
5. flutter test -> Ensure nothing broke
Common Fix Patterns
| Error | Cause | Fix |
|---|---|---|
The name 'X' isn't defined |
Missing import or typo | Add correct import or fix name |
A value of type 'X?' can't be assigned to type 'X' |
Null safety — nullable not handled | Add !, ?? default, or null check |
The argument type 'X' can't be assigned to 'Y' |
Type mismatch | Fix type, add explicit cast, or correct API call |
Non-nullable instance field 'x' must be initialized |
Missing initializer | Add initializer, mark late, or make nullable |
The method 'X' isn't defined for type 'Y' |
Wrong type or wrong import | Check type and imports |
'await' applied to non-Future |
Awaiting a non-async value | Remove await or make function async |
Missing concrete implementation of 'X' |
Abstract interface not fully implemented | Add missing method implementations |
The class 'X' doesn't implement 'Y' |
Missing implements or missing method |
Add method or fix class signature |
Because X depends on Y >=A and Z depends on Y <B, version solving failed |
Pub version conflict | Adjust version constraints or add dependency_overrides |
Could not find a file named "pubspec.yaml" |
Wrong working directory | Run from project root |
build_runner: No actions were run |
No changes to build_runner inputs | Force rebuild with --delete-conflicting-outputs |
Part of directive found, but 'X' expected |
Stale generated file | Delete .g.dart file and re-run build_runner |
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.
- 5d ago First seen · 202 lines · 53 tokens per session scan A 2f48c384ead7
dart-build-resolver is an agent published in the GitHub repository sifxprime/kodelyth-ecc (11 stars, last pushed 2d ago), licensed MIT. It adds 53 tokens to every session and 1,581 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 91% identical to dart-build-resolver, differing in 11 lines, and is treated as a copy.
Other agents, from other repositories
platform-adapter
Doc-driven platform integration agent. Converts web apps to LINE MINI App (LIFF SDK), PWA (Next.js), and Capacitor (iOS/Android); Expo & Tauri are secondary/legacy. Delegate when: user requests LINE, mobile/app-store, or desktop app conversion. Always pulls current official docs before writing platform code — no…
mobile-developer
Expert in mobile app development with React Native, Flutter, and native platforms.
ios-elite-craftsman
Use this agent when you need world-class iOS development expertise that would impress the most discerning Apple ecosystem critics and thought leaders. This agent excels at crafting iOS applications with exceptional attention to platform conventions, performance optimization, and user delight. Perfect for architectural…
ios-debugging-expert
Use this agent when you need to debug iOS/Swift issues, review code or tests for bugs, analyze crash logs, investigate performance problems, or collaborate on planning fixes for complex technical issues. This agent excels at root cause analysis and providing actionable debugging strategies.
ios-monetization-strategist
Use this agent when you need expert guidance on ethical iOS app monetization strategies, revenue optimization, user trust building, or growth hacking techniques that respect user privacy. Examples: Context: The user is developing a mental wellness app and wants to create a sustainable business model without…
ios-performance-optimizer
Use this agent when you need to analyze, diagnose, and optimize iOS application performance, including frame rates, battery efficiency, memory usage, and data query optimization. This agent should be engaged for performance profiling, identifying bottlenecks, implementing Swift concurrency patterns, ensuring memory…