Confetti
All things related to my Codex agents running on MacOS
npx -y skills add IvanCampos/agents --skill confettiAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 5 stars5 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Trigger a two-step confetti celebration by opening the Raycast confetti URL and speaking a phrase with the Alex voice. Use when the user asks to run confetti, celebrate, or trigger the confetti sequence.
SKILL.md
0.9 KB, as published. Nobody here has run it
Confetti
Overview
Run a fixed two-command celebration sequence.
Quick Start
scripts/run_confetti.sh
Optional control flags:
scripts/run_confetti.sh --wait
scripts/run_confetti.sh --async
Default behavior is optimized for performance:
- Interactive terminal (
TTY): waits for speech to finish. - Non-interactive automation: starts speech in background and returns immediately.
Tasks
Run confetti
- Execute
scripts/run_confetti.shto open Raycast confetti and speak the phrase.
Resources
scripts/
run_confetti.sh: Triggers confetti and speaks the phrase, with async fast path for automation.