Borrowing it
Nothing to install: this file belongs to brayandiazc/project-starter-template-es-ai. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/brayandiazc/project-starter-template-es-ai/main/.claude/skills/release/SKILL.mdgit clone --depth 1 https://github.com/brayandiazc/project-starter-template-es-aiWrote 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.
[](https://agentmods.dev/skills/brayandiazc/project-starter-template-es-ai/release)<a href="https://agentmods.dev/skills/brayandiazc/project-starter-template-es-ai/release"><img src="https://agentmods.dev/badge/skills/brayandiazc/project-starter-template-es-ai/release/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.
<a href="https://agentmods.dev/skills/brayandiazc/project-starter-template-es-ai/release"><img src="https://agentmods.dev/badge/skills/brayandiazc/project-starter-template-es-ai/release.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00095 | $0.01475 |
| Opus 5 | $0.00048 | $0.00737 |
| Sonnet 5 | $0.00019 | $0.00295 |
| Haiku 4.5 | $0.00010 | $0.00147 |
Grade A, and why
release 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 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.
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.
How it starts
The opening of the file, as written. The whole thing — 80 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Corta una versión siguiendo Keep a Changelog y Semantic Versioning (ver CHANGELOG.md
y CONTRIBUTING.md).
Automatización: al fusionar
develop→main, el workflow.github/workflows/release.ymldetecta la versión fechada más reciente del CHANGELOG y, si no tiene tag, publica el tag y el release de GitHub solo. Esta skill prepara el corte (mover Unreleased →X.Y.Zcon fecha y elegir la versión SemVer); el tag/release manual solo hace falta si el workflow no está activo.
Pasos
- Precondiciones. Verifica que el árbol esté limpio (
git status) y que estés en la rama correcta segúnCONTRIBUTING.md: con Git Flow el release sale dedevelophaciamain, salvo un hotfix, que se corta en la propiahotfix/*(ver abajo); sindevelop, desdemain. Si hay cambios sin commit, detente y avisa. - Leer lo pendiente. Toma las entradas de la sección
## [Unreleased]deCHANGELOG.md. Si está vacía, no hay nada que publicar: dilo y detente. - Proponer la versión. Lee la última versión publicada (tag
v*o CHANGELOG) y propone el bump SemVer según el contenido: cambios incompatibles → major; soloAdded/Changed→ minor; soloFixed/Security→ patch. Deja que la persona confirme o corrija con AskUserQuestion. - Actualizar el CHANGELOG. Mueve las entradas de
Unreleaseda una nueva sección## [X.Y.Z] - YYYY-MM-DD(fecha de hoy), dejaUnreleasedcon sus categorías vacías y actualiza los enlaces de comparación del pie del archivo. - Sincronizar la versión del manifiesto. Si el stack tiene un archivo que declara
versión, súbela a
X.Y.Zen el mismo commit — si no, el proyecto publicav0.4.0con el manifiesto diciendo0.1.0. Busca el que aplique y actualiza también su lockfile si el gestor lo regenera:package.json(+package-lock.json/pnpm-lock.yaml) ·*.gemspecolib/**/version.rb·Cargo.toml(+Cargo.lock) ·pyproject.toml·composer.json·pubspec.yaml·build.gradle·VERSION.- Si no hay ninguno (proyecto sin manifiesto versionado), dilo y sigue: el CHANGELOG es la única fuente de la versión.
- Commit, sin tag. Crea el commit
chore(release): vX.Y.Z(con la coautoría de IA dedocs/conventions/ai-agents.md) en una ramachore/corte-vX.Y.Z— recuerda quegit-guardrails.shno deja commitear directo endevelop. NO crees ni publiques el tag aquí.release.ymlsolo publica si la versión no tiene tag: si lo creas tú, el workflow la da por publicada, no crea el release de GitHub, y encima el tag apunta al commit de la rama en vez de al merge enmain. - Llevarlo a producción. PR de la rama de corte →
develop, y después PRdevelop→main. Al fusionar enmain,release.ymlcrea el tagvX.Y.Zsobre el merge y publica el release con las notas de esa sección del CHANGELOG. - Solo si el workflow no está activo (proyecto sin Actions, o
release.ymlborrado): entonces sí, tag anotado a mano ygh release create vX.Y.Z --title "vX.Y.Z" --notes "<sección del CHANGELOG>".
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.
- 4d ago Changed · +46 lines 62105308ab0a
- 11d ago First seen · 34 lines · 95 tokens per session scan A 74b84e3aaafd
release is a skill published in the GitHub repository brayandiazc/project-starter-template-es-ai (15 stars, last pushed 5d ago), licensed MIT. It adds 95 tokens to every session and 1,475 once invoked, about $0.0005 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-09-01.
Other skills, from other repositories
cloudron-app-publishing
Distribute Cloudron apps via CloudronVersions.json version catalogs.
agent-framework-py-release
Use when cutting a Python release for the microsoft/agent-framework monorepo. Triggers on "bump py versions", "cut a python release", "prepare release PR for python", "release py packages", "bump python to X.Y.Z", or similar requests to bump Python package versions and prepare a release PR. Handles all four lifecycle…
release-notes
Draft short release notes from a list of changes. Use when the user asks for changelogs, release notes, or a concise product update.
changelog
Turn a range of commits or merged PRs into a changelog entry grouped by change type. Use when the user asks for release notes, a changelog, or "what changed" between two points.
github
Drive GitHub via the official gh CLI — repos, issues, pull requests, releases, gists, Actions runs, and raw REST through gh api. Use when the user asks to inspect or manage GitHub.
release-notes
Create release notes for a new version tag. Gathers all commits, PRs, issues fixed, and breaking changes since a previous release. Creates the release notes markdown file, tags the repo, and pushes. Asks the user to confirm the base version to diff against.