mcpbeat

Time Svg Creator

shanraisshan/time-svg-creator

Creates an SVG time card showing the current time for Dubai. Writes the SVG to agent-teams/output/dubai-time.svg and updates agent-teams/output/output.md.

2k tokens
context cost
the whole folder, loaded on every use
3
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-svg-creator

What comes with it

5 332 bytes besides the instruction
examples.md
reference.md

The instruction itself

5 sections, as written by the author

Time SVG Creator Skill

Creates a visual SVG time card for Dubai, UAE and writes the output files.

Task

You will receive three fields from the calling context: time, timezone, and formatted. Create an SVG time card and write both the SVG and a markdown summary.

Instructions

  • Create SVG — Use the SVG template from reference.md, replacing placeholders with actual values
  • Write SVG file — Write to agent-teams/output/dubai-time.svg
  • Write summary — Write to agent-teams/output/output.md using the markdown template from reference.md

Rules

  • Use the EXACT time values provided — NEVER re-fetch or recalculate
  • The SVG must be self-contained and valid
  • Both output files go in the agent-teams/output/ directory

Additional resources

  • For SVG template, output template, and design specs, see reference.md
  • For example input/output pairs, see examples.md

How to use it

Copy the folder

Take shanraisshan/time-svg-creator 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.