kmp-library-publishing

kmp-library-publishing is a skill for Claude Code from ronjunevaldoz/kmp-agent-skills. It costs 89 tokens per session (6,397 once invoked), scanned A, original, no licence file.

A release guide for publishing a Kotlin Multiplatform library to Maven Central or GitHub Packages. It covers package metadata, staging, compatibility tracking, version channels, and release checks.

In plain words
What is it for?
Use it to configure publishing, create package metadata and a multi-artifact BOM, track API compatibility, and release SNAPSHOT or stable versions.
Why use it?
It helps make library releases repeatable and lets users obtain stable or test versions from standard package repositories.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the kmp-agent-skills plugin — 74 skills, 33 commands, 3 hooks shipped together

Good fit Use it to configure publishing, create package metadata and a multi-artifact BOM, track API compatibility, and release SNAPSHOT or stable versions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ronjunevaldoz/kmp-agent-skills/kmp-library-publishing
Install

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.

Any agent
npx skills add ronjunevaldoz/kmp-agent-skills --skill kmp-library-publishing
Clone the repo
git clone --depth 1 https://github.com/ronjunevaldoz/kmp-agent-skills

Made for: Claude Code.

Or install kmp-agent-skills, the plugin that ships this one along with the rest of its 74 skills, 33 commands, 3 hooks.

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 kmp-library-publishing

README.md
[![agentmods](https://agentmods.dev/badge/skills/ronjunevaldoz/kmp-agent-skills/kmp-library-publishing/github.svg)](https://agentmods.dev/skills/ronjunevaldoz/kmp-agent-skills/kmp-library-publishing)
Your own site
<a href="https://agentmods.dev/skills/ronjunevaldoz/kmp-agent-skills/kmp-library-publishing"><img src="https://agentmods.dev/badge/skills/ronjunevaldoz/kmp-agent-skills/kmp-library-publishing/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.

agentmods 80×15 button for kmp-library-publishing

Your own site · 80×15
<a href="https://agentmods.dev/skills/ronjunevaldoz/kmp-agent-skills/kmp-library-publishing"><img src="https://agentmods.dev/badge/skills/ronjunevaldoz/kmp-agent-skills/kmp-library-publishing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 89 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,397 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.00089 $0.06397
Opus 5 $0.00044 $0.03198
Sonnet 5 $0.00018 $0.01279
Haiku 4.5 $0.00009 $0.00640

Measured 9d ago against content hash 1834a71c459c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

kmp-library-publishing 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 9d 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.

skills/kmp-library-publishing/SKILL.md · 485 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Files

What ships with it

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

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. 9d ago First seen · 485 lines · 89 tokens per session scan A 1834a71c459c

Subscribe to this mod's changes

kmp-library-publishing is a skill published in the GitHub repository ronjunevaldoz/kmp-agent-skills (2 stars, last pushed yesterday), with no licence file. It adds 89 tokens to every session and 6,397 once invoked, about $0.0004 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-09-03.

Related

Other skills, from other repositories

release-kotlin-library

Use when preparing, publishing, or checking readiness for a new Kotlin library version in a repository using gradle-maven-publish-plugin, including release changelog reconciliation, API snapshots, and publication verification.

chrisbanes/skills · 45 tokens

dart-package-maintenance

Guidelines for maintaining external Dart packages, covering versioning, publishing workflows, and pull request management. Use when updating Dart packages, preparing for a release, or managing collaborative changes in a repository.

kevmoo/dash_skills · 47 tokens

update-v8-version

Update Codex's pinned v8 / rustyv8 versions, validate the release-candidate path, and investigate failed V8 canary or artifact builds. Use when asked to bump V8, update rustyv8 artifacts, prepare or validate a V8 release candidate, check v8-canary, or diagnose why a V8 version update no longer builds.

openinterpreter/openinterpreter · 86 tokens

toggle-sibling-libraries

Toggle a Swift Package.swift between the local-sibling-checkout development pattern and a clean remote-only release pattern. Use this skill whenever you need to flip Package.swift in or out of the sibling(...) helper-function pattern — for example, before tagging a release the dependencies must be pinned to…

intrusive-memory/skills · 162 tokens

ship-swift-library

Ship and release Swift library versions by bumping the version on development, merging the PR once CI passes, then tagging and creating a GitHub release from main.

intrusive-memory/skills · 36 tokens

release

Use this skill for EVERY ClawRouter release. Enforces the full checklist — version sync, CHANGELOG, build, tests, npm publish, git tag, GitHub release. No step can be skipped.

BlockRunAI/ClawRouter · 44 tokens