time-skill
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/Karachitimezone (UTC+5) - Use 24-hour format
- Include the date alongside the time
- Keep the output concise — no extra commentary
More from shanraisshan/claude-code-best-practice
weather-fetcher
Instructions for fetching current weather temperature data for Dubai, UAE from Open-Meteo API
123agent-browser
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.
110weather-svg-creator
Creates an SVG weather card showing the current temperature for Dubai. Writes the SVG to orchestration-workflow/weather.svg and updates orchestration-workflow/output.md.
71weather-transformer
Instructions for applying mathematical transformations to temperature data based on rules in orchestration-workflow/input.md
15