exec_call
System command execution
Line 561Snippets
const result = /^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(hex); const result = /^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(hex);fs_write
Filesystem write access
Filesystem write access
Line 995Snippets
import { readdir, readFile, writeFile } from "fs/promises"; await writeFile(outputPath, sprite);import { readdir, readFile, writeFile } from "fs/promises"; await writeFile(outputPath, sprite);fs_read
Filesystem read access
Filesystem read access
Line 995Snippets
import { readdir, readFile, writeFile } from "fs/promises";import { readdir, readFile, writeFile } from "fs/promises"; const files = await readdir(iconDir); const content = await readFile(`${iconDir}/${file}`, "utf-8");import { readdir, readFile, writeFile } from "fs/promises";Trust Score
Updated last month
Analyzed
Mar 31, 2026, 3:58 PM
+ 2 previous scans
Compatible with
Skill details
Updated last month
Analyzed Mar 31, 2026, 3:58 PM
Description
Apply typography, color theory, spacing systems, and iconography principles to create cohesive visual designs. Use when establishing design tokens, building style guides, or improving visual hierarchy and consistency.
Recent scans
Mar 31, 2026, 3:58 PM
Latest analysis
Mar 31, 2026, 3:13 PM
Run 2
Mar 27, 2026, 3:54 PM
Run 1