kotlin-conventions

kotlin-conventions is a skill for Claude Code from pan94u/forge. It costs 37 tokens per session (537 once invoked), scanned A, original, no licence file.

A set of Kotlin coding rules for Forge projects, covering data classes, scope functions, coroutines, and safe handling of missing values.

In plain words
What is it for?
Use it when writing or reviewing Kotlin code, especially around data models, helper functions, coroutines, and nullable data.
Why use it?
It removes guesswork when several developers write Kotlin in the same project. The rules help keep code consistent and avoid common mistakes with concurrent tasks and null values.

Skill for Claude Code

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

Part of the forge-foundation plugin — 16 skills, 6 commands, 4 agents, 2 MCP servers shipped together

Good fit Use it when writing or reviewing Kotlin code, especially around data models…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pan94u/forge/kotlin-conventions
View source ↗ pan94u/forge
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 pan94u/forge --skill kotlin-conventions
Clone the repo
git clone --depth 1 https://github.com/pan94u/forge

Made for: Claude Code.

Or install forge-foundation, the plugin that ships this one along with the rest of its 16 skills, 6 commands, 4 agents, 2 MCP servers.

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 kotlin-conventions

README.md
[![agentmods](https://agentmods.dev/badge/skills/pan94u/forge/kotlin-conventions.svg)](https://agentmods.dev/skills/pan94u/forge/kotlin-conventions)
Your own site
<a href="https://agentmods.dev/skills/pan94u/forge/kotlin-conventions"><img src="https://agentmods.dev/badge/skills/pan94u/forge/kotlin-conventions.svg" alt="Measured on agentmods" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 537 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.00037 $0.00537
Opus 5 $0.00018 $0.00269
Sonnet 5 $0.00007 $0.00107
Haiku 4.5 $0.00004 $0.00054

Measured 7d ago against content hash 818a4d5b9343, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

kotlin-conventions 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 7d 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.

plugins/forge-foundation/skills/kotlin-conventions/SKILL.md · 58 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

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. 7d ago First seen · 58 lines · 37 tokens per session scan A 818a4d5b9343

Subscribe to this mod's changes

kotlin-conventions is a skill published in the GitHub repository pan94u/forge (40 stars, last pushed 5d ago), with no licence file. It adds 37 tokens to every session and 537 once invoked, about $0.0002 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

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.

chrisbanes/skills · 64 tokens

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.

chrisbanes/skills · 41 tokens

kotlin-control-flow

Use when writing or reviewing Kotlin branching and control flow: when expressions, guard conditions, sealed type exhaustiveness, smart casts, nullable branching, early returns, or replacing complex if/else chains.

chrisbanes/skills · 44 tokens

using-chrisbanes-skills

Use when debugging, benchmarking, or profiling leads into Kotlin or Jetpack Compose source before the cause is known, or when one task spans multiple Kotlin or Compose concerns, especially plain Kotlin Flow or navigation delivery plus sealed branching.

chrisbanes/skills · 52 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

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