shanraisshan/claude-code-best-practice

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.

First seen Mar 15, 2026

Installation

$ npx skills add shanraisshan/claude-code-best-practice --skill time-skill

Also in this package

Other skills from shanraisshan/claude-code-best-practice.

npx skills add shanraisshan/claude-code-best-practice

Browse all from shanraisshan/claude-code-best-practice

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 65.8K
License LICENSE
Default branch main
Open issues 5
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 807 B
  • docs SUMMARY.md 150 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 275 installs

SKILL.md

Time Skill

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' ``

  1. 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