feat(voice-notify): ElevenLabs TTS notification skill #5

Merged
m3tam3re merged 1 commits from feat/voice-notify-skill into master 2026-07-02 18:55:53 +02:00
Collaborator

Changes

  • skills/voice-notify/SKILL.md: Agent skill for audible notifications
  • skills/voice-notify/scripts/cruncher-notify.sh: Job wrapper with voice callback

Integration

Pairs with m3ta-nixpkgs/pkgs/talk (PR #17). Agents load this skill to know when and how to call talk.

Patterns

  1. Cruncher job wrapper: wraps any command, speaks result + duration
  2. Agent hook: AGENTS.md rule for post-task notification
  3. Post-build/test: Makefile or CI integration
## Changes - `skills/voice-notify/SKILL.md`: Agent skill for audible notifications - `skills/voice-notify/scripts/cruncher-notify.sh`: Job wrapper with voice callback ## Integration Pairs with `m3ta-nixpkgs/pkgs/talk` (PR #17). Agents load this skill to know when and how to call `talk`. ## Patterns 1. **Cruncher job wrapper**: wraps any command, speaks result + duration 2. **Agent hook**: AGENTS.md rule for post-task notification 3. **Post-build/test**: Makefile or CI integration
m3ta-chiron added 1 commit 2026-07-02 18:53:18 +02:00
- SKILL.md with integration patterns (cruncher jobs, agent hooks, post-build)
- scripts/cruncher-notify.sh wrapper for long-running jobs
- Voice toggle via VOICE_NOTIFY env var
m3tam3re merged commit 7c3a3c46f0 into master 2026-07-02 18:55:53 +02:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: m3tam3re/AGENTS#5