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 commands/satanyakiv/nutrisport/debug-depsgit clone --depth 1 https://github.com/satanyakiv/NutriSportWrote 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/commands/satanyakiv/nutrisport/debug-deps)<a href="https://agentmods.dev/commands/satanyakiv/nutrisport/debug-deps"><img src="https://agentmods.dev/badge/commands/satanyakiv/nutrisport/debug-deps.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.00000 | $0.00821 |
| Opus 5 | $0.00000 | $0.00411 |
| Sonnet 5 | $0.00000 | $0.00164 |
| Haiku 4.5 | $0.00000 | $0.00082 |
Grade A, and why
debug-deps 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.
How it starts
The opening of the file, as written. The whole thing — 73 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Read .claude/rules/architecture.md, .claude/rules/conventions.md
Dependency / Build Crash Debugger
$ARGUMENTS
Process
-
IDENTIFY the failing dependency/plugin:
- Read the full error message and stacktrace
- Extract: library name, version, plugin ID, Gradle task that fails
- Identify the module and build phase (configuration, compilation, execution)
-
CHECK OFFICIAL DOCUMENTATION — before any fix attempt:
- Search for "set up {subject} for KMP" on the official docs site
- Use
WebFetchto read the relevant documentation page - Compare current setup with the official recommended pattern
- Key docs:
- Room KMP: https://developer.android.com/kotlin/multiplatform/room
- Compose: https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-multiplatform-getting-started.html
- Kotlin: https://kotlinlang.org/docs/multiplatform.html
- Navigation: https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-navigation-routing.html
-
SEARCH GITHUB ISSUES:
gh issue list --repo {org}/{repo} --search "{error keywords}" --state all --limit 10gh issue view {number} --repo {org}/{repo} --json body,comments,state,title- Common repos:
JetBrains/compose-multiplatform— CMP issuesKotlin/kotlinx-kover— coverageGitLiveApp/firebase-kotlin-sdk— Firebase KMPInsertKoinIO/koin— DIcoil-kt/coil— image loadingArkiveDev/Mokkery— mockingcashapp/turbine— Flow testinggradle/gradle— Gradle itselfgoogle/ksp— KSP issues
-
CHECK VERSIONS — use Maven deps server:
check_maven_version_exists— is the version real?get_latest_release— is there a newer version with a fix?- Cross-reference with
gradle/libs.versions.toml
-
DIAGNOSE and present findings:
- Root cause (with GitHub issue link if found)
- Official docs reference if pattern changed
- Available workarounds
- Recommended fix Wait for "go".
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 · 73 lines · 0 tokens per session scan A d84b9c3389ee
debug-deps is a command published in the GitHub repository satanyakiv/NutriSport (11 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 821 tokens. 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 commands, from other repositories
resolve-deps
Diagnose and resolve Swift Package Manager dependency conflicts (launches spm-conflict-resolver agent).
initialize-ios
Manual override: initialize ast-index for iOS/Swift/ObjC project.
kotlin-test
Enforce TDD workflow for Kotlin. Write Kotest tests first, then implement. Verify 80%+ coverage with Kover.
kotlin-review
Comprehensive Kotlin code review for idiomatic patterns, null safety, coroutine safety, and security. Invokes the kotlin-reviewer agent.
gradle-build
Fix Gradle build errors for Android and KMP projects.
swift-exercise-pattern
Новое упражнение по паттернам проектирования или принципам SOLID.