quicker-rpc: Skill for Claude Code

.cursor/skills/quicker-rpc-publish/SKILL.md

quicker-rpc-publish is a skill for Claude Code, Cursor from QuickerHub/quicker-rpc. It costs 106 tokens per session (2,838 once invoked), scanned A, original, MIT.

A release procedure for publishing quicker-rpc software through GitHub Releases and uploading the Quicker plugin. It includes versioning, changelogs, build checks, and release automation.

In plain words
What is it for?
Use it when publishing, releasing, or shipping quicker-rpc. It covers checking Git history, updating versions, writing changelogs, running preflight checks, triggering CI, and uploading the release.
Why use it?
It helps prevent releases with invalid version numbers, missing changelogs, stale configuration, or untested build artifacts. It also separates local test builds from public releases.

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-rpc-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-rpc-publish

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/quickerhub/quicker-rpc/quicker-rpc-publish"><img src="https://agentmods.dev/badge/skills/quickerhub/quicker-rpc/quicker-rpc-publish.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 106 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,838 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.00106 $0.02838
Opus 5 $0.00053 $0.01419
Sonnet 5 $0.00021 $0.00568
Haiku 4.5 $0.00011 $0.00284

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

Security

Grade A, and why

quicker-rpc-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-rpc-publish/SKILL.md · 108 lines

How it starts

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

quicker-rpc 公开发布

版本号必守:getquicker 上传 必须第三段 +1、revision→0version.json 只能递增、禁止减小。细则:.cursor/skills/quicker-qkbuild-version-publish/SKILL.md。禁止仅用 -t revision 就当「已发布」。

完整流程(Agent 顺序)

  1. 若本次或近期改过 agent-gui/llm-publish.config.json:先 发布 publish configpwsh -NoProfile -File ./publish/Sync-LlmPublishConfig.ps1quicker-agent-llm-apikey-config / /publish-llm-config),确保 BUNDLED_LLM_CONFIG + Bitiful OSS 与本地一致
  2. git status;读取 baseline(最新 tag + 已提交 version.json);第三段 +1 bump version.json(第四段 → 0),且 必须大于 baseline;commit — 见 quicker-qkbuild-version-publish
  3. git log 自上一 tag → 撰写 changelog → 写入 publish/changelogs/vX.Y.Z.mdcommit
  4. pwsh ./publish/Publish-GitHubRelease.ps1 -WaitForCi默认并行:后台启动本地 Electron 预检 + 立即 push tag 触发 CI。本地日志通常先报错,优先按 %TEMP%\qkrpc-preflight-vX.Y.Z.log 修复;CI 失败可暂忽略。修复后 -ForceRetag 重发。
    • 仅本地阻塞预检:Test-QuickerAgentReleaseBuild.ps1-PreflightBeforeTag
    • 跳过预检:-SkipPreflight;结束后等待本地结果:-WaitForPreflight
  5. .github/workflows/release-cli.yml 在 GitHub Actions 编译 qkrpc zip/setup 与 QuickerAgent Electron 安装包并发布 Release(-WaitForCi 等待完成;CI 失败时仍会打印本地预检日志路径)。仅 Release 上传失败:Actions Run workflowpipeline=release-only + artifact_run_id(见 publish/release-cli-ci.md);NSIS/编译失败用 -ForceRetag 全量重编
  6. pwsh ./build.ps1 -Publish -NoVersion → Quicker 依赖 quicker.rpc 上传(版本与 version.json 一致,不再 bump)
  7. qkrpc action list --limit 1 --json 确认插件在线(或已 qkrpc serve/health 为 ok)
  8. qkrpc action update --id f5c76108-3ce9-433f-8cd0-8f0d9c562052 --changelog-file publish/changelogs/vX.Y.Z.md --json
  9. QuickerAgent 动作页(getquicker)page.html 用占位符 {{QUICKER_AGENT_SEMVER}}(勿手写版本号)。本地 Bitiful 上传后执行:
    • 推荐:pwsh ./publish/Publish-GitHubRelease.ps1 -WaitForCi(CI 结束后自动本地上传 Bitiful → Sync-QuickerAgentActionDoc.ps1 -Push
    • 或手动:pwsh ./publish/Upload-QuickerAgentToBitiful.ps1 -Tag vX.Y.Z,再 Sync-QuickerAgentActionDoc.ps1 -Push
    • 需在 quicker-agent 兄弟仓库(或 QUICKER_AGENT_REPO);Bitiful 凭证见 publish/.env.example(复制为 publish/.env
  10. 汇报 Release URL、Quicker 包版本、action update / 动作页 sync 结果、用户安装命令

Read the full file on GitHub · 108 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 · 108 lines · 106 tokens per session scan A c5dc01c1aa02

Subscribe to this mod's changes

quicker-rpc-publish is a skill published in the GitHub repository QuickerHub/quicker-rpc (13 stars, last pushed 27d ago), licensed MIT. It adds 106 tokens to every session and 2,838 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-08-30.

Related

Other skills, from other repositories

atmos-vendoring

Component vendoring: vendor.yaml and component.yaml manifests, immutable vendor.lock.yaml receipts, pulling from Git/S3/HTTP/OCI/Terraform Registry, --stack/--labels/--tags selector composition, native vendor update, clean, diff, config, and reviewed local component copies.

cloudposse/atmos · 63 tokens

atmos-hooks

Atmos hooks: lifecycle events, hook kinds, command/store/git/security hooks, step/steps hooks, when: conditions, scoping and overrides, toolchain integration, --skip-hooks, and Atmos Pro/local output.

cloudposse/atmos · 46 tokens

atmos-pro

Atmos Pro setup and workflows: settings.pro, GitHub OIDC, affected and inventory uploads, stack locks, pro commit, workflow dispatch, merge queues, and drift detection.

cloudposse/atmos · 38 tokens

atmos-git

Atmos Git and GitOps: git.repositories, clone/pull/status/diff/commit/push/clean, local Git hook shims, signed commits, managed workdirs, fork-PR trust gate, and auth via identities or github/sts.

cloudposse/atmos · 54 tokens

git-revert-safety

Apply when reverting commits, undoing merges, or recovering from branch contamination. Covers collateral damage verification (manifest, package.json, CHANGELOG, lockfiles), cherry-pick vs revert decision matrix, partial-revert detection, merge-parent handling, and post-revert CI verification. Prevents the most common…

ZaxbyHub/opencode-swarm · 79 tokens

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.

ZaxbyHub/opencode-swarm · 60 tokens