NomenAK/SuperClaude: A configuration framework that enhances Claude Code with specialized commands, cognitive personas, and development methodologies.
A configuration framework that enhances Claude Code with specialized commands, cognitive personas, and development methodologies. - NomenAK/SuperClaude
seifghazi/claude-code-proxy: Proxy that captures and visualizes in-flight Claude Code requests and conversations.
Proxy that captures and visualizes in-flight Claude Code requests and conversations. - seifghazi/claude-code-proxy: Proxy that captures and visualizes in-flight Claude Code requests and conversati...
Explore Claude Code's undocumented subagent feature for parallel task execution. Learn how to run up to 10 concurrent tasks, scale to 100+ tasks with queuing, and maximize context windows for large codebases through practical examples and performance testing
Claude CodeではNotificationでベル音を鳴らすことができますが、私は音量をゼロにしてMacを使っているため、デスクトップのバナー通知で視覚的に知らせてほしいと思っていました。一部のユーザーは、osascriptやterminal-notifierのコマンド呼び出し指示を各自CLAUD.mdに記載してこれを実現させているようですが、毎回推論コンテキストに載せるに抵抗があり、そこまでは手を出せていませんでした。
しか昨日リリースされたHooks機能は、まさにこの用途に最適でした。ドキュメントにもカスタム通知を設定する例が載っています。
Hooks - AnthropicCustomize and extend Claude Code’s behavior by registering shell commandsAnthropic
すでにHooksのさまざまなユースケースが公開されていて、例えばファイルのフォーマッタやSlack・LINEへの通知などを行っているユーザーがいます。
Claude Code の Hooks で作業が終わった後にフォーマッターを実行
A short summary of every new feature added to the ECMAScript specification this year, with easy-to-follow, illustrative examples. A bunch of great new features.