quicker-authoring

star 10

Routes Quicker headless action editing (P0–P7): pick workflow topic, then schema/step-runner refs. Use when creating or editing Quicker actions, subprograms, steps, or data.json on disk.

QuickerHub By QuickerHub schedule Updated 6/11/2026

name: quicker-authoring description: "Routes Quicker headless action editing (P0–P7): pick workflow topic, then schema/step-runner refs. Use when creating or editing Quicker actions, subprograms, steps, or data.json on disk." allowed-tools: docs compatibility: "QuickerAgent (agent-ui); requires Quicker + QuickerRpc plugin"

Quicker action authoring (quicker-authoring)

Headless XAction via agent tools + QuickerRpc plugin. Route/hard rules preloaded; params in tool descriptions. Deep-read: docs get — do not paste guides in replies.

Route (deep-read via docs get when stuck)

intent topic
edit program body authoring-workflow
disk .quicker / workspace workspace-editing
global/embedded subprogram subprogram-workflow
step module keys step-runner-search → step-runner-get
icons action-icons
event trigger / auto-run trigger-workflow
WebView2/HTML files webview2-authoring
data.json steps[] / variables[] action-data-schema

Docs tool (编写指南)

need call NOT
data.json / steps[] / variables[] / wire rules docs get action-data-schema docs search "schema" keywords
known topic (Route or Deep-read index below) docs get(topic) search same topic id
step module param keys step-runner-search → step-runner-get guess inputParams
topic id unknown / module ref keyword docs search → items[].snippet invent syntax

action-data-schema returns schema + markdown — read before editing data.json (P2–P6). docs index when unsure of topic id.

Scenario skills (on-demand)

Load sibling skills when the task matches (QuickerAgent catalog / Cursor docs/skills/):

scenario skill
public library search / exemplar quicker-action-library-search
selected text read → transform → write quicker-authoring-selection-pipeline
clipboard read → transform → write quicker-authoring-clipboard-pipeline
HTTP + JSON field extract quicker-authoring-http-json-api
each / simpleIf / break / continue quicker-authoring-loop-control
one evalexpression, multi {var}= quicker-authoring-evalexpression-multi-var
global subprogram extract + call quicker-authoring-subprogram-extract
multi-file batch read/write quicker-authoring-file-batch
expression-first data transform quicker-authoring-expression-first
path exists + branch quicker-authoring-path-and-exists
delay + retry poll quicker-authoring-delay-retry
activate window + send keys quicker-authoring-ui-automation-lite
run another action (delegate) quicker-authoring-run-action-delegate
form → variables → format output quicker-authoring-form-param-input
regex extract from text quicker-authoring-regex-extract-pipeline
conditional HTTP (url guard) quicker-authoring-conditional-http
file copy with timestamp quicker-authoring-file-copy-timestamp
window title branch quicker-authoring-window-title-branch
external files/*.eval.cs quicker-authoring-external-eval-cs
clipboard CSV stats quicker-authoring-csv-parse-aggregate
multi-step structure comments quicker-authoring-step-comments

Run/settings/layout → main agent Capabilities (not this skill).

P0–P7

Ph  Goal
──  ─────────────────────────────────────────
P0  Quicker + plugin; cwd / connectivity
P1  actionId (create / query / search)
P2  sync workspace (get → .quicker/actions/{id}/)
P3  metadata optional (set_metadata)
P4  pick impl: expressions first → module → csscript
P5  per step: step_runner_search → get (NO guess keys)
P6  edit data.json / files/ → save (patch or --patch-file)
P7  trust editVersion after save (NO verify re-get)

Walkthrough: authoring-workflow. Workspace: workspace-editing.

Hard rules

  • NO guess inputParams without step_runner_get
  • NO get-ui / step-runner.getUi
  • NO inline patch / --patch-file; workspace_program disk edit → patch
  • trust editVersion after patch; NO verify re-get
  • P4: sys:assign for single-var writes; $=/$$/batch evalexpression → module → csscript (load quicker-eval-expression skill)

Deep-read index

layer topics
overview overview
workflows authoring-workflow, workspace-editing, subprogram-workflow, trigger-workflow
schemas action-data-schema, expressions, action-project-files
expressions quicker-eval-expression skill (+ topic expressions); multi-var → quicker-authoring-evalexpression-multi-var
scenarios scenario skills table above (on-demand)
modules step-modules; deep refs via docs search when topic unknown

Docs routing in prompt-tier0 — docs get for known topics/schemas; docs search only when topic id unknown.

Install via CLI
npx skills add https://github.com/QuickerHub/quicker-rpc --skill quicker-authoring
Repository Details
star Stars 10
call_split Forks 1
navigation Branch main
article Path SKILL.md
More from Creator