Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Discord 通知運用を統一する。ユーザーが明示要求した場合にのみ通知し、タイトル規約 `[$REPO_NAME] Codex ...` と詳細本文ルール(数百文字・改行)を守って Deno スクリプトで Webhook 送信する。実行主体が Claude か Codex かを判定し、username を切り替える運用に対応する。
Discord 通知の運用ルールを守りつつ、~/.agents/skills/discord-notify/scripts/send_discord_notification.ts を直接実行して通知を送信する。
タイトルは必ず [$REPO_NAME] Codex ${実行内容の要約} 形式にする。
REPO_NAME は次のコマンドで取得する。
REPO_NAME=$(basename "$(git rev-parse --show-toplevel 2>/dev/null)" 2>/dev/null || echo "non-git")
Codex notification。Claude Code notification。--agent codex|claude または DISCORD_NOTIFY_AGENT を使う。--allow-env と --allow-net を付けて実行する。--title と --body を指定し、必要に応じてメンション・embeds・送信者情報を追加する。DISCORD_WEBHOOK_URL: 必須。--webhook-url 指定時は不要。DISCORD_USER_ID: 任意。--user-id 指定時は不要。DISCORD_NOTIFY_AGENT: 任意。codex または claude を指定して自動判定を上書きする。DISCORD_NOTIFY_USER_NAME: 任意。既定値は Codex notification。Claude 判定時は Codex を Claude Code に置換して使う。npx skills add yuki-yano/dotfiles --skill discord-notifyHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.