AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Attention Please

skill-mindgames-attention-please-attention-please · by Mindgames

Play an alert sound and speak "Project NAME needs your attention." Always use at the end of every response or whenever Codex needs user input or confirmation; derive the project name from the git remote (origin) with fallback to the repo folder or an override.

No reviews yet
0 installs
32 views
0.0% view→install

Install

$ agentstack add skill-mindgames-attention-please-attention-please

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-mindgames-attention-please-attention-please)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Attention Please? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Attention Please

Overview

Play a short audible alert and a spoken prompt indicating which project needs attention. Use this as the final step after completing work on every response, and also right before asking the user for input.

Source Of Truth And Publishing

  • GitHub repository: https://github.com/Mindgames/attention-please
  • Local development repository: ~/Projects/skills/attention-please
  • Do not edit installed copies in ~/.agents/skills/... or ~/.codex/skills/... directly.
  • Update this repository, push to GitHub, open a PR, then reinstall via skills.

Install Or Refresh

This repository uses skills.sh as the primary install path for Codex, Claude, and most agentic CLI/IDE clients.

Install globally (recommended):

npx skills add Mindgames/attention-please -g -y

Project scope (default):

npx skills add Mindgames/attention-please

Target specific agents (optional):

npx skills add Mindgames/attention-please --agent codex
npx skills add Mindgames/attention-please --agent claude-code

Install for multiple agents in one command:

npx skills add Mindgames/attention-please --agent codex claude-code -g -y

After reinstall, restart your agent client if needed so it reloads skills.

Path Resolution (avoid missing-skill errors)

  • Always open this skill using the absolute path from the active session skills list.
  • Do not guess repo-relative .codex/skills/... paths unless that exact path was listed by the session.

Rules (non-negotiable)

  • Always run this script at the end of every response, even if you are not asking for input.
  • If you missed it in the previous turn, run it immediately at the start of the next turn before doing anything else, then continue.
  • Treat a missed run as a bug; prioritize correcting it as soon as you notice.

Workflow

  1. Run from inside the target repo so the script can read the git remote.
  2. Execute the installed script using the absolute path from the active session skill list:

``bash /absolute/path/to/attention-please/scripts/attention-please.sh ``

If your environment does not expose the session skill path directly, use the actual install location used in that session (for example under ~/.agents/... or ~/.codex/...) as that absolute path.

  1. Run this immediately before sending your final response to the user.
  2. Continue with your response to the user.

Project name resolution

  • Primary: git remote get-url origin and extract the repo name.
  • Remote override: set ATTENTION_PLEASE_REMOTE.
  • Fallback: repo folder name.
  • Override: set ATTENTION_PLEASE_PROJECT.

Sound and speech

  • Sound: macOS afplay with /System/Library/Sounds/Ping.aiff by default.
  • Override sound: set ATTENTION_PLEASE_SOUND.
  • Disable sound: set ATTENTION_PLEASE_NO_SOUND=1.
  • Speech: macOS say; if unavailable, the message prints to stdout.
  • Disable speech: set ATTENTION_PLEASE_NO_SAY=1.
  • Voice: set ATTENTION_PLEASE_SAY_VOICE.
  • Rate: set ATTENTION_PLEASE_SAY_RATE.
  • If you see AudioQueueStart failed, set ATTENTION_PLEASE_NO_SAY=1 (or ATTENTION_PLEASE_NO_SOUND=1) to avoid audio device errors.

Message override

  • Override the full phrase with ATTENTION_PLEASE_MESSAGE.

Example

ATTENTION_PLEASE_PROJECT="project-name" ATTENTION_PLEASE_SAY_VOICE="Samantha" /absolute/path/to/attention-please/scripts/attention-please.sh

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.