kora-v1

kora-v1 is a skill for Claude Code from kora-projects/kora-skills. It costs 268 tokens per session (4,573 once invoked), scanned C, a copy of kora-v1, Apache-2.0.

A development guide for Kora 1.x, a Java and Kotlin framework for building services. It routes work to specialized guidance for areas such as dependency injection, databases, HTTP, Kafka, and telemetry.

In plain words
What is it for?
Use it for new Kora services, application dependency graphs, module selection, typed configuration, multi-module Gradle projects, and debugging Kora build or dependency issues.
Why use it?
It gives developers framework-specific direction when building or maintaining Kora services and diagnosing dependency or configuration problems.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: mentions Claude Code; mentions Codex.

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is python ../kora-journal/scripts/kora_journal.py search "http interceptor auth" --limit 5.

Part of the kora-v1 plugin — 41 skills shipped together

Good fit Use it for new Kora services, application dependency graphs, module selection, typed configuration, multi-module Gradle projects, and debugging Kora build or dependency issues.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/kora-projects/kora-skills
agentmods
npx agentmods add skills/kora-projects/kora-skills/kora-starter

Made for: Claude Code.

Or install kora-v1, the plugin that ships this one along with the rest of its 41 skills.

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 kora-v1

README.md
[![agentmods](https://agentmods.dev/badge/skills/kora-projects/kora-skills/kora-starter/github.svg)](https://agentmods.dev/skills/kora-projects/kora-skills/kora-starter)
Your own site
<a href="https://agentmods.dev/skills/kora-projects/kora-skills/kora-starter"><img src="https://agentmods.dev/badge/skills/kora-projects/kora-skills/kora-starter/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 kora-v1

Your own site · 80×15
<a href="https://agentmods.dev/skills/kora-projects/kora-skills/kora-starter"><img src="https://agentmods.dev/badge/skills/kora-projects/kora-skills/kora-starter.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 268 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,573 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin 89% copy Near-identical to another mod 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.00268 $0.04573
Opus 5 $0.00134 $0.02286
Sonnet 5 $0.00054 $0.00915
Haiku 4.5 $0.00027 $0.00457

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

Security

Grade C, and why

kora-v1 scanned grade C with 1 finding 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.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

rm -rf .kora-agent/kora-docs/.git .kora-agent/kora-examples/.git
Origin

This is a copy

89% identical to kora-v1 — 92 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

plugins/kora-v1/skills/kora-starter/SKILL.md · 293 lines

How it starts

The opening of the file, as written. The whole thing — 293 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Kora Framework — Meta-skill

Single entry point for all Kora development. This file is routing and rules only — the implementation knowledge lives in the 39 sub-skills listed below.

Framework Kora 1.x (ru.tinkoff.kora) — check the changelog for the current release
Java 17+ supported, 25+ recommended (annotation processors)
Kotlin 1.9+ on JDK 21 (KSP)
Build Gradle 7+ supported, 9+ recommended (wrapper pins 9.5.1)

This meta-skill is the single entry point for Kora Framework development. It routes to 39 specialized domain skills, each with its own narrow area of expertise.

Read this file first when:

  • Starting a new Kora microservice project from scratch (Java or Kotlin)
  • Adding or refactoring @KoraApp application graph with *Module interfaces
  • Choosing which Kora modules to plug in (HTTP, Database, Kafka, gRPC, SOAP, S3, Telemetry)
  • Debugging DI container issues ("dependency not found", ambiguous bindings, graph build failures)
  • Configuring typed config with @ConfigSource and environment variable substitution
  • Planning a multi-module Gradle project with @KoraSubmodule boundaries

Read the full file on GitHub · 293 lines

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 · 293 lines · 268 tokens per session scan C 0e765e9ec321

Subscribe to this mod's changes

kora-v1 is a skill published in the GitHub repository kora-projects/kora-skills (1 stars, last pushed 8d ago), licensed Apache-2.0. It adds 268 tokens to every session and 4,573 once invoked, about $0.0013 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). It is 89% identical to kora-v1, differing in 92 lines, and is treated as a copy.

Related

Other skills, from other repositories

authoring-java-sdk-tasks

Writes Airflow task logic in Java, Kotlin, or any JVM language using the Airflow Java SDK. Use when the user wants to implement Airflow tasks in Java/JVM, asks about @Builder.Dag/@Builder.Task/@Builder.XCom, the Task/BundleBuilder interfaces, reading connections/variables/XComs from Java, the JSON-to-Java type…

astronomer/agents · 152 tokens

null-safety

Use when annotating nullability in Spring Boot 3 / Spring Framework 6 code, integrating Kotlin, or adding static nullability checks without assuming Spring Framework 7 JSpecify defaults.

rrezartprebreza/spring-boot-skills · 41 tokens

kotlin-backend-conventions

A set of coding conventions for BK-CI Kotlin back-end projects. Kotlin is a programming language, and back-end code runs the services behind an application.

TencentBlueKing/bk-ci · 71 tokens

backend-microservice-development

Backend microservice development guidance for BK-CI using Kotlin or Java and Spring Boot. It covers resources, API, service, and data-access layers, dependency injection, service ownership, and backend conventions.

TencentBlueKing/bk-ci · 62 tokens

cratis-chronicle-client-kotlin

Talk to a Chronicle server from a Kotlin or Java application with the io.cratis:chronicle client - connection strings, ChronicleClient and the Spring Boot starter, @EventType classes, suspending append, reactors and reducers dispatched by first-parameter type, model-bound read models, classpath artifact discovery, and…

Cratis/AI · 121 tokens

java-kotlin-migration-assistant

Migrate Java code to Kotlin in Spring-based codebases without changing behavior, public contracts, framework compatibility, or binary assumptions unless explicitly intended. Use when converting classes incrementally, replacing Lombok patterns, managing platform types and nullability, preserving JPA and proxy behavior…

JetBrains/skills · 77 tokens