Back to list
LLLLimbo

reminder

by LLLLimbo

0🍴 0📅 Jan 20, 2026

SKILL.md


name: reminder description: Play audio alerts via ffplay when Codex finishes a task, encounters an error/abort, or needs user help; use in WSL environments with the reminder-tool audio prompts and map events to TASK_FINISHED, ERROR, or NEED_HELP.

Reminder

Overview

Use ffplay to play short MP3 alerts for task completion, errors, or help-needed moments. Keep usage optional and non-intrusive.

Workflow

  1. Determine the event type.
    • Task completed successfully -> TASK_FINISHED
    • Task failed or aborted -> ERROR
    • Waiting for user input or blocked -> NEED_HELP
  2. Play the matching sound once with ffplay (avoid repeated alerts for the same event).
  3. If ffplay is unavailable or playback fails, continue without blocking and optionally mention the missing dependency.

Command usage

Use ffplay with no display and auto-exit:

ffplay -nodisp -autoexit assets/audio/TASK_FINISHED.mp3
ffplay -nodisp -autoexit assets/audio/ERROR.mp3
ffplay -nodisp -autoexit assets/audio/NEED_HELP.mp3

Notes

  • Audio files live in assets/audio/*.mp3; adjust the path if you store them elsewhere.
  • Audio playback requires WSL audio support and ffplay in PATH.

Score

Total Score

40/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon