QuickerHub

62 mods across 2 repositories, 14 stars between them.

agent-setup

01

QuickerHub/quicker-rpc

Command Cursor

在 quicker-rpc 仓库根目录 执行。说明见 docs/agent-mcp-integration.md、docs/agent-skill-distribution.md。.

13 18d ago A 0 tokens original MIT

cursor-cli

02

QuickerHub/quicker-rpc

Command Cursor

A set of Cursor slash commands for learning, testing, maintaining, and publishing agent actions. Cursor is a code editor with an AI assistant.

13 18d ago A 0 tokens original MIT

cursor-sdk

03

QuickerHub/quicker-rpc

Command Cursor

A set of repository commands for running Cursor SDK authoring benchmarks. The Cursor SDK is a programming interface for running Cursor agents from scripts rather than only through the editor.

13 18d ago A 0 tokens original MIT

frontend-check

04

QuickerHub/quicker-rpc

Command Cursor

在 agent-gui UI 改动后执行。先 Read skill:.cursor/skills/quicker-agent-gui-frontend/SKILL.md。.

13 18d ago A 0 tokens original MIT

hot-update

05

QuickerHub/quicker-rpc

Command Cursor

A command for rebuilding and reloading parts of the quicker-rpc project while it is running. It is intended for changes to the RPC service, its plugins, related components, or embedded documentation.

13 18d ago A 0 tokens original MIT

learn-authoring

06

QuickerHub/quicker-rpc

Command Cursor

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.

13 18d ago A 0 tokens original MIT

learn-modules

07

QuickerHub/quicker-rpc

Command Cursor

按 docs/superpowers/plans/2026-06-13-step-module-learning.md 执行一轮模块学习。.

13 18d ago A 0 tokens original MIT

publish-llm-config

08

QuickerHub/quicker-rpc

Command Cursor

Read .cursor/skills/quicker-agent-llm-apikey-config/SKILL.md(LLM API Key 配置统一说明)。.

13 18d ago A 0 tokens original MIT

QuickerHub/quicker-rpc

Command Cursor

在 quicker-rpc 仓库根目录(或 voice-asr-runtime/ 打 tag)执行。先 Read skill:.cursor/skills/quicker-voice-runtime-publish/SKILL.md。.

13 18d ago A 0 tokens original MIT

publish

10

QuickerHub/quicker-rpc

Command Cursor

在 quicker-rpc 仓库根目录 执行。先 Read skill:.cursor/skills/quicker-rpc-publish/SKILL.md 与 .cursor/skills/quicker-qkbuild-version-publish/SKILL.md(第三段 +1、版本只增不减)。.

13 18d ago A 0 tokens original MIT

session-analysis

11

QuickerHub/quicker-rpc

Command Cursor

A command for examining exported QuickerAgent conversations, including the assistant's messages and tool calls. QuickerAgent is an AI agent environment.

13 18d ago A 0 tokens original MIT

qkrpc

12

QuickerHub/quicker-rpc

Cursor rule Cursor

Quicker/qkrpc headless authoring. Use only when editing Quicker actions/subprograms, .quicker/, or calling qkrpc MCP. Do not apply in QuickerOrg/Quicker app source or unrelated repos.

13 18d ago A 48 tokens original MIT

QuickerHub/quicker-rpc

Skill Claude CodeCodexCursor

Guides action designer (action-editor) UI work in agent-gui. UI originates from ../Quicker/Quicker.Designer; step double-click popup and per-field editing behavior must match ../Quicker/QuickerPc/Quicker ActionDesignerWindow and StepEditor components. Use when editing agent-gui/lib/action-editor, StepEditorPopup…

13 18d ago A 94 tokens original MIT

quicker-action-doc

14

QuickerHub/quicker-rpc

Skill Claude CodeCodexCursor

Edits getquicker.net shared-action intro HTML via the quicker-agent repo (page.html, qkagent push). Use when the user asks to update 动作说明, 动作页说明, Sharedaction intro, or getquicker action description (e.g. QuickerAgent aa5917ad-…).

13 18d ago A 68 tokens original MIT

QuickerHub/quicker-rpc

Skill Claude CodeCodexCursor

