release

release is a skill for Claude Code, Codex from AlphaLuppi/FAKT. It costs 62 tokens per session (3,033 once invoked), scanned C, original, no licence file.

A manually run release helper for creating a new FAKT version, writing a human-readable changelog in CHANGELOG.md, and publishing it on GitHub.

In plain words
What is it for?
Use it when you want to create a version such as 0.1.12 and publish that release with updated notes.
Why use it?
It keeps the release steps together and prevents releases from starting automatically.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/alphaluppi/fakt/release
Any agent
npx skills add AlphaLuppi/FAKT --skill release
Clone the repo
git clone --depth 1 https://github.com/AlphaLuppi/FAKT

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 release

README.md
[![agentmods](https://agentmods.dev/badge/skills/alphaluppi/fakt/release.svg)](https://agentmods.dev/skills/alphaluppi/fakt/release)
Your own site
<a href="https://agentmods.dev/skills/alphaluppi/fakt/release"><img src="https://agentmods.dev/badge/skills/alphaluppi/fakt/release.svg" alt="Measured on agentmods" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,033 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 findings. Scan, not verified.
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 $0.00062 $0.03033
Opus 5 $0.00031 $0.01517
Sonnet 5 $0.00012 $0.00607
Haiku 4.5 $0.00006 $0.00303

Measured 5d ago against content hash 3314b97a1c9c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade C, and why

release scanned grade C with 2 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 5d 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 "$TMP"

Makes network callslowCapability

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

curl -sL "https://github.com/AlphaLuppi/FAKT/releases/download/v$ARGUMENTS/latest.json" | jq '.version, .notes'
.claude/skills/release/SKILL.md · 201 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. 5d ago First seen · 201 lines · 62 tokens per session scan C 3314b97a1c9c

Subscribe to this mod's changes

release is a skill published in the GitHub repository AlphaLuppi/FAKT (2 stars, last pushed 4mo ago), with no licence file. It adds 62 tokens to every session and 3,033 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it C with 2 findings (recursive force delete, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

release-quality-audit

发版前代码质量审查。大文件治理三道闸门(gate/near-threshold/strictReduction retained)+ tsc/cargo 全量 + 测试零新增失败对比 + Format Discipline 提交卫生 + 高风险域 pitfall 红线。只审查只报告不修复。触发场景:用户说「发版前审查」「release quality audit」「质量门禁」或准备发版/打 tag 前。.

zhukunpenglinyutong/desktop-cc-gui · 103 tokens

nextclaw-npm-release

NextClaw NPM package 与 runtime channel 发布的专项流程 owner;用于发布 NPM、NPM 测试版、NextClaw 常规正式版及其恢复,覆盖 beta/stable、真实安装和分支回流,并按当前阶段读取一个 reference。.

Peiiii/nextclaw · 65 tokens

development-delivery

通用开发生命周期的「交付、发布与部署」阶段 owner;当结果已经达到交付条件,或用户明确要求提交、发布、部署时使用,负责授权边界、结果交接和专项发布路由,不负责实现或 Review。.

Peiiii/nextclaw · 59 tokens

nextclaw-desktop-release

NextClaw Desktop 构建、发布、恢复与运行冒烟流程 owner。.

Peiiii/nextclaw · 25 tokens

nextclaw-release-notes

当用户要求提交、收尾、changelog、release notes、版本更新笔记或发布变更汇总时使用;先选择提交范围判断、版本笔记、配图/社交一个阶段并读取对应 reference。.

Peiiii/nextclaw · 56 tokens

agentbro-release

Use when releasing AgentBro from this repository: merging dev/main, bumping versions, updating release notes, tagging, pushing, monitoring GitHub Actions, Homebrew cask publication, or fixing a bad release.

shirenchuang/agentbro · 46 tokens