apk-analyzer: Skill for Claude Code

.claude/skills/spotless-fix/SKILL.md

spotless-fix is a skill for Claude Code from MartinStyk/apk-analyzer. It costs 60 tokens per session (779 once invoked), scanned A, original, GPL-3.0.

A code-formatting helper for Kotlin projects using Spotless or ktlint, tools that check whether code follows agreed style rules.

In plain words
What is it for?
Use it to fix Spotless errors, ktlint violations, formatting issues, or other Kotlin code-style problems.
Why use it?
It helps correct style violations after Kotlin code is created or changed, so formatting problems do not remain mixed in with functional changes.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is MartinStyk/apk-analyzer's own configuration. It tells Claude Code how to work on apk-analyzer itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything apk-analyzer configures →

Reuse

Borrowing it

Nothing to install: this file belongs to MartinStyk/apk-analyzer. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/MartinStyk/apk-analyzer/develop/.claude/skills/spotless-fix/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/MartinStyk/apk-analyzer

Made for: Claude Code.

Wrote 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.

agentmods badge for spotless-fix

README.md
[![agentmods](https://agentmods.dev/badge/skills/martinstyk/apk-analyzer/spotless-fix.svg)](https://agentmods.dev/skills/martinstyk/apk-analyzer/spotless-fix)
Your own site
<a href="https://agentmods.dev/skills/martinstyk/apk-analyzer/spotless-fix"><img src="https://agentmods.dev/badge/skills/martinstyk/apk-analyzer/spotless-fix.svg" alt="Measured on agentmods" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 779 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00060 $0.00779
Opus 5 $0.00030 $0.00390
Sonnet 5 $0.00012 $0.00156
Haiku 4.5 $0.00006 $0.00078

Measured 8d ago against content hash dde5f99252fd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

spotless-fix 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 8d 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.

.claude/skills/spotless-fix/SKILL.md · 122 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Changes

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.

  1. 8d ago First seen · 122 lines · 60 tokens per session scan A dde5f99252fd

Subscribe to this mod's changes

spotless-fix is a skill published in the GitHub repository MartinStyk/apk-analyzer (357 stars, last pushed yesterday), licensed GPL-3.0. It adds 60 tokens to every session and 779 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.

Related

Other skills, from other repositories

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.

chrisbanes/skills · 46 tokens

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.

chrisbanes/skills · 60 tokens

swiftlint

Configure and roll out SwiftLint for an iOS/Swift (or KMP-iOS) fintech app — author .swiftlint.yml (disabledrules / optinrules / onlyrules / analyzerrules / included / excluded / customrules, per-rule severity thresholds, parentconfig / childconfig), wire it via the SwiftLintPlugins SPM build-tool plugin (SimplyDanny)…

TalissonVitorino/kmp-ios-skills · 251 tokens

android

Senior-level Android engineering expertise for Jetpack Compose, Material 3, shared element transitions, navigation, performance, security, background work, notifications, adaptive layouts, Coil image loading, WorkManager, FCM, Baseline Profiles, R8 optimization, accessibility, coroutines and Flow, and extraordinary UI…

ayush016/android-lead-agent-skills · 264 tokens

solid-expert

Kotlin & Compose Multiplatform SOLID Expert. Applies SOLID principles with a strong preference for composition over inheritance (COI) to build professional, clean, maintainable, and testable mobile/multiplatform applications. Use when: designing architectures, refactoring deep class hierarchies, debugging class…

JosephSanjaya/skills · 97 tokens

kotlin-concurrency-expert

Kotlin Coroutines review and remediation for KMP and Android codebases. Use when asked to review concurrency usage, fix coroutine-related bugs, improve thread safety, or resolve scoping issues in any Kotlin code (commonMain, androidMain, iosMain).

ShinKev/kmp-skill-library · 58 tokens