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 ByAxe/ai-engineering-skills --skill quarkus-kotlin-cleanup-assessorgit clone --depth 1 https://github.com/ByAxe/ai-engineering-skillsWrote 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/byaxe/ai-engineering-skills/quarkus-kotlin-cleanup-assessor)<a href="https://agentmods.dev/skills/byaxe/ai-engineering-skills/quarkus-kotlin-cleanup-assessor"><img src="https://agentmods.dev/badge/skills/byaxe/ai-engineering-skills/quarkus-kotlin-cleanup-assessor/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/byaxe/ai-engineering-skills/quarkus-kotlin-cleanup-assessor"><img src="https://agentmods.dev/badge/skills/byaxe/ai-engineering-skills/quarkus-kotlin-cleanup-assessor.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00113 | $0.03323 |
| Opus 5 | $0.00056 | $0.01662 |
| Sonnet 5 | $0.00023 | $0.00665 |
| Haiku 4.5 | $0.00011 | $0.00332 |
Grade A, and why
quarkus-kotlin-cleanup-assessor 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 12d 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.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
23 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- assets/detekt.quarkus-kotlin-cleanup.sample.yml 1.5 KB
- assets/editorconfig.kotlin-quarkus-cleanup.sample 271 B
- assets/quarkus-kotlin-cleanup-assessment-template.md 650 B
- references/assessment-checklists.md 2.1 KB
- references/async-reactive-coroutines-and-virtual-threads.md 4.5 KB
- references/build-tooling-lints-and-quality-gates.md 1.8 KB
- references/cdi-and-dependency-injection.md 3.0 KB
- references/configuration-and-secrets.md 2.3 KB
- references/errors-validation-and-fault-tolerance.md 2.6 KB
- references/idiomatic-examples.md 7.4 KB
- references/kotlin-language-and-api-design.md 5.3 KB
- references/maintainability-principles.md 3.7 KB
- references/observability-logging-and-health.md 2.4 KB
- references/panache-kotlin-guidelines.md 3.4 KB
- references/performance-native-and-resource-usage.md 2.2 KB
- references/persistence-transactions-and-migrations.md 3.4 KB
- references/quarkus-architecture-principles.md 5.6 KB
- references/refactoring-playbook.md 3.3 KB
- references/rest-and-http-boundaries.md 5.2 KB
- references/security-and-authz.md 1.7 KB
- references/sources.md 5.4 KB
- references/spring-shaped-to-quarkus-native.md 2.7 KB
- references/testing-strategy.md 3.2 KB
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.
- 12d ago First seen · 372 lines · 113 tokens per session scan A 9c2d89c35a65
quarkus-kotlin-cleanup-assessor is a skill published in the GitHub repository ByAxe/ai-engineering-skills (5 stars, last pushed 11d ago), with no licence file. It adds 113 tokens to every session and 3,323 once invoked, about $0.0006 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-31.
Other skills, from other repositories
axiom-audit-codable
Use when the user mentions Codable review, JSON encoding/decoding issues, data serialization audit, or modernizing legacy code.
axiom-swift-simplifier
Use when the user wants to simplify Swift code, reduce boilerplate, or make Swift more readable and idiomatic without changing behavior.
kotlin-api-design
Use when designing or reviewing Kotlin function ownership, member or extension functions, factories, single-field domain types, value classes, data classes, Kotlin Multiplatform expect/actual declarations, or platform service boundaries.
kotlin-concurrency-and-flow
Use when writing or reviewing Kotlin coroutine scope ownership, raw Thread or Executor work, init launches, non-suspending launch APIs, runBlocking, cancellation, StateFlow, SharedFlow, Channel, stateIn, SharingStarted, state updates, or one-shot events.
coding-best-practices
Reviews Swift/iOS code for adherence to modern Swift idioms, Apple platform best practices, architecture patterns, and code quality standards. Use when user mentions best practices, code review, clean code, refactoring, or wants to improve code quality.
swift-concurrency-review
Review Swift 6 strict-concurrency and SwiftUI code for idiom and build-breaking issues - non-Sendable across actor boundaries, @MainActor witness vs nonisolated protocol requirements, Combine/ObservableObject usage, force-unwraps, #Predicate macro limits, the 6.3.x Binding IRGen crash, missing #if os() guards, and…