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 skills/tbsten/skills/kmp-snapshot-testing-setupnpx skills add TBSten/skills --skill kmp-snapshot-testing-setupgit clone --depth 1 https://github.com/TBSten/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/tbsten/skills/kmp-snapshot-testing-setup)<a href="https://agentmods.dev/skills/tbsten/skills/kmp-snapshot-testing-setup"><img src="https://agentmods.dev/badge/skills/tbsten/skills/kmp-snapshot-testing-setup.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.1 | $0.00179 | $0.02433 |
| Opus 5 | $0.00089 | $0.01216 |
| Sonnet 5 | $0.00036 | $0.00487 |
| Haiku 4.5 | $0.00018 | $0.00243 |
Grade A, and why
kmp-snapshot-testing-setup 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 6d 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
41 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.
- example/build-logic/convention-kmp-snapshot-testing.gradle.kts 4.2 KB
- example/build-logic/convention-kmp-test.gradle.kts 1.2 KB
- example/build-logic/SnapshotReportTask.kt 26 KB
- example/core-testing-snapshot/build.gradle.kts 2.5 KB
- example/core-testing-snapshot/core/PrintOnlyDebug.kt 660 B
- example/core-testing-snapshot/ProjectConfig.kt 1.6 KB
- example/core-testing-snapshot/testing/CoroutineTestExtension.kt 717 B
- example/core-testing-snapshot/testing/property/SerializeBy.kt 969 B
- example/core-testing-snapshot/testing/property/String.kt 1.4 KB
- example/core-testing-snapshot/testing/property/SuspendFunction.kt 4.9 KB
- example/core-testing-snapshot/testing/snapshot/assertion/ImageSnapshotAssertion.kt 3.0 KB
- example/core-testing-snapshot/testing/snapshot/assertion/SemanticsLayoutRenderer.kt 3.4 KB
- example/core-testing-snapshot/testing/snapshot/assertion/SemanticsSnapshotAssertion.kt 933 B
- example/core-testing-snapshot/testing/snapshot/assertion/TextSnapshotAssertion.kt 1.6 KB
- example/core-testing-snapshot/testing/snapshot/CheckAllSnapshot.kt 25 KB
- example/core-testing-snapshot/testing/snapshot/code/KotlinCodeFormat.kt 1.3 KB
- example/core-testing-snapshot/testing/snapshot/internal/code/KotlinCodeEncoder.kt 9.7 KB
- example/core-testing-snapshot/testing/snapshot/internal/code/ThrowableSerializerForKotlinCodeFormat.kt 928 B
- example/core-testing-snapshot/testing/snapshot/internal/ImageDiff.kt 1.6 KB
- example/core-testing-snapshot/testing/snapshot/internal/OrphanedSnapshotDetector.kt 2.4 KB
- example/core-testing-snapshot/testing/snapshot/internal/RawSnapshotText.kt 832 B
- example/core-testing-snapshot/testing/snapshot/internal/SnapshotRegistry.kt 426 B
- example/core-testing-snapshot/testing/snapshot/internal/TextDiff.kt 3.2 KB
- example/core-testing-snapshot/testing/snapshot/LogicSnapshotOutputScope.kt 1.2 KB
- example/core-testing-snapshot/testing/snapshot/LogicSnapshotPbtSpec.kt 42 KB
- example/core-testing-snapshot/testing/snapshot/PbtActionScope.kt 373 B
- example/core-testing-snapshot/testing/snapshot/PbtSnapshotReport.kt 26 KB
- example/core-testing-snapshot/testing/snapshot/ShouldMatchSnapshot.kt 4.8 KB
- example/core-testing-snapshot/testing/snapshot/SnapshotSpec.kt 4.8 KB
- example/core-testing-snapshot/testing/snapshot/StateHolderSnapshotPbtSpec.kt 54 KB
- example/tools/snapshot-diff.sh 5.5 KB runs code
- example/tools/snapshot-diff/step1-worktree.sh 678 B runs code
- example/tools/snapshot-diff/step2-record.sh 1.1 KB runs code
- example/tools/snapshot-diff/step3-copy.sh 1.7 KB runs code
- example/tools/snapshot-diff/step4-verify.sh 1.6 KB runs code
- example/tools/snapshot-diff/step5-report.sh 1.3 KB runs code
- example/ui-core-testing/build.gradle.kts 1.9 KB
- example/ui-core-testing/ComposeSnapshot.kt 1.9 KB
- example/ui-core-testing/ComposeSnapshotPbtSpec.kt 54 KB
- references/architecture.md 5.2 KB
- scripts/install.sh 24 KB runs code
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.
- 6d ago First seen · 185 lines · 179 tokens per session scan A 10dff7631e6a
kmp-snapshot-testing-setup is a skill published in the GitHub repository TBSten/skills (2 stars, last pushed 4d ago), with no licence file. It adds 179 tokens to every session and 2,433 once invoked, about $0.0009 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
compose-ui-testing-patterns
Use when writing or reviewing Jetpack Compose UI tests, screenshot tests, previews, semantics assertions, fake image loading, keyboard input, focus assertions, interaction state (hover/pressed/focused), or tests for plain state-driven UI composables.
compose-animations
Use when writing or reviewing Jetpack Compose motion: visibility enter/exit, animating one property toward a target, color or size transitions, multiple properties from one state, switching composable content, or choosing between AnimatedVisibility, animateAsState, rememberTransition, AnimatedContent, and Crossfade.
compose-focus-navigation
Use when writing or reviewing Jetpack Compose UI for TV, keyboard, desktop, accessibility focus, D-pad navigation, FocusRequester, focusProperties, key events, or initial focus behavior.
compose-state-and-effects
Use when writing or reviewing Jetpack Compose state ownership, remember state, state hoisting, screen state holders, LaunchedEffect, DisposableEffect, SideEffect, Flow collection, navigation, snackbar, analytics, or focus requests.
compose-component-design
Use when designing or reviewing reusable Jetpack Compose component APIs with modifier parameters, root layout placement, caller-provided variable content, primitive content parameters, optional content, or boolean shape flags.
compose-performance
Use when investigating Jetpack Compose recomposition cost, compiler stability reports, skippability, unstable parameters, frame-rate State reads, cross-phase snapshot back-writing, or @ReadOnlyComposable contracts.