mcpbeat

Time Skill

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.

201 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
63976
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/shanraisshan/claude-code-best-practice --skill time-skill

The instruction itself

4 sections, as written by the author

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

  • 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

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

How to use it

Copy the folder

Take shanraisshan/time-skill from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

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.