Time Skill

SkillAI & models

Lets your agent show the current time in Pakistan Standard Time.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Time Skill skill

About this capability

Display the current time in Pakistan Standard Time (PKT, UTC+5). Use when the user asks for the current time, Pakistan time, or PKT.

What this skill tells your AI

The instructions your AI receives, as published by shanraisshan/claude-code-best-practice in .claude/skills/time-skill/SKILL.md and read by ahel’s review.

This skill displays the current date and time in Pakistan Standard Time (PKT).

Task

Display the current date and time in Pakistan Standard Time (UTC+5).

Instructions

  1. Get Current Time: Run the following bash command:

    TZ='Asia/Karachi' date '+%Y-%m-%d %H:%M:%S %Z'
    
  2. Display Result: Show the time in this format:

    Current Time in Pakistan (PKT): YYYY-MM-DD HH:MM:SS PKT
    

Requirements

  • Always use the Asia/Karachi timezone (UTC+5)
  • Use 24-hour format
  • Include the date alongside the time
  • Keep the output concise — no extra commentary

Signals

GitHub stars
66k
Forks
7k
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
time-skill
Source
github.com/shanraisshan/claude-code-best-practice