skill-name-kebab-case

skill-name-kebab-case is a skill for Claude Code, Codex from AlsKozlov/ru-legal. It costs 73 tokens per session (1,366 once invoked), scanned A, original, no licence file.

A naming guide for skills, with a short description format and an example. A skill is a reusable set of instructions for an AI coding agent.

In plain words
What is it for?
Use it when creating or documenting a skill in kebab-case, such as checking a contract for risks.
Why use it?
It helps keep skill names and descriptions clear and consistent.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it when creating or documenting a skill in kebab-case, such as checking a contract for risks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/alskozlov/ru-legal/_template
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 AlsKozlov/ru-legal --skill _template
Clone the repo
git clone --depth 1 https://github.com/AlsKozlov/ru-legal

Made for: Claude Code, Codex.

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 skill-name-kebab-case

README.md
[![agentmods](https://agentmods.dev/badge/skills/alskozlov/ru-legal/_template/github.svg)](https://agentmods.dev/skills/alskozlov/ru-legal/_template)
Your own site
<a href="https://agentmods.dev/skills/alskozlov/ru-legal/_template"><img src="https://agentmods.dev/badge/skills/alskozlov/ru-legal/_template/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 skill-name-kebab-case

Your own site · 80×15
<a href="https://agentmods.dev/skills/alskozlov/ru-legal/_template"><img src="https://agentmods.dev/badge/skills/alskozlov/ru-legal/_template.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 73 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,366 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.00073 $0.01366
Opus 5 $0.00036 $0.00683
Sonnet 5 $0.00015 $0.00273
Haiku 4.5 $0.00007 $0.00137

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

Security

Grade A, and why

skill-name-kebab-case 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 11d 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.

packs/_template/SKILL.md · 131 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. 11d ago First seen · 131 lines · 73 tokens per session scan A af98a82758ee

Subscribe to this mod's changes

skill-name-kebab-case is a skill published in the GitHub repository AlsKozlov/ru-legal (29 stars, last pushed 3mo ago), with no licence file. It adds 73 tokens to every session and 1,366 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-08-30.

Related

Other skills, from other repositories

cubepi-trace

Use when debugging a cubepi/cubebox agent run — a missing final reply, a tool that misbehaved, a 4xx from the model, wrong token/cache numbers, or "why did the agent do that?". Reads the JSONL traces cubepi writes per run via the cubepi trace CLI (ls / view / follow / stats) to inspect the span tree, errors, tool…

cubeplexai/cubepi · 129 tokens

cubepi

Use when building, extending, or debugging agents with the CubePi framework. Covers the Agent API, providers, tools, middleware, checkpointing, MCP integration, and HITL. References the cubepi-trace skill for run debugging.

cubeplexai/cubepi · 50 tokens

code-review

This skill should be used when the user asks for a code review of a change — a pull request, merge request, branch, commit range, working-tree change, or pasted diff — covering correctness, security, performance, structure, and repository-specific rules. Trigger on phrases like "review this PR", "review this MR"…

srtab/daiv · 164 tokens

plan

This skill should be used when the user asks to explore a codebase and design implementation plans without making any changes. Trigger when users say 'plan how to implement X', 'design an approach for Y', 'explore the codebase before changing Z', 'create an implementation strategy', 'analyze how to refactor X', 'map…

srtab/daiv · 90 tokens

security-audit

This skill should be used when the user asks to review code for security vulnerabilities, audit a pull request or merge request for risks, check if code is safe, find injection flaws or hardcoded secrets, or assess the security posture of a feature or codebase area. Use this skill even when the user doesn't say…

srtab/daiv · 153 tokens

init

This skill should be used when a user asks to initialize a repository for AI agents, create or update an AGENTS.md file, scaffold agent instructions for a codebase, or improve existing agent guidance. Triggers include phrases like 'create an AGENTS.md', 'set up agent instructions', 'initialize this repo for coding…

srtab/daiv · 86 tokens