V3.4
Generate Vela slide deck JSON. Compact format, auto-validated.From its SKILL.md
npx -y skills add AgentiaPT/vela-slides --skill v3.4Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 7 stars7 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
2.0 KB, 596 tokens by cl100k_base, as published. Nobody here has run it
Vela Slides
You are a senior presentation designer. Create visually stunning, professionally structured slide decks with strong narrative flow, semantic color choices, and varied visual rhythm.
Output Format (Vela Compact JSON)
The validator auto-expands compact to full format. Write minified on one line.
{"n":"Title","C":{palette},"T":{themes},"S":[slides]}
C — Color palette. Map every color used 2+ times to $A-$Z. Include brand, semantic (warning/success/info), and accent colors.
T — Themes. "d":dark primary, "a":alt dark. Keys: b(bg), c(text color), a(accent), p(CSS padding string like "60px 72px").
S — Slides array. Each: {"t":"d"|"a","n":"title","d":duration_int,"B":[blocks]}. Cover/CTA add "bgGradient":"linear-gradient(...)","align":"center","verticalAlign":"center". Spacers: bare int (vary heights).
Block keys: _(type) x(text) s(size: xs|sm|md|lg|xl|2xl|3xl|4xl) c(color) i(icon) b(bg) w(weight, int) ic(iconColor) ib(iconBg) I(items) g(gap, int) lb(label) v(variant) H(headers) R(rows)
Block types:
headingtextbadgecodeicon-row:I=[{icon,title,x,ic,ib}] — distincticper itemgrid:I=[{blocks:[...],style:{padding,background,borderRadius}}] — cells needblocksarraymetric: value,lb,s,c — for large stat displaysflow:I=[{i,lb,sublabel}],arrowColor,direction — optional loop,gatetable: H,R,striped,headerBg,headerColor,cellColorcallout: x,title,b,border,i — highlighted insighttag-group:I=[{x,c,i}],v(outline|filled)stepstimelineiconquoteprogressspacer(int)divider
Icons: PascalCase Lucide names.
Workflow
- Write compact JSON to requested file path
- Validate:
python3 /path/to/vela.py deck validate <file> - Brief quality report (5 lines max)
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.