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-rpc-build-test/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-rpc-build-test)<a href="https://agentmods.dev/skills/quickerhub/quicker-rpc/quicker-rpc-build-test"><img src="https://agentmods.dev/badge/skills/quickerhub/quicker-rpc/quicker-rpc-build-test/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-rpc-build-test"><img src="https://agentmods.dev/badge/skills/quickerhub/quicker-rpc/quicker-rpc-build-test.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.00119 | $0.02582 |
| Opus 5 | $0.00060 | $0.01291 |
| Sonnet 5 | $0.00024 | $0.00516 |
| Haiku 4.5 | $0.00012 | $0.00258 |
Grade A, and why
quicker-rpc-build-test 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 10d 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 — 132 lines — stays where its author put it; the contents beside it link to each section on GitHub.
quicker-rpc 改代码后测试构建
-t不是正式发布:只 revision +1。对外交付或改QuickerRpc_Run/ QExprlaunch_code依赖新 DLL 时,必须 第三段-Publish。见.cursor/skills/quicker-qkbuild-version-publish/SKILL.md。
热更新(agent-gui 可保持运行)
改 qkrpc(CLI/serve) 或 QuickerRpc 插件 后,必须在仓库根目录执行热更新构建;不要只改源码就假定 agent-gui / 已打开的 qkrpc serve 会自动吃到新逻辑。
# 另开终端;不必关闭 dev.ps1
pwsh -NoProfile -File ./build.ps1 -t
| 改了什么 | 热更新做什么 | agent-gui |
|---|---|---|
QuickerRpc/src/QuickerRpc.Plugin.V1/**、QuickerRpc/src/QuickerRpc.Runtime/** |
-t → 测试包 + 更新 QuickerRpc_Run version → 1s 后 quicker:runaction 重载 DLL |
保持打开;RPC 经 serve 重连管道 |
QuickerRpc/src/QuickerRpc.Console/**、QuickerRpc/src/QuickerRpc.Contracts/**(影响 RPC/CLI) |
-t → 发布 publish/cli + 停旧 serve → 启新 serve(默认 9477) |
保持打开;必要时 UI 重新检测 |
QuickerRpc/src/QuickerRpc.AgentModel/** |
同上(CLI 与插件均可能依赖) | 同上 |
仅 agent-gui/** |
无需 build.ps1 -t;Next HMR + dev_frontend_check 直到 ok |
见 .cursor/skills/quicker-agent-gui-frontend/SKILL.md |
docs/action-authoring-src/** |
需要 -t 或对应生成步骤,嵌入 CLI/agent 文档 |
视是否改到 UI |
要点:
- 不必重启 agent-gui:
start.mjs通过http://127.0.0.1:9477调 serve;build.ps1 -t会替换二进制并重启 serve,端口不变。 - serve 副本:开发时 serve 常跑在
agent-gui/.runtime/qkrpc,避免锁住publish/cli;-t仍会先 Stop-QkrpcServe 再启动publish/cli下的新进程。 - 验证:
GET http://127.0.0.1:9477/health或qkrpc action list --limit 1 --json;qkrpc --version应与QuickerRpc/version.json一致(-t默认安装到用户 PATH)。 - 跳过用户安装(仅当用户明确要求):
pwsh ./build.ps1 -t -SkipInstall— CLI 仅在publish/cli,PATH 可能仍是旧版。 - 跳过 serve 重启(仅当用户明确要求):
pwsh ./build.ps1 -t -SkipQkrpcServe— 只换插件/包,不换正在跑的qkrpc.exe。
前置:Quicker 已启动;-t 失败或 RPC 报方法不存在时,确认构建日志在 qkbuild 更新 version 变量后出现 Started: quicker:runaction:…?plugin(脚本会 等待 1s 再触发)。未重载时 Plugin 改动不会生效。
何时执行
完成 会改变插件或 CLI 行为 的代码修改后,默认自动在仓库根目录执行:
pwsh -NoProfile -File ./build.ps1 -t
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.
- 10d ago First seen · 132 lines · 119 tokens per session scan A e079e4a5550e
quicker-rpc-build-test is a skill published in the GitHub repository QuickerHub/quicker-rpc (13 stars, last pushed 27d ago), licensed MIT. It adds 119 tokens to every session and 2,582 once invoked, about $0.0006 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.