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).
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…
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.
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…
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.
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.
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.
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.
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.…
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…
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…
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).
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.
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.
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.
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.
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.
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 agoA43 tokens
originalMIT
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: