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
Cruncher job wrapper: wraps any command, speaks result + duration
Agent hook: AGENTS.md rule for post-task notification
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
- 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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Changes
skills/voice-notify/SKILL.md: Agent skill for audible notificationsskills/voice-notify/scripts/cruncher-notify.sh: Job wrapper with voice callbackIntegration
Pairs with
m3ta-nixpkgs/pkgs/talk(PR #17). Agents load this skill to know when and how to calltalk.Patterns