Skip to main content

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.

跳到安装

来源信息

仓库
shanraisshan/claude-code-best-practice
最近来源活动
2026年3月12日 13:30
检测到的 SKILL.md 语言
英语
星标
65,954
分支
6,545

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

文件资源管理器
3 个文件

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
time-svg-creator
description
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.
allowed-tools
Write, Read
# 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)
在 GitHub 查看