.claude/skills/time-skill/SKILL.md
Display the current time in Pakistan Standard Time (PKT, UTC+5). Use when the user asks for the current time, Pakistan time, or PKT.
npx skillsauth add shanraisshan/claude-code-best-practice time-skillInstall 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.
This skill displays the current date and time in Pakistan Standard Time (PKT).
Display the current date and time in Pakistan Standard Time (UTC+5).
Get Current Time: Run the following bash command:
TZ='Asia/Karachi' date '+%Y-%m-%d %H:%M:%S %Z'
Display Result: Show the time in this format:
Current Time in Pakistan (PKT): YYYY-MM-DD HH:MM:SS PKT
Asia/Karachi timezone (UTC+5)documentation
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.
data-ai
Instructions for fetching current Dubai time via bash command
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