agent-teams/.claude/skills/time-fetcher/SKILL.md
Instructions for fetching current Dubai time via bash command
npx skillsauth add shanraisshan/claude-code-best-practice time-fetcherInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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 commanddocumentation
Creates an SVG time card showing the current time for Dubai. Writes the SVG to agent-teams/output/dubai-time.svg and updates agent-teams/output/output.md.
documentation
Creates an SVG weather card showing the current temperature for Dubai. Writes the SVG to orchestration-workflow/weather.svg and updates orchestration-workflow/output.md.
development
Instructions for fetching current weather temperature data for Dubai, UAE from Open-Meteo API
tools
Display the current time in Pakistan Standard Time (PKT, UTC+5). Use when the user asks for the current time, Pakistan time, or PKT.