delayed-command
✓This skill should be used when the user asks to "run npm test after 30 minutes", "git commit after 1 hour", "wait 2h then deploy", "sleep 45m and run build", "after 10m run prettier", or provides a duration followed by a shell command to execute later.
Installation
SKILL.md
Wait for a specified duration, then execute a Bash command.
| Xs | 30s | 30 seconds | | Xm | 5m | 5 minutes | | Xh | 1h | 1 hour | | XhYm | 1h30m | 1 hour 30 minutes | | XhYmZs | 1h5m30s | 1 hour 5 min 30 s |
Set the Bash tool's timeout parameter to at least (seconds + 60) 1000 milliseconds.
This skill should be used when the user asks to "run npm test after 30 minutes", "git commit after 1 hour", "wait 2h then deploy", "sleep 45m and run build", "after 10m run prettier", or provides a duration followed by a shell command to execute later. Source: paulrberg/agent-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/paulrberg/agent-skills --skill delayed-command- Source
- paulrberg/agent-skills
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-12
- Updated
- 2026-02-18
Quick answers
What is delayed-command?
This skill should be used when the user asks to "run npm test after 30 minutes", "git commit after 1 hour", "wait 2h then deploy", "sleep 45m and run build", "after 10m run prettier", or provides a duration followed by a shell command to execute later. Source: paulrberg/agent-skills.
How do I install delayed-command?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/paulrberg/agent-skills --skill delayed-command Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/paulrberg/agent-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-12