notify CLAUDE.md

notify CLAUDE.md is an instructions file for coding agents from enescaakir/notify. It costs 496 tokens per session, scanned A, original, MIT.

Project instructions for a Windows Claude Code plugin that shows Windows toast notifications and plays sounds when coding-agent events occur. PowerShell scripts handle events such as stopping, requesting permission, and finishing a tool action.

In plain words
What is it for?
Maintaining hook bindings and notification behavior for agent completion, permission requests, and post-tool cleanup.
Why use it?
They explain how the notification scripts coordinate, including how delayed permission alerts are cancelled when the action finishes quickly.

Instructions file

Installs and runs on its own, but its text points at files inside the plugin that ships it — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed.

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.

agentmods
npx agentmods add instructions/enescaakir/notify/claude-md
Clone the repo
git clone --depth 1 https://github.com/enescaakir/notify

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 notify CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/enescaakir/notify/claude-md.svg)](https://agentmods.dev/instructions/enescaakir/notify/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/enescaakir/notify/claude-md"><img src="https://agentmods.dev/badge/instructions/enescaakir/notify/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 496 This file is loaded in full into every session.
When invoked 496 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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.00496 $0.00496
Opus 5 $0.00248 $0.00248
Sonnet 5 $0.00099 $0.00099
Haiku 4.5 $0.00050 $0.00050

Measured 5d ago against content hash 915a4646d899, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

notify CLAUDE.md 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 5d 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.

CLAUDE.md · 46 lines

What it actually says

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Plugin Overview

Claude Code plugin for Windows — fires toast notifications + audio on hook events. No build step. No tests. Edit files directly.

Architecture

File Role
.claude-plugin/plugin.json Plugin manifest (name, version, author)
hooks/hooks.json Hook event bindings
hooks/notify.ps1 Generic notifier — accepts -Title, -Message, -Sound params; used by Stop
hooks/notify-permission.ps1 Permission notifier — writes marker file, starts 3s delayed notification
hooks/notify-post.ps1 Post-tool cleanup — removes marker file to cancel pending notification
assets/claude-logo.jpg App logo shown in toasts

Hook Event Logic

Stopnotify.ps1 with fixed title/message/sound. Simple.

PreToolUsenotify-permission.ps1:

  1. Reads stdin JSON → extracts tool_name
  2. Writes marker file %TEMP%\claude-perm-<tool>.pending
  3. Starts background PS: waits 3s, checks marker still exists, fires toast if so

PostToolUsenotify-post.ps1:

  1. Reads tool_name from stdin
  2. Removes marker file → cancels pending notification

Auto-approved tools: PostToolUse removes marker before 3s → no toast. Tools needing permission: user sees prompt while 3s expires → toast fires.

Dependencies

  • BurntToast PowerShell module: Install-Module BurntToast -Scope CurrentUser
  • Windows only (WPF PresentationCore + Windows toast APIs)
  • Built-in Windows sounds at C:\Windows\Media\ must exist

Extending

Add new event to hooks/hooks.json under the hook name (e.g. UserPromptSubmit). Call notify.ps1 with custom params, or write a new script for custom logic. ${CLAUDE_PLUGIN_ROOT} resolves to plugin root at runtime.

Active hooks: PreToolUse, PostToolUse, Stop. Do not duplicate these.

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. 5d ago First seen · 46 lines · 496 tokens per session scan A 915a4646d899

Subscribe to this mod's changes

notify CLAUDE.md is an instructions file published in the GitHub repository enescaakir/notify (9 stars, last pushed 4mo ago), licensed MIT. It adds 496 tokens to every session, about $0.0025 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-31.