From theclauu
Use when you want to configure macOS or iTerm2 notifications for Claude Code sessions.
npx claudepluginhub artemis-xyz/theclauu --plugin theclauuThis skill uses the workspace's default tool permissions.
Get notified when Claude needs your attention.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Get notified when Claude needs your attention.
A notification hook is configured in ~/.claude/settings.json that sends a macOS notification when Claude needs input.
For even better notifications, enable iTerm2's built-in alert:
Now iTerm2 will notify you when any terminal tab has been waiting for input.
Tab Naming: Right-click a tab → "Edit Tab Title" to name your Claude sessions (e.g., "Claude 1 - Feature A")
Tab Colors: Right-click a tab → "Tab Color" to color-code different worktrees/tasks
Badge: Show current directory or custom text in the terminal background:
\(session.path)You can also manually trigger a notification:
osascript -e 'display notification "Message here" with title "Claude Code"'
To test the notification hook works, Claude will trigger it when asking for input during long-running tasks.