ワンクリックで
ammon
What time is it for Ammon? Looks up the current time in Denmark (Europe/Copenhagen timezone) and reports it.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
What time is it for Ammon? Looks up the current time in Denmark (Europe/Copenhagen timezone) and reports it.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Surface open PRs that have genuinely unaddressed review feedback, filtering out CodeRabbit auto-summaries and CI-bot noise. Use before ending a session, when asked "which of my PRs need attention", or to gate a session close on unresolved review threads.
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.
Analyze content and generate illustrations via Gemini image API
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).
Bulk-parallel CLIs — turn N sequential gh/bd/git/file tool calls into a single fan-out JSON call. Use when the session is about to fire ≥3 similar sequential calls (gh pr view, bd show, Read of small files, up-to-date diagnose across repos).
Extract durable lessons from a completed Claude session and codify them in the right CLAUDE.md files or skills. Use at the end of a long session, after a bug hunt that surfaced a non-obvious constraint, or when the user asks "what can we learn from this session". Discovers CLAUDE.md files dynamically, routes lessons by generic scope (project / shared conventions / environment / machine-local), enforces neutral voice, and asks for approval before editing.
| name | ammon |
| description | What time is it for Ammon? Looks up the current time in Denmark (Europe/Copenhagen timezone) and reports it. |
| allowed-tools | Bash |
Ammon is in Denmark. Look up the current time there and tell the user.
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.
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.