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.
pinned to #e062d7cupdated 3 months ago
Ask your AI client: “install skills/time-skill”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install skills/time-skillmetahub onboarded this repo on the author's behalf.
If you own github.com/shanraisshan/claude-code-best-practice on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
62,401
Last commit
3 months ago
Latest release
published
- #agentic-ai
- #agentic-coding
- #agentic-engineering
- #agentic-workflow
- #ai
- #ai-agents
- #anthropic
- #best-practices
- #boris
- #claude
- #claude-ai
- #claude-code
- #claude-code-agents
- #claude-code-best-practices
- #claude-code-commands
- #claude-code-skills
- #context-engineering
- #pakistan
- #pakistani-developer
- #vibe-coding
About this skill
Pulled from SKILL.md at publish time.
This skill displays the current date and time in Pakistan Standard Time (PKT).
Automated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.e062d7c· 3 months ago
Documentation
4 passed1 warningREADME has usage / example sectionswarn
README has no Usage / Example / Quick start / Installation heading at any level
Add a `# Usage`, `## Quick start`, or similar section so end users can copy/paste a working invocation. Code blocks alone work too if there are several.
Description quality
23 words · 132 chars — "Display the current time in Pakistan Standard Time (PKT, UTC+5). Use when the us…"
README is present and substantial
73,969 chars · 17 sections · 1 code block
Tags / topics declared
20 total — agentic-ai, agentic-coding, agentic-engineering, agentic-workflow, ai, ai-agents (+14)
Homepage / docs URL declared
https://linkedin.com/in/shanraisshan
Release history
1- releasecurrente062d7cwarn3 months ago
Contents
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/Karachitimezone (UTC+5) - Use 24-hour format
- Include the date alongside the time
- Keep the output concise — no extra commentary
Reviews
No reviews yet. Be the first.
Related
Verification Before Completion
Evidence before assertions, always
Writing Plans
Turn specs into phased implementation plans
Test-Driven Development
Red → green → refactor discipline for any feature or bugfix
mh install skills/time-skill