quicker-authoring-window-title-branch

quicker-authoring-window-title-branch is a skill for Claude Code from QuickerHub/quicker-rpc. It costs 32 tokens per session (298 once invoked), scanned A, original, MIT.

A Quicker workflow for reading the active window's title and choosing between two actions based on matching text.

In plain words
What is it for?
Use it to automate a foreground-window check, maximize the window when its title matches, and show a prompt otherwise.
Why use it?
It provides the required two-branch structure and the specified operation for maximizing a matching window or showing a message.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to automate a foreground-window check, maximize the window when its title matches, and show a prompt otherwise.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/quickerhub/quicker-rpc/quicker-authoring-window-title-branch
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add QuickerHub/quicker-rpc --skill quicker-authoring-window-title-branch
Clone the repo
git clone --depth 1 https://github.com/QuickerHub/quicker-rpc

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for quicker-authoring-window-title-branch

README.md
[![agentmods](https://agentmods.dev/badge/skills/quickerhub/quicker-rpc/quicker-authoring-window-title-branch/github.svg)](https://agentmods.dev/skills/quickerhub/quicker-rpc/quicker-authoring-window-title-branch)
Your own site
<a href="https://agentmods.dev/skills/quickerhub/quicker-rpc/quicker-authoring-window-title-branch"><img src="https://agentmods.dev/badge/skills/quickerhub/quicker-rpc/quicker-authoring-window-title-branch/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for quicker-authoring-window-title-branch

Your own site · 80×15
<a href="https://agentmods.dev/skills/quickerhub/quicker-rpc/quicker-authoring-window-title-branch"><img src="https://agentmods.dev/badge/skills/quickerhub/quicker-rpc/quicker-authoring-window-title-branch.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 298 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00032 $0.00298
Opus 5 $0.00016 $0.00149
Sonnet 5 $0.00006 $0.00060
Haiku 4.5 $0.00003 $0.00030

Measured 11d ago against content hash 2e2db3991d24, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

quicker-authoring-window-title-branch scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

docs/skills/quicker-authoring-window-title-branch/SKILL.md · 33 lines

What it actually says

窗口标题分支(quicker-authoring-window-title-branch)

父 skill:quicker-authoring · 参考docs/authoring-references/action-patterns/window-title-branch.md

何时加载

读前台窗口标题,按关键字分支(最大化/提示等)。对标 window-vscode-branch benchmark。

步骤骨架

  1. getWindowTitle foregroundtitle + handle
  2. sys:if 标题 Contains/IndexOf
  3. True:windowOperations show + showCmd: 3;False:提示

硬规则

  • 双分支用 sys:if + elseSteps
  • 最大化:windowOperations type: showshowCmd: 3(非 maximize 枚举)。
  • mock:window-vscode-branch profile。

深度阅读

  • action-patterns/window-title-branch.md · ui-automation-lite
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 33 lines · 32 tokens per session scan A 2e2db3991d24

Subscribe to this mod's changes

quicker-authoring-window-title-branch is a skill published in the GitHub repository QuickerHub/quicker-rpc (13 stars, last pushed 27d ago), licensed MIT. It adds 32 tokens to every session and 298 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

atmos-vendoring

Component vendoring: vendor.yaml and component.yaml manifests, immutable vendor.lock.yaml receipts, pulling from Git/S3/HTTP/OCI/Terraform Registry, --stack/--labels/--tags selector composition, native vendor update, clean, diff, config, and reviewed local component copies.

cloudposse/atmos · 63 tokens

atmos-hooks

Atmos hooks: lifecycle events, hook kinds, command/store/git/security hooks, step/steps hooks, when: conditions, scoping and overrides, toolchain integration, --skip-hooks, and Atmos Pro/local output.

cloudposse/atmos · 46 tokens

atmos-pro

Atmos Pro setup and workflows: settings.pro, GitHub OIDC, affected and inventory uploads, stack locks, pro commit, workflow dispatch, merge queues, and drift detection.

cloudposse/atmos · 38 tokens

atmos-git

Atmos Git and GitOps: git.repositories, clone/pull/status/diff/commit/push/clean, local Git hook shims, signed commits, managed workdirs, fork-PR trust gate, and auth via identities or github/sts.

cloudposse/atmos · 54 tokens

git-revert-safety

Apply when reverting commits, undoing merges, or recovering from branch contamination. Covers collateral damage verification (manifest, package.json, CHANGELOG, lockfiles), cherry-pick vs revert decision matrix, partial-revert detection, merge-parent handling, and post-revert CI verification. Prevents the most common…

ZaxbyHub/opencode-swarm · 79 tokens

safe-extraction

Apply when extracting code from a large monolith file into submodules. Covers barrel re-exports, internals DI seam proxy patterns, CI invariant allowlist updates, and cross-file test verification. Prevents CI failures, broken imports, and test regressions from code extraction.

ZaxbyHub/opencode-swarm · 60 tokens