After editing agent-gui (Next.js), automatically run devfrontendcheck (or GET /api/dev/frontend-check) and fix until ok=true — no user reminder needed. Use when changing components/, app/, lib/ used by UI, globals.css, electron shell UI, /tool-test, or when the user asks about Next.js errors, HMR, Electron titlebar…

13 18d ago A 88 tokens original MIT

QuickerHub/quicker-rpc

Skill Claude CodeCodexCursor

When adding or editing agent-gui UI (components, CSS, action-editor param editors, dialogs, code blocks), default to theme-adaptive styling — use design tokens, not hardcoded light/dark colors. Use when creating new React UI, CSS classes, popups, or fixing contrast issues in dark/light mode.

13 18d ago A 71 tokens original MIT

QuickerHub/quicker-rpc

Skill Claude CodeCodexCursor

QuickerAgent LLM API Key 配置:llm-publish.config 发布(GitHub + Bitiful OSS)、 llm-dev.config 本地调试、llm-config.json 用户默认、pepper 一次性初始化。 Use when user says 发布 publish config、publish config、同步/上传 publish config、 llm-publish config、publish LLM keys、LLM apikey 配置、或改 llm--config.json。.

13 18d ago A 101 tokens original MIT

QuickerHub/quicker-rpc

Skill Claude CodeCodexCursor

Analyze QuickerAgent chat exports (quicker-agent-chat-export JSON) to score authoring flow, detect tool/schema issues, and recommend prompt/tool/skill optimizations. Use when the user provides an exported thread JSON or asks to improve agent-gui behavior from real sessions.

13 18d ago A 61 tokens original MIT

QuickerHub/quicker-rpc

Skill Claude CodeCodexCursor

Guides agents to find Quicker.exe internal types and methods for quicker-rpc plugin work. Use when implementing or debugging reflection against Quicker.exe, locating internal Quicker APIs, handling obfuscated Release builds, qkref references, or service access from QuickerRpc.Plugin.

13 18d ago A 64 tokens original MIT

QuickerHub/quicker-rpc

Skill Claude CodeCodexCursor

Mandatory qkbuild publish versioning for Quicker packages (quicker.rpc, cea.quicker-expression-enhanced, cea.quicker-assembly-loader): official getquicker upload MUST bump the third semver field (X.Y.Z.R → X.Y.(Z+1).0). Never ship subprogram launchcode or new plugin public APIs on revision-only -t/-Test builds alone.…

13 18d ago A 137 tokens original MIT

QuickerHub/quicker-rpc

Skill Claude CodeCodexCursor

After quicker-rpc source changes, run pwsh ./build.ps1 -t (hot-reload plugin + qkrpc CLI/serve) without restarting agent-gui. Use when editing Plugin, Console, Contracts, AgentModel, build scripts, or RPC/CLI; when the user asks to build, test build, build -t, hot update, /hot-update, reload plugin, or restart qkrpc…

13 18d ago A 119 tokens original MIT

QuickerHub/quicker-rpc

Skill Claude CodeCodexCursor

Detailed QuickerRpc ecosystem knowledge: terminology (QuickerAgent Quicker action vs AI agent), architecture, named pipe, qkrpc serve, bootstrap, connectivity failure diagnosis. Use when qkrpc connection fails, PLUGINNOTRUNNING, qkrpchealth/qkrpcwait errors, serve 9477 unreachable, user asks how QuickerRpc or…

13 18d ago A 95 tokens original MIT

quicker-rpc-publish

23

QuickerHub/quicker-rpc

Skill Claude CodeCodexCursor

Full quicker-rpc release: GitHub Release CLI, build.ps1 -Publish -NoVersion Quicker plugin upload, qkrpc action update for shared action f5c76108-3ce9-433f-8cd0-8f0d9c562052. Official getquicker upload MUST bump third semver field (see quicker-qkbuild-version-publish). Use when the user asks to publish, release, ship…

13 18d ago A 106 tokens original MIT

QuickerHub/quicker-rpc

Skill Claude CodeCodexCursor

Publish quicker-voice-runtime (voice-asr-runtime): bump pyproject version, CI, Git tag vX.Y.Z → GitHub Release + optional Bitiful, then sync voice-plugin-channel.json in quicker-rpc monorepo. Model-only releases use tag model-sensevoice. Use when publishing voice runtime, voice-asr release, voice-plugin channel sync…

13 18d ago A 88 tokens original MIT