kora-v1

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

A guide for building Java and Kotlin services with Kora 1.x, a framework that wires application components together while generating code during the build. It routes work to more specific Kora guides.

In plain words
What is it for?
Use it when starting or changing a Kora service, configuring its components, diagnosing dependency-wiring problems, or planning a multi-module Gradle project.
Why use it?
It gives Kora-related tasks a consistent starting point and helps select the right guidance for application wiring, configuration, databases, messaging, and other service parts.

Skill for Claude Code

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

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python skills/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 when starting or changing a Kora service, configuring its components, diagnosing dependency-wiring problems, or planning a multi-module Gradle project.

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

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-v1/github.svg)](https://agentmods.dev/skills/kora-projects/kora-skills/kora-v1)
Your own site
<a href="https://agentmods.dev/skills/kora-projects/kora-skills/kora-v1"><img src="https://agentmods.dev/badge/skills/kora-projects/kora-skills/kora-v1/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-v1"><img src="https://agentmods.dev/badge/skills/kora-projects/kora-skills/kora-v1.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,533 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 original 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.00268 $0.04533
Opus 5 $0.00134 $0.02266
Sonnet 5 $0.00054 $0.00907
Haiku 4.5 $0.00027 $0.00453

Measured 9d ago against content hash 9e95d54d0a8a, 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.

The scan reads SKILL.md. This mod also ships 5 executable files (install.sh, skills/kora-aop-scheduling-jdk/scripts/setup-jdk.sh, skills/kora-aop-scheduling-quartz/scripts/create-cron-job.sh, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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

Copies of this mod

1 near-identical copy found in the catalogue:

  • kora-v1 — 89% identical, 92 lines differ
plugins/kora-v1/SKILL.md · 291 lines

How it starts

The opening of the file, as written. The whole thing — 291 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 · 291 lines

Files

What ships with it

60 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 · 291 lines · 268 tokens per session scan C 9e95d54d0a8a

Subscribe to this mod's changes

kora-v1 is a skill published in the GitHub repository kora-projects/kora-skills (1 stars, last pushed 9d ago), licensed Apache-2.0. It adds 268 tokens to every session and 4,533 once invoked, about $0.0013 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.