quicker-rpc: Command for Claude Code

.cursor/commands/learn-authoring.md

learn-authoring is a command for Claude Code, Cursor from QuickerHub/quicker-rpc. It costs 0 tokens per session (203 once invoked), scanned A, original, MIT.

A command for following a project's action-writing learning process, using one workflow document as its guide. It runs the next learning task and records completed tasks.

In plain words
What is it for?
Use it to run the next authoring lesson, check its health before starting, mark a task complete, and regenerate documentation after changing a skill.
Why use it?
It removes the need to decide which learning task comes next or track progress manually. It also keeps the process tied to the current workflow rules.

Command for Claude CodeCursor

Written for Cursor and Claude Code: installed under .cursor/, but also a Claude Code command (commands/*.md).

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/commands/learn-authoring.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 learn-authoring

README.md
[![agentmods](https://agentmods.dev/badge/commands/quickerhub/quicker-rpc/learn-authoring.svg)](https://agentmods.dev/commands/quickerhub/quicker-rpc/learn-authoring)
Your own site
<a href="https://agentmods.dev/commands/quickerhub/quicker-rpc/learn-authoring"><img src="https://agentmods.dev/badge/commands/quickerhub/quicker-rpc/learn-authoring.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 203 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00000 $0.00203
Opus 5 $0.00000 $0.00102
Sonnet 5 $0.00000 $0.00041
Haiku 4.5 $0.00000 $0.00020

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

Security

Grade A, and why

learn-authoring 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 6d 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/commands/learn-authoring.md · 13 lines

What it actually says

learn-authoring — 执行动作编写知识任务

docs/authoring-references/learning-workflow.md 为唯一流程规范,执行一轮动作级学习;不要读取历史计划。

  1. qkrpc_health;失败则 qkrpc_wait,禁止 shell 连环探测。
  2. 运行 node scripts/action-authoring-learning-progress.mjs --next
  3. ALL_DONE 时报告完成;否则严格按 workflow 中对应 type 的协议执行本批。
  4. --mark-done <queue-id> 更新状态;修改 skill source 后运行 npm run docs:gen
  5. 动作库/shared 只读;临时 __pattern_learning__* 动作用后删除。

用户明确要求持续执行时,先完成本轮,再运行 pwsh scripts/run-action-learning-loop.ps1

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. 6d ago First seen · 13 lines · 0 tokens per session scan A 0d29b75af2aa

Subscribe to this mod's changes

learn-authoring is a command published in the GitHub repository QuickerHub/quicker-rpc (13 stars, last pushed 22d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 203 tokens. 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.