time-svg-creator

time-svg-creator is a skill for Claude Code from shanraisshan/claude-code-best-practice. It costs 39 tokens per session (273 once invoked), scanned A, original, MIT.

A small tool that turns supplied Dubai time values into a self-contained SVG time card and a Markdown summary file.

In plain words
What is it for?
Use it to create the Dubai time card and summary in the specified output folder, using the provided templates and exact input values.
Why use it?
It avoids manually formatting the time and keeps the visual card and written summary together.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to create the Dubai time card and summary in the specified output folder, using the provided templates and exact input values.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/shanraisshan/claude-code-best-practice/time-svg-creator
About the project

claude-code-best-practice is a repository of agents, commands, skills, hooks, plugins, and configuration guidance for Claude Code. It helps developers organize repeatable workflows and apply agentic engineering practices, including in monorepos. The catalogue entries are its reusable Claude Code workflow components.

shanraisshan/claude-code-best-practice · 65,798 stars · on GitHub · linkedin.com

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add shanraisshan/claude-code-best-practice --skill time-svg-creator
Clone the repo
git clone --depth 1 https://github.com/shanraisshan/claude-code-best-practice

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for time-svg-creator

README.md
[![agentmods](https://agentmods.dev/badge/skills/shanraisshan/claude-code-best-practice/time-svg-creator/github.svg)](https://agentmods.dev/skills/shanraisshan/claude-code-best-practice/time-svg-creator)
Your own site
<a href="https://agentmods.dev/skills/shanraisshan/claude-code-best-practice/time-svg-creator"><img src="https://agentmods.dev/badge/skills/shanraisshan/claude-code-best-practice/time-svg-creator/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for time-svg-creator

Your own site · 80×15
<a href="https://agentmods.dev/skills/shanraisshan/claude-code-best-practice/time-svg-creator"><img src="https://agentmods.dev/badge/skills/shanraisshan/claude-code-best-practice/time-svg-creator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 273 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Snyk pass 7 Sept 2026
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00039 $0.00273
Opus 5 $0.00019 $0.00137
Sonnet 5 $0.00008 $0.00055
Haiku 4.5 $0.00004 $0.00027

Measured 11d ago against content hash c5464a3aeb2b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

time-svg-creator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

agent-teams/.claude/skills/time-svg-creator/SKILL.md · 31 lines

What it actually says

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, 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

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
Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 31 lines · 39 tokens per session scan A c5464a3aeb2b

Subscribe to this mod's changes

time-svg-creator is a skill published in the GitHub repository shanraisshan/claude-code-best-practice (65,798 stars, last pushed yesterday), licensed MIT. It adds 39 tokens to every session and 273 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

r3f-animation

React Three Fiber animation - useFrame, useAnimations, spring physics, keyframes. Use when animating objects, playing GLTF animations, creating procedural motion, or implementing physics-based movement.

zebbern/claude-code-guide · 43 tokens

chart-image

Generate publication-quality PNG chart images from data, supporting line, bar, area, candlestick, pie, and heatmap charts. Triggers when the user asks to visualize data, create a graph, plot a time series, or generate a chart for a report, alert, or dashboard. Runs as a lightweight, headless Node.js process without a…

zebbern/claude-code-guide · 75 tokens

timeline-builder

Generate beautiful interactive timeline HTML pages from JSON data, with vertical, horizontal, or dual-side layouts, collapsible details, and custom colors. Ideal for project milestones, company histories, or resumes. Triggered when a user mentions 'timeline', 'history of events', 'project milestones', 'release log'…

zebbern/claude-code-guide · 74 tokens

ai-image-creator

Generate, edit-from-reference, or analyze images with AI via OpenRouter (gemini, geminipro, riverflow, flux2, seedream, gpt5, gpt5.4; Cloudflare AI Gateway BYOK). Also analyze a video (--analyze-video, read-only — no video generated) into a text description for video prompts. Use when the user asks to generate an…

centminmod/my-claude-code-setup · 136 tokens

remove-ai-marks

Strip multi-vendor AI provenance from owned files: hidden Unicode (Layer A), statistical sampling watermarks via rewrite (Layer B — always offer), and C2PA/EXIF/XMP/container metadata on PNG/JPEG/WebP/SVG/PDF/DOCX/ODT/HTML/MD. Covers Claude, Gemini/SynthID-class, OpenAI provenance surfaces, and open-LLM sampling…

ShadowAqueduct/watermark-remover · 135 tokens

yt-dlp

Download YouTube videos, audio, and subtitles/transcripts using yt-dlp.

ykdojo/safeclaw · 20 tokens