QuickerHub/quicker-rpc

QuickerAgent: AI desktop assistant for Quicker. Monorepo with QuickerRpc plugin + qkrpc CLI — headless action create/edit/run via MCP, HTTP, or JSON CLI (StreamJsonRpc named pipe).

13Stars on the repository
63Mods indexed here, across every type
20d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

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…

not rated 13 20d ago A 94 tokens original MIT

quicker-action-doc

02

QuickerHub/quicker-rpc

Skill Claude CodeCodexCursor

A workflow for editing the shared-action introduction page on getquicker.net. The page is stored as HTML in a separate quicker-agent repository and is published with the qkagent command.

not rated 13 20d 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…

not rated 13 20d 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.

not rated 13 20d ago A 71 tokens original MIT

QuickerHub/quicker-rpc

Skill Claude CodeCodexCursor

A guide for managing the configuration files that provide language-model endpoints and API keys during development and publishing. It covers local settings, user defaults, and encrypted publishing configuration.

not rated 13 20d 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.

not rated 13 20d 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.

not rated 13 20d 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.…

not rated 13 20d 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…

not rated 13 20d 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…

not rated 13 20d ago A 95 tokens original MIT

quicker-rpc-publish

11

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…

not rated 13 20d 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…

not rated 13 20d ago A 88 tokens original MIT

qkrpc

13

QuickerHub/quicker-rpc

Skill Claude CodeCodex

Use when calling Quicker through the local qkrpc CLI or MCP tools. Covers connectivity, qkrpcwait, MCP-first over shell, and third-party disk editing via host file tools (not MCP file ops).

not rated 13 20d ago A 48 tokens original MIT

QuickerHub/quicker-rpc

Skill Claude CodeCodex

Search getquicker action library and read shared actions for learning via qkrpc API (library search + shared get, read-only). Use when finding exemplar actions before writing Quicker actions.

not rated 13 20d ago A 44 tokens original MIT

QuickerHub/quicker-rpc

Skill Claude CodeCodex

A workflow for reading text from the system clipboard, changing it, and writing the result back. The clipboard is the temporary text area used by copy and paste.

not rated 13 20d ago A 53 tokens original MIT

QuickerHub/quicker-rpc

Skill Claude CodeCodex

A workflow for making an HTTP request only when a URL has a value. HTTP is the standard way programs request data from web addresses.

not rated 13 20d ago A 35 tokens original MIT

QuickerHub/quicker-rpc

Skill Claude CodeCodex

A guide for writing Quicker workflows with one-line C# expressions and LINQ for simple data transformations. LINQ is a way to filter, sort, combine, or reshape data in code.

not rated 13 20d ago A 48 tokens original MIT

QuickerHub/quicker-rpc

Skill Claude CodeCodex

A technique for moving long C# expressions into separate files before running them in the Quicker automation tool. It is intended for expressions longer than a few lines or containing error handling.

not rated 13 20d ago A 36 tokens original MIT

QuickerHub/quicker-rpc

Skill Claude CodeCodex

A workflow for processing multiple files by collecting paths, reading each file, transforming the contents, and writing results.

not rated 13 20d ago A 44 tokens original MIT

QuickerHub/quicker-rpc

Skill Claude CodeCodex

A Quicker workflow pattern for copying one file to a destination with a timestamp added to its filename. Quicker is a tool for building automated action sequences.

not rated 13 20d ago A 29 tokens original MIT

QuickerHub/quicker-rpc

Skill Claude CodeCodex

A Quicker pattern for collecting several values in a form and using them in a later action. Quicker is a desktop automation tool, and the collected values can be formatted, copied, or displayed.

not rated 13 20d ago A 43 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: