Nameplate attention
Skill patrickserrano/lacquer/core/skills/nameplate-attention
Go CLI + profile templates that standardize how Claude Code works across every project
npx -y skills add patrickserrano/lacquer --skill nameplate-attentionAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
On-screen agent alert: topmost message card + pulsating screen borders via Nameplate. Use before password-manager auth prompts or whenever blocked on the human.
SKILL.md
1.6 KB, as published. Nobody here has run it
Nameplate Attention
Grab the human's attention at the Mac: a topmost message card plus pulsating colored borders on every display. Always include the reason — never fire a contextless alert.
Command
- Binary:
nameplate—/Applications/Nameplate.app/Contents/Helpers/nameplate(symlink it onto your PATH; a repo checkout build lives at<repo>/Nameplate.app/Contents/Helpers/nameplate). nameplate attention "<why you need the human>" --title "<agent> → <system>" [--duration <seconds>] [--color <hex>]- Example, right before an interactive 1Password
opprompt (which carries no reason field of its own):nameplate attention "Need 1Password approval for release verification; no secret read." --title "Codex → 1Password" - Launches Nameplate.app if it is not running. By default the card stays until the human clicks it; pass
--duration <seconds>(max 120) for auto-dismiss. - Requests are timestamped; anything older than 2 minutes is dropped, so a login-time launch never replays stale alerts.
Extras
nameplate splash— replay the identity splash (which Mac is this?).nameplate settings— open Nameplate settings.- No CLI at hand?
notifyutil -p com.steipete.nameplate.splashworks from any shell, including SSH.
Source: steipete/nameplate, adopted as-is.