everlingo: Skill for Claude Code

.agents/skills/releasing/SKILL.md

releasing is a skill for Claude Code, Codex from labilezhu/everlingo. It costs 6 tokens per session (1,449 once invoked), scanned A, original, MIT.

Release instructions for version numbers in the form X.Y.Z or X.Y.Z-rc.NN, using major, minor, patch, and release-candidate parts. They describe how to select a version and check its release state.

In plain words
What is it for?
Use them to validate version numbers, choose the next version, check version history, and follow the documented release workflow.
Why use it?
They reduce mistakes when preparing releases and prevent versions already marked as released from being released again.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is labilezhu/everlingo's own configuration. It tells Claude Code and Codex how to work on everlingo 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 everlingo configures →

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /home/labile/diy-log/home-lab/pi4ub/everlingo/router-master@container/68-multiple-user-auth-deployment.md.

Reuse

Borrowing it

Nothing to install: this file belongs to labilezhu/everlingo. 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/labilezhu/everlingo/main/.agents/skills/releasing/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/labilezhu/everlingo

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 releasing

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/labilezhu/everlingo/releasing"><img src="https://agentmods.dev/badge/skills/labilezhu/everlingo/releasing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 6 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,449 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 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.00006 $0.01449
Opus 5 $0.00003 $0.00724
Sonnet 5 $0.00001 $0.00290
Haiku 4.5 $0.00001 $0.00145

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

Security

Grade A, and why

releasing 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 9d 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.

.agents/skills/releasing/SKILL.md · 83 lines

How it starts

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

Release 的操作规范

版本号格式规范: The format must be in the form of X.Y.Z or X.Y.Z-rc.NN, where X, Y, Z and NN are integers. 版本号语义: MAJOR.MINOR.PATCH[-PRERELEASE]

Parameters

The release version can be provided in the user request. If the version is not provided: 默认取 /VERSION_HISTORY.yaml 中的最新一个版本,但它的 state 需要是 in-progress

Let's name the user specified release version as <version> for the following steps.

<next_version>

用户可以指定下一个版本号。以下以 <next_version> 作为标识。如果未指定,默认按以下规则生成 <next_version>

  • 如果 <version> 没有 rc 后缀,那么 <next_version><version> 的 PATCH+1 即: MAJOR.MINOR.PATCH+1-rc.1] 。 如 0.1.0 -> 0.1.1-rc.1
  • 如果 <version> 有 rc 后缀,那么 <next_version><version> 的 PRERELEASE+1 即: MAJOR.MINOR.PATCH-rc.PRERELEASE+1]。 如 0.1.1-rc.1 -> 0.1.1-rc.2

Workflow

  1. Verify the format is correct. If the format is incorrect, the system will ask the user to provide a valid version.
  2. Find the in the /VERSION_HISTORY.yaml file. And ensure version exists:
- version: <version>
  • If found, ensure the state is not released. If the state is released, release operation will be aborted. The system should tell the reason to the
  • If not found, create it in the /VERSION_HISTORY.yaml file.
  1. Update version number in files(skip the missing files and report to user):
    1. Replace EVERLINGO_VER env variable :
    • /home/labile/diy-log/home-lab/pi4ub/everlingo/router-master@container/68-multiple-user-auth-deployment.md
    • /user-docs/deployment/simple-single-deployment.md
    • /user-docs/deployment/multiple-user-auth-deployment.md
    • /user-docs/deployment/multiple-user-auth-deployment.zh-CN.md
    • /README.md
    • /README.zh-CN.md
    1. Replace everlingo_version variable :
      1. src/everlingo/mem/vault/templates/default/*/spec/vault_spec.md
    2. Replace version literals in source code (non-doc) — skip missing files and report to user:
      1. src/everlingo/init.py — replace __version__ = "..." with __version__ = "<version>"
      2. web/src/me/MePage.tsx — replace {t('version', { version: '...' })} with {t('version', { version: '<version>' })}
      3. src/everlingo/ws_master/app.py — replace version="..." with version="<version>"
      4. src/everlingo/ws_router/app.py — replace version="..." with version="<version>"
      5. pyproject.toml — 替换 version="..." 但要注意。版本号要符合 PEP 440 规定。像 0.1.1-rc.6 要写成 0.1.1rc6
    3. Chrome Extension 更新 Chrome 扩展版本号(关键约束):
      • Chrome 的 manifest.jsonversion 字段仅支持 1~4 个用点分隔的整数(如 0.1.1),不支持 semver 的预发布后缀(如 -rc.4)。任何带连字符的版本号在 Web Store 上传和本地 chrome://extensions 加载解压包时都会报 "Invalid value for 'version'" 而拒绝加载。
      • 因此需对 <version> 做如下转换后再写入文件:
        • <version> 为正式版 X.Y.Z:manifest 与 package.json 均写 X.Y.Z
        • <version> 为预发布版 X.Y.Z-rc.N
          • extension/public/manifest.json(必改)— 把 rc 次数编码为第 4 段整数:"version": "X.Y.Z.N"(如 0.1.1-rc.4"0.1.1.4")。这是 Chrome 实际读取并决定加载/更新顺序的版本号。
          • extension/package.json(建议同步)— 保留 semver 原值 "version": "X.Y.Z-rc.N",npm 合法。
      • extension/package-lock.json(自动):运行 npm install 会自动同步 root 的 version,无需手改。
      • 验证:用 node -e "console.log(JSON.parse(require('fs').readFileSync('extension/public/manifest.json')).version)" 确认 manifest 输出为整数形式(如 0.1.1.4),并把 build 产物作为解压包加载到 chrome://extensions 确认无 version 报错。

Read the full file on GitHub · 83 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. 9d ago First seen · 83 lines · 6 tokens per session scan A a73391ba5316

Subscribe to this mod's changes

releasing is a skill published in the GitHub repository labilezhu/everlingo (14 stars, last pushed 15d ago), licensed MIT. It adds 6 tokens to every session and 1,449 once invoked, about $0.0000 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

omh-deploy-and-monitor

This is a Hermes-native deploy-and-monitor workflow skill.

rlaope/oh-my-hermes · 66 tokens

git-wrapup

Land working-tree changes as logical commits — the work grouped by concern, topped by a release commit (version bump, changelog, regenerated artifacts). Verify, commit. Stops at "committed locally on main" — or, when the project releases through a release PR, at "release branch pushed, PR open". No tag, no push to…

cyanheads/obsidian-mcp-server · 104 tokens

release-and-publish

Ship a release end-to-end across every registry the project targets (npm, MCP Registry, GitHub Releases for .mcpb bundles, GHCR). Runs the final verification gate, fast-forwards main when the release rode a release PR, creates the annotated tag on the commit main now points at, pushes commits and tags, then publishes…

cyanheads/obsidian-mcp-server · 155 tokens

release-notes

Draft user-facing release notes from a git log range. Trigger when the user asks for "release notes", "changelog entry", or "what shipped this week" with a git ref range. Output is markdown sections grouped by Features / Fixes / Breaking with PR links.

jnMetaCode/ai-coding-guide · 59 tokens

finalize

Finalize orphaned recordings - stop processes, compress, push to orphan branch. TRIGGERS - finalize recording, stop asciinema, orphaned recording.

terrylica/cc-skills · 33 tokens

github

Use when automating GitHub issues, pull requests, reviews, CI checks, labels, releases, or engineering collaboration loops through the GitHub CLI.

seaworld008/Commonly-used-high-value-skills · 32 tokens