CtrlK
BlogDocsLog inGet started
Tessl Logo

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.

72

Quality

87%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

92%Weight 40%Scale 1-5

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

A tight, well-organized single-purpose skill with an executable command and clear output contract. The only nit is mild redundancy between the intro, Task, and Requirements sections.

Suggestions

Drop the redundant '## Task' line (it restates the intro) or merge it into the intro to remove a token-redundant section.

Trim the 'Always use the Asia/Karachi timezone (UTC+5)' requirement since the executable command already encodes TZ='Asia/Karachi'; keep only the 24-hour and date-inclusion notes that are not obvious from the command.

DimensionReasoningScore

Conciseness

The body is lean and gives an executable command plus output format with little padding, but the 'Task' section restates the intro and 'Requirements' repeats the Asia/Karachi detail already embedded in the command, leaving minor trimmable redundancy.

4 / 5

Actionability

It provides a fully executable, copy-paste-ready bash command with the exact TZ and format string, plus a concrete output template covering the single common case.

5 / 5

Workflow Clarity

As a simple single-purpose read-only skill, its two steps (run command, display formatted result) are unambiguous and well-sequenced; no validation checkpoint is needed since the operation is non-destructive.

5 / 5

Progressive Disclosure

Under 50 lines with no need for external references, it is organized into clear sections (Task, Instructions, Requirements), which satisfies the simple-skill exception for full marks.

5 / 5

Total

19

/

20

Passed

Description

82%Weight 40%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A clear, third-person description that concretely states both capability and trigger conditions for a narrow niche. Minor room to expand specificity beyond the single 'display' action, but otherwise strong.

DimensionReasoningScore

Specificity

It names the domain and one concrete action ('Display the current time in Pakistan Standard Time'), but coverage is a single action rather than multiple specific ones, matching the '1-2 concrete actions' anchor.

3 / 5

Completeness

It explicitly answers both 'what' ('Display the current time in Pakistan Standard Time (PKT, UTC+5)') and 'when' ('Use when the user asks for the current time, Pakistan time, or PKT') with concrete trigger phrases.

5 / 5

Trigger Term Quality

Natural phrases 'current time', 'Pakistan time', and 'PKT' are all terms a user would say; coverage is good for this niche though a few synonyms (e.g. 'what time is it') are absent.

4 / 5

Distinctiveness Conflict Risk

The Pakistan/PKT niche with UTC+5 and PKT triggers is highly specific with minimal overlap risk against other skills.

5 / 5

Total

17

/

20

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
shanraisshan/claude-code-best-practice
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.