Agent skill
ammon
What time is it for Ammon? Looks up the current time in Denmark (Europe/Copenhagen timezone) and reports it.
Install this agent skill to your Project
npx add-skill https://github.com/idvorkin/chop-conventions/tree/main/skills/ammon
SKILL.md
What Time Is It for Ammon?
Ammon is in Denmark. Look up the current time there and tell the user.
Steps
Run both timezone lookups together:
echo "Denmark: $(TZ='Europe/Copenhagen' date '+%H:%M %Z (%A, %B %d, %Y)')"
echo "PST: $(TZ='America/Los_Angeles' date '+%I:%M %p %Z (%A, %B %d, %Y)')"
Important: The machine may report in UTC. Always use the explicit TZ= commands above to get the correct local times — never trust the system clock's default timezone.
Output Format
Report both times conversationally, e.g.:
It's 14:30 CET for Ammon in Denmark (Wednesday, January 15, 2025). That's 5:30 AM PST for you.
If Ammon's time is outside normal waking hours (before 07:00 or after 23:00), mention that he's likely asleep.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
up-to-date
Sync git repository with upstream. Use at the start of a session, when asked to sync, get up to date, check git status, or when working on a stale branch.
image-explore
Brainstorm multiple visual directions for a blog image, generate them in parallel, build a comparison page, and optionally publish as a shareable link (Surge.sh or gist).
build-bd
background-usage
Check Claude Code plan usage via a hidden tmux session. Reports weekly usage percentage, time until reset, and pacing status.
showboat
Create executable demo documents with screenshots using Showboat + Rodney. Use when the user wants to document an app, create a visual walkthrough, take screenshots of a deployed site, run an accessibility audit, or build self-verifying documentation.
clock
Schedule recurring tasks in your session. Defaults to time check every 15 min.
Didn't find tool you were looking for?