Agent skill
confetti
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.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/confetti
SKILL.md
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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?