agentsclimarketplace

V3.1 fast

Skill AgentiaPT/vela-slides/evals/skills/v3.1-fast

Vela Slides - AI Powered presentation App and Agent Skill

Install
npx -y skills add AgentiaPT/vela-slides --skill v3.1-fast

Assembled 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.
  • 6 stars6 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.

What its author says it does

Copied from the file, not written here

Generate Vela slide deck JSON. Self-contained, speed-optimized.

SKILL.md

2.2 KB, as published. Nobody here has run it

Vela Slides — Speed Mode

Generate the deck JSON and write it to the requested file path in ONE tool call. Do NOT validate, do NOT read files, do NOT run CLI commands. Just write the JSON.

Compact JSON Format

{"n":"Title","C":{palette},"T":{themes},"S":[slides]}

Palette C: "$A":"#hex" for colors used 2+. Use 2+ accents. Themes T: "d":dark(b,c,a,p), "a":alt(different b), "l":light. p=CSS padding. Slides S: t=theme, n=title, d=duration(int), B=blocks. Spacers: bare int. Blocks: _=type, x=text, s=size, 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

heading(x,s:xs-4xl,w,i) · text(x,s,c) · badge(x,c,b,i) · code(x,lb) icon-row(I=[{icon,title,x,ic,ib}], distinct ic) · tag-group(I=[{x,c,i}],v) · bullets(I) table(H,R,striped,headerBg,headerColor) · grid(cols,g,I=[{blocks,style}]) · metric(value,lb,s,c,i) flow(I=[{i,lb,sublabel,gate}],arrowColor,direction,loop,loopLabel) · steps(I=[{title,x}],lineColor) · timeline(I=[{date,title,x}]) icon(name,s,c,b,circle) · callout(x,title,b,border,i) · quote(x,author) · progress(I=[{lb,value,c}]) · spacer(int) · divider

Rules

  • 960×540 canvas. Padding CSS string "36px 48px".
  • Group slides into items (sections). 3-6 slides per item.
  • Assertion headlines ("AI Cuts Time 60%"), never labels.
  • Alternate "d"/"a" themes. bgGradient on cover+CTA+section breaks. 1+ "l" slide in 10+ slide decks.
  • Badge on every content slide. icon-row: distinct ic per item.
  • Problem slides: grid with metric cards (styled cell bg, warning colors).
  • Solution slides: flow + callout with key stat.
  • CTA: tag-group with links.
  • Duration: title 15-30s, content 60-90s.
  • Max 5-7 blocks/slide.
  • Icons: PascalCase Lucide.

SPEED INSTRUCTION

Write the complete deck JSON to the requested file in a SINGLE Write tool call. No validation, no CLI, no reads. One call, done.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.