kivgraph: Skill for Claude Code

.claude/skills/publishing-releases/SKILL.md

publishing-releases is a skill for Claude Code from Luqueee/kivgraph. It costs 58 tokens per session (4,061 once invoked), scanned A, original, Apache-2.0.

A Spanish-language workflow guide for publishing Kivgraph releases, which are numbered versions of the software shared with users. It explains version numbers, release locations, checks, and changes that do not require a release.

In plain words
What is it for?
It is for proposing or preparing releases, changing the internal version, creating version tags, and checking what CI verifies.
Why use it?
It helps prevent incorrect version numbers, missing release steps, and releases for changes that do not need one.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is Luqueee/kivgraph's own configuration. It tells Claude Code how to work on kivgraph itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything kivgraph configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Luqueee/kivgraph. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Luqueee/kivgraph/main/.claude/skills/publishing-releases/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Luqueee/kivgraph

Made for: Claude Code.

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 publishing-releases

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/luqueee/kivgraph/publishing-releases"><img src="https://agentmods.dev/badge/skills/luqueee/kivgraph/publishing-releases.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,061 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00058 $0.04061
Opus 5 $0.00029 $0.02031
Sonnet 5 $0.00012 $0.00812
Haiku 4.5 $0.00006 $0.00406

Measured 4d ago against content hash 1b67cff16999, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

publishing-releases scanned grade A 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 4d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -fsS https://kivgraph.dev/releases/ | grep -F "vX.Y.Z"
.claude/skills/publishing-releases/SKILL.md · 402 lines

How it starts

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

Publicar una release de Kivgraph

Esta skill cubre el cambio completo: decidir si merece la pena publicar, actualizar las fuentes correctas, pasar los gates, crear el tag y comprobar lo que realmente llegó a GitHub y al MCP Registry. No publica nada si la persona no lo ha pedido explícitamente.

Reglas que no se negocian

  • La versión sólo sube. Nunca se baja, se reinicia, se reutiliza ni se reescribe un tag que ya se haya empujado.
  • Las releases estables usan vX.Y.Z. Las releases de desarrollo usan un sufijo SemVer, por ejemplo vX.Y.Z-dev.N; son prereleases y no se marcan como latest.
  • El tag debe apuntar al commit exacto que ya está integrado en main. No se etiqueta una rama de trabajo ni un árbol sucio.
  • La nota de release debe existir antes del tag. Si falta, CI quema el tiempo de construir los artefactos y falla justo antes de publicarlos.
  • Una release es un evento de distribución, no una marca de progreso del backlog. El número de tarea, un PASS en TASKS.md o una suite verde no son por sí solos un motivo.

kivgraph update selecciona un canal y compara versiones con SemVer. El canal stable consulta /releases/latest; el canal dev enumera las primeras 100 prereleases publicadas y elige la mayor versión válida. Sin --channel, una instalación estable usa stable y una instalación prerelease usa dev. También se puede seleccionar explícitamente con --channel stable|dev o KIVGRAPH_UPDATE_CHANNEL.

1. Decidir si hay release y qué número usar

Publicar sólo tiene sentido si quien actualiza obtiene algo ejecutable y observable:

  • una corrección que afecta al binario publicado;
  • una capacidad nueva del CLI, MCP o de un lenguaje soportado;
  • un cambio de compatibilidad, schema o migración;
  • una corrección del bundle, instaladores, checksums, analizador o visor web.

No publicar por documentación aislada, TASKS.md, ADRs, benchmarks, tests, refactors sin cambio observable, ni por completar una tarea LUQUE-####. Resume en una frase qué gana quien actualiza. Si la frase sólo habla del trabajo interno, no hay release.

Read the full file on GitHub · 402 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. 4d ago Changed · +188 lines · -27 tokens per session 1b67cff16999
  2. 8d ago First seen · 214 lines · 85 tokens per session scan A c56d04631bd4

Subscribe to this mod's changes

publishing-releases is a skill published in the GitHub repository Luqueee/kivgraph (19 stars, last pushed yesterday), licensed Apache-2.0. It adds 58 tokens to every session and 4,061 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.