---
name: Time SVG Creator
slug: time-svg-creator
category: Frontend
description: Time SVG Creator creates a visual SVG time card showing the current time for Dubai and writes it to agent-teams/output/dubai-time.svg. Use it when you need a self-contained SVG time card and markdown summary from provided time values.
github: "https://github.com/shanraisshan/claude-code-best-practice/tree/main/agent-teams/.claude/skills/time-svg-creator"
language: HTML
stars: 64413
forks: 6396
install: "npx degit https://github.com/shanraisshan/claude-code-best-practice/tree/main/agent-teams/.claude/skills/time-svg-creator ~/.claude/skills/time-svg-creator"
installs_to: ~/.claude/skills/time-svg-creator
source_path: agent-teams/.claude/skills/time-svg-creator/SKILL.md
collection_size: 10
category_size: 567
collection_url: "https://dirskills.com/collections/shanraisshan/claude-code-best-practice"
added: 2026-08-13T07:36:43.750Z
last_synced: 2026-08-13T07:36:43.750Z
canonical_url: "https://dirskills.com/skills/time-svg-creator"
---

# Time SVG Creator

Time SVG Creator creates a visual SVG time card showing the current time for Dubai and writes it to agent-teams/output/dubai-time.svg. Use it when you need a self-contained SVG time card and markdown summary from provided time values.

**Install:**

```bash
npx degit https://github.com/shanraisshan/claude-code-best-practice/tree/main/agent-teams/.claude/skills/time-svg-creator ~/.claude/skills/time-svg-creator
```

## README

# 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

1. **Create SVG** — Use the SVG template from [reference.md](reference.md), replacing placeholders with actual values
2. **Write SVG file** — Write to `agent-teams/output/dubai-time.svg`
3. **Write summary** — Write to `agent-teams/output/output.md` using the markdown template from [reference.md](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](reference.md)
- For example input/output pairs, see [examples.md](examples.md)
