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.
curl -O https://raw.githubusercontent.com/QuickerHub/quicker-rpc/main/.cursor/skills/quicker-qkbuild-version-publish/SKILL.mdgit clone --depth 1 https://github.com/QuickerHub/quicker-rpcWrote 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/quickerhub/quicker-rpc/quicker-qkbuild-version-publish)<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.
<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>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.00137 | $0.01820 |
| Opus 5 | $0.00068 | $0.00910 |
| Sonnet 5 | $0.00027 | $0.00364 |
| Haiku 4.5 | $0.00014 | $0.00182 |
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.
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.R(version.json)。getquicker 正式包与 子程序 version 变量必须对齐;否则 QExpr / 依赖下载_混合模式 会拉到旧 DLL,出现「找不到类型/成员」等运行时错误。
单调递增(永不允许减小)
version.json → QuickerRpc(以及 qkbuild --version)只能变大,不能变小。
| 操作 | 允许 |
|---|---|
0.12.2.2 → 0.12.3.0(第三段 +1) |
✅ 正式发布 |
0.12.3.0 → 0.12.3.1(-t revision +1) |
✅ 仅本地热更新 |
0.12.3.0 → 0.12.3.0(-Publish -NoVersion 重传) |
✅ 同版本重传 |
0.12.3.0 → 0.12.2.0 或任意回退 |
❌ 禁止 |
Baseline(脚本自动取 max):git tags v*.*.*、HEAD / origin/main 上的 version.json。
校验:Assert-QuickerRpcVersionMonotonic(publish/qkrpc-publish-lib.ps1),在 Publish-GitHubRelease.ps1 与 build.ps1 -Publish 调用。
黄金规则(Agent 必守)
| 场景 | 命令 | 版本变化 | getquicker |
|---|---|---|---|
| 正式发布 | build.ps1 -Publish 或 qkbuild 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
- 依赖下载按
version变量拉包;getquicker 上正式目录按 前三段X.Y.Z/组织;revision-only 包其他用户/新环境往往只有上一正式第三段(如0.12.2.0),没有0.12.2.1。 - 子程序
launch_code若调用新 API(如曾加的Launcher.StartFromQuickerInParam),旧第三段 DLL 无该方法 → QExpr 报No applicable member … StartFromQuickerInParam。 -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 后使用。
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.
- 11d ago First seen · 113 lines · 137 tokens per session scan A f7e99404f40a
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.
Other skills, from other repositories
voiden
Create and edit Voiden .void files for API testing. Covers the .void file format and all enabled extension block types.
atmos-validation
Validate Atmos projects, components, arbitrary JSON Schema inputs, EditorConfig, and GitHub Actions; use affected-file selection and native CI annotations.
safe-extraction
Apply when extracting code from a large monolith file into submodules. Covers barrel re-exports, internals DI seam proxy patterns, CI invariant allowlist updates, and cross-file test verification. Prevents CI failures, broken imports, and test regressions from code extraction.
safe-rename
Workflow for safely renaming symbols (functions, types, classes, interfaces, constants, variables) across a codebase. Uses repomap, batchsymbols, and buildcheck to ensure every consumer is updated and nothing breaks.
test-file-split
Protocol for splitting test files that approach or exceed the FR-006 500-line limit (enforced in CI by scripts/check-test-file-cap.ts as a diff-scoped ratchet). Covers describe-block extraction, shared helper management, pure-function extraction, mock isolation verification, and cascading-split detection. Load when a…
vs-chat
Conversational search runtime: send messages, keep sessions consistent, and verify retrieval behavior and responses.