Skill Claude CodeCodex
A guide for building Quicker actions that loop through a list and stop early or skip items when conditions match. A loop repeats the same steps for multiple list items.
Skill Claude CodeCodex
A guide for building Quicker actions that loop through a list and stop early or skip items when conditions match. A loop repeats the same steps for multiple list items.
Skill Claude CodeCodex
A file-system check that tests whether a file or folder exists before the agent reads, writes, or starts a program. It then chooses an EXISTS or MISSING branch.
Skill Claude CodeCodex
Quicker 正则提取:regexExtract + match1 尾随空格 wire,或 expression-first Regex.Match 兜底。.
Skill Claude CodeCodex
A guide for Quicker, an automation tool, when one action needs to run another action and wait for its result. It explains how to pass inputs and read the returned output.
Skill Claude CodeCodex
A guide for building Quicker actions that read selected text, transform it, and write the result back or display it. Quicker is an automation tool, and selected text means text highlighted in another application.
Skill Claude CodeCodex
Instructions for adding short comments that describe each step in a multi-step automated action. The comments show the input, operation, and output without changing what the action does.
Skill Claude CodeCodex
A guide for extracting reusable subprograms in Quicker, an automation tool. A subprogram is a shared piece of logic that multiple actions can call with defined inputs and outputs.
Skill Claude CodeCodex
A set of instructions for controlling a Windows application's foreground window and sending keyboard input through Quicker. Quicker is a Windows automation tool for running actions.
Skill Claude CodeCodex
A Quicker workflow for reading the active window's title and choosing between two actions based on matching text.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
End-to-end webpage scripting via the Quicker browser extension: prototype RunScript live (userbrowser / chromecontrol), save as a sys:chromecontrol action, then auto-run it with event triggers (quickertrigger, e.g. BrowserUrlChanged). Use when the user wants scripts to run on pages automatically.
Skill Claude CodeCodex
Control the user's real browser (Quicker Connector) via userbrowser / qkrpcchromecontrol RPC, or author sys:chromecontrol steps in actions.
Instructions file CodexOpenCode
AGENTS.md instructions for QuickerHub/everything-mcp, covering everything-mcp (agent notes), requires, does not use, tools and cross-project scopes.
MCP server Claude CodeCodexCursor
MCP server for fast cross-project file search via voidtools Everything SDK (Windows). Runs locally from the @quickerhub/everything-mcp npm package.