Time svg creator
Skill shekerkamma/cc-best-practice/agent-teams/.claude/skills/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.From its SKILL.md
npx -y skills add shekerkamma/cc-best-practice --skill time-svg-creatorAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.2 KB, 223 tokens by cl100k_base, as published. Nobody here has run it
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.mdusing 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
What ships with it: 2 files
5.2 KB alongside SKILL.md
- examples.md2.9 KB
- reference.md2.3 KB