claude-voice-notify: Instructions file for Claude Code

CLAUDE.md

claude-voice-notify CLAUDE.md is an instructions file for Claude Code from kubouchiyuya/claude-voice-notify. It costs 1,467 tokens per session, scanned A, original, MIT.

Project instructions for Claude Code, including spoken notifications, voice settings, and provider configuration. Claude Code is a coding assistant that follows instructions while working in a project.

In plain words
What is it for?
Use them to configure voice notifications, choose a character or speech provider, adjust speech settings, and define when notifications are required.
Why use it?
They make voice feedback and required notification steps consistent during development.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md.

This is kubouchiyuya/claude-voice-notify's own configuration. It tells Claude Code how to work on claude-voice-notify itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything claude-voice-notify configures →

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /Users/kubouchiyuya/Projects/claude-voice-notify/notify.sh.

Reuse

Borrowing it

Nothing to install: this file belongs to kubouchiyuya/claude-voice-notify. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/kubouchiyuya/claude-voice-notify/main/CLAUDE.md
Clone the repo
git clone --depth 1 https://github.com/kubouchiyuya/claude-voice-notify

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/kubouchiyuya/claude-voice-notify/claude-md/github.svg)](https://agentmods.dev/instructions/kubouchiyuya/claude-voice-notify/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/kubouchiyuya/claude-voice-notify/claude-md"><img src="https://agentmods.dev/badge/instructions/kubouchiyuya/claude-voice-notify/claude-md/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 claude-voice-notify CLAUDE.md

Your own site · 80×15
<a href="https://agentmods.dev/instructions/kubouchiyuya/claude-voice-notify/claude-md"><img src="https://agentmods.dev/badge/instructions/kubouchiyuya/claude-voice-notify/claude-md.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 1,467 This file is loaded in full into every session.
When invoked 1,467 The same file — it is already loaded in full.
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.01467 $0.01467
Opus 5 $0.00733 $0.00733
Sonnet 5 $0.00293 $0.00293
Haiku 4.5 $0.00147 $0.00147

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

Security

Grade A, and why

claude-voice-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 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.

CLAUDE.md · 130 lines

How it starts

The opening of the file, as written. The whole thing — 130 lines — stays where its author put it; the contents beside it link to each section on GitHub.

claude-voice-notify

音声コマンド

NOTIFY="/Users/kubouchiyuya/Projects/claude-voice-notify/notify.sh"

# 読み上げ
$NOTIFY "メッセージ"                          # デフォルトキャラで読み上げ
$NOTIFY "メッセージ" complete 3 1.2           # タイプ/スピーカーID/速度指定

# キャラ管理
$NOTIFY list                                  # VOICEVOXキャラ一覧(★=現在)
$NOTIFY set-speaker 8                         # デフォルトキャラ変更(例: 春日部つむぎ)
$NOTIFY set-speed 1.2                         # デフォルト速度変更
$NOTIFY set-volume 0.5                        # デフォルト音量変更(0.0〜1.0)

# プロバイダー切り替え
$NOTIFY set-provider voicevox                 # VOICEVOX(デフォルト)
$NOTIFY set-provider google                   # Google Cloud TTS
$NOTIFY set-google-key <API_KEY>              # Google APIキー設定
$NOTIFY set-google-voice ja-JP-Neural2-B      # Google音声名変更

# オン/オフ
$NOTIFY on / off / status

# 設定パネル(キャラ・速度・音量・方言・エンジン)
/Users/kubouchiyuya/Projects/claude-voice-notify/settings.sh

VS Code からの設定アクセス

  • Cmd+Shift+P → 「Tasks: Run Task」→「⚙️ VB設定パネル」
  • または settings.sh を直接実行

絶対に音声で通知する場面(必須・スキップ不可)

以下の場面では、音声通知がONである限り必ずnotify.shを呼ぶこと。

  1. タスク開始時 — 指示を受けたら、作業前に「これから何をするか」を宣言する
  2. 作業が止まる時 — ユーザーの入力・判断待ちで開発が停止する全ての場面
  3. 承認・許可を求める時 — ファイル削除、デプロイ、破壊的変更の前
  4. 選択肢を提示する時 — 複数のアプローチからユーザーに選んでもらう時
  5. タスク完了時 — 一連の作業が終わった時(必ず完了報告する)
  6. エラー発生時 — ビルドエラー、実行エラー、接続エラー等
# タスク開始時(必須)
notify.sh "了解しました。これからログイン機能を実装します"
notify.sh "バグの調査を開始します。まずエラーログを確認します"

# 作業が止まる時(必須)
notify.sh "作業が止まっています。APIキーが必要です。設定してもらえますか?" confirm
notify.sh "質問があります。テストデータはどのような形式にしますか?" confirm

# 承認を求める時(必須)
notify.sh "確認です。本番環境にデプロイしますか?この操作は取り消せません" confirm

# 完了報告(必須)
notify.sh "ログイン機能の実装が完了しました。JWT認証を使っています"

# 選択肢がある時(必須)
notify.sh "2つの方法があります。どちらにしますか?" confirm

音声通知ルール

タスク完了時 — 具体的に何をしたか説明する

notify.sh "ログイン機能の実装が完了しました。JWT認証を使っています"  # 良い
notify.sh "タスクが完了しました"  # ← 禁止。汎用メッセージは使わない

確認・質問時 — 何を確認したいか明確に

notify.sh "確認です。データベースのテーブルを削除してよいですか?" confirm

エラー時 — 原因と対処を説明

notify.sh "ビルドエラーです。型エラーが3件あります" error

Read the full file on GitHub · 130 lines

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 · 130 lines · 1,467 tokens per session scan A 03079ae4fa07

Subscribe to this mod's changes

claude-voice-notify CLAUDE.md is an instructions file published in the GitHub repository kubouchiyuya/claude-voice-notify (1 stars, last pushed 5mo ago), licensed MIT. It adds 1,467 tokens to every session, about $0.0073 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.

Related

Other instructions, from other repositories

next.js AGENTS.md

AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.

vercel/next.js · 7,296 tokens

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,153 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens

spec-kit AGENTS.md

AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.

github/spec-kit · 7,104 tokens

langchain AGENTS.md

AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.

langchain-ai/langchain · 4,469 tokens

vscode oss-third-party-notices.instructions.md

Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).

microsoft/vscode · 5,001 tokens