shanraisshan/time-skill
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 skills add https://github.com/shanraisshan/claude-code-best-practice --skill time-skill
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).
TZ='Asia/Karachi' date '+%Y-%m-%d %H:%M:%S %Z'
Current Time in Pakistan (PKT): YYYY-MM-DD HH:MM:SS PKT
Asia/Karachi timezone (UTC+5)Take shanraisshan/time-skill 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.