shanraisshan/time-fetcher
Instructions for fetching current Dubai time via bash command
npx skills add https://github.com/shanraisshan/claude-code-best-practice --skill time-fetcher
TZ='Asia/Dubai' date '+%Y-%m-%d %H:%M:%S %Z'
YYYY-MM-DD HH:MM:SS +04 (Gulf Standard Time)
Provide the following fields:
time: Just the time portion (HH:MM:SS)timezone: "GST (UTC+4)"formatted: The full output string from the commandTake shanraisshan/time-fetcher from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.