quicker-rpc: Skill for Claude Code

.cursor/skills/quicker-qkbuild-version-publish/SKILL.md

quicker-qkbuild-version-publish is a skill for Claude Code, Cursor from QuickerHub/quicker-rpc. It costs 137 tokens per session (1,820 once invoked), scanned A, original, MIT.

A release guide for publishing Quicker packages, including the version numbers used by the package files and the downloadable releases. It distinguishes public releases from local test builds.

In plain words
What is it for?
Use it when publishing quicker.rpc, cea.quicker-expression-enhanced, or cea.quicker-assembly-loader packages, and when deciding which version change a test build needs.
Why use it?
It prevents users or build systems from downloading an older package because the published version was not increased correctly.

Skill for Claude CodeCursor

Written for Claude Code and Cursor: disable-model-invocation in frontmatter, but also installed under .cursor/.

This is QuickerHub/quicker-rpc's own configuration. It tells Claude Code and Cursor how to work on quicker-rpc 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 quicker-rpc configures →

Reuse

Borrowing it

Nothing to install: this file belongs to QuickerHub/quicker-rpc. 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/QuickerHub/quicker-rpc/main/.cursor/skills/quicker-qkbuild-version-publish/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/QuickerHub/quicker-rpc

Made for: Claude Code, Cursor.

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 quicker-qkbuild-version-publish

README.md
[![agentmods](https://agentmods.dev/badge/skills/quickerhub/quicker-rpc/quicker-qkbuild-version-publish/github.svg)](https://agentmods.dev/skills/quickerhub/quicker-rpc/quicker-qkbuild-version-publish)
Your own site
<a href="https://agentmods.dev/skills/quickerhub/quicker-rpc/quicker-qkbuild-version-publish"><img src="https://agentmods.dev/badge/skills/quickerhub/quicker-rpc/quicker-qkbuild-version-publish/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 quicker-qkbuild-version-publish

Your own site · 80×15
<a href="https://agentmods.dev/skills/quickerhub/quicker-rpc/quicker-qkbuild-version-publish"><img src="https://agentmods.dev/badge/skills/quickerhub/quicker-rpc/quicker-qkbuild-version-publish.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 137 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,820 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.00137 $0.01820
Opus 5 $0.00068 $0.00910
Sonnet 5 $0.00027 $0.00364
Haiku 4.5 $0.00014 $0.00182

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

Security

Grade A, and why

quicker-qkbuild-version-publish 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.

.cursor/skills/quicker-qkbuild-version-publish/SKILL.md · 113 lines

How it starts

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

qkbuild 包发布 — 版本号必守

Quicker 依赖包使用 四段版本 X.Y.Z.Rversion.json)。getquicker 正式包子程序 version 变量必须对齐;否则 QExpr / 依赖下载_混合模式 会拉到旧 DLL,出现「找不到类型/成员」等运行时错误。

单调递增(永不允许减小)

version.jsonQuickerRpc(以及 qkbuild --version只能变大,不能变小

操作 允许
0.12.2.20.12.3.0(第三段 +1) ✅ 正式发布
0.12.3.00.12.3.1-t revision +1) ✅ 仅本地热更新
0.12.3.00.12.3.0-Publish -NoVersion 重传) ✅ 同版本重传
0.12.3.00.12.2.0 或任意回退 禁止

Baseline(脚本自动取 max):git tags v*.*.*HEAD / origin/main 上的 version.json

校验:Assert-QuickerRpcVersionMonotonicpublish/qkrpc-publish-lib.ps1),在 Publish-GitHubRelease.ps1build.ps1 -Publish 调用。

黄金规则(Agent 必守)

场景 命令 版本变化 getquicker
正式发布 build.ps1 -Publishqkbuild build … --publish -y --version X.Y.Z.0 第三段 Z +1第四段 R→0 ✅ 上传 OSS + 更新子程序 version
本地热更新 build.ps1 -t / -Test 仅第四段 R +1 ⚠️ 仅本机 _packages 可靠;不能当作对外发布

禁止:只跑 -t / -Test(revision +1)后,就更新 QuickerRpc_Run / QExpr 的 launch_code、分享动作、或宣称「已发布可用」。

为何必须第三段 +1

  1. 依赖下载version 变量拉包;getquicker 上正式目录按 前三段 X.Y.Z/ 组织;revision-only 包其他用户/新环境往往只有上一正式第三段(如 0.12.2.0),没有 0.12.2.1
  2. 子程序 launch_code 若调用新 API(如曾加的 Launcher.StartFromQuickerInParam),旧第三段 DLL 无该方法 → QExpr 报 No applicable member … StartFromQuickerInParam
  3. -t 可上传 OSS revision zip,但分享动作 / 其他机器 / 清缓存后仍可能解析到旧第三段 DLL。

结论:凡改动 插件/QEE/QAL 对外行为子程序或动作会依赖新 DLL,必须 第三段正式发布 后再 action update / 通知用户。

各仓库发布命令

QuickerRpc(quicker-rpc)

# 正式(第三段 +1,revision→0)
cd d:\source\repos\quicker\quicker-rpc
qkbuild build -c build.yaml --project-path QuickerRpc.Plugin --publish -y --version 0.12.3.0
# 或 build.ps1 -Publish(交互确认版本)

# 仅本地验证 — 不能替代上式
pwsh -NoProfile -File ./build.ps1 -t

GitHub Release 全流程见 quicker-rpc-publish skill;阶段三 build.ps1 -Publish -NoVersion 在 tag 已 bump 后使用。

Read the full file on GitHub · 113 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. 11d ago First seen · 113 lines · 137 tokens per session scan A f7e99404f40a

Subscribe to this mod's changes

quicker-qkbuild-version-publish is a skill published in the GitHub repository QuickerHub/quicker-rpc (13 stars, last pushed 27d ago), licensed MIT. It adds 137 tokens to every session and 1,820 once invoked, about $0.0007 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