text-to-lottie

작성자: diffusionstudio

사용자가 로컬 스키아 플레이어에서 렌더링되는 Lottie(Bodymovin) JSON 애니메이션을 제작합니다. 사용자가 Lottie 애니메이션을 생성, 편집, 수정하거나 "애니메이션"을 로드해 달라고 요청할 때 사용하세요.

npx skills add https://github.com/diffusionstudio/lottie --skill text-to-lottie

Text To Lottie

Author production-ready Lottie JSON for the official local Skia Skottie player. The deliverable is a renderable scene in the player, not isolated JSON.

Operating Model

  • Use the official player project and verify in Skia Skottie. Do not hand-roll a custom viewer or switch renderers for verification.
  • Keep the skill portable across Agent Skills clients. Avoid host-specific commands, command modes, or orchestration conventions in skill instructions.
  • Prefer fewer questions and stronger defaults. Ask only when a decision changes the output materially, such as transparent vs full-frame background, brand constraints, target format, or supplied source assets.
  • Prioritize clean, intentional, professional motion over merely satisfying the literal prompt.

Reference Loading

This SKILL.md is the thin control plane. Load only one-level references that match the task. Do not open the whole reference library.

Always read references/player-contract.md before creating, editing, fixing, or verifying a scene. If a routed reference is unavailable, continue using the inline rules in this file.

User intentReferences to read when present
Any new/edit/fix Lottie scenereferences/player-contract.md
JSON structure, keyframes, slots, shapes, assetsreferences/lottie-spec-map.md
Logo animationreferences/recipe-logo.md, references/motion-taste.md, references/design-taste.md
Typography, title, quote, text revealreferences/recipe-typography.md, references/design-taste.md, references/motion-taste.md
Lower third, name tag, caption bar, overlayreferences/recipe-lower-thirds.md, references/design-taste.md, references/motion-taste.md
Loader, icon, spinner, badge animationreferences/recipe-loaders-icons.md, references/motion-taste.md
Success, error, warning, completion, empty statereferences/recipe-loaders-icons.md, references/design-taste.md, references/motion-taste.md
UI microinteractionreferences/recipe-ui-microinteractions.md, references/design-taste.md, references/motion-taste.md
Generic "animate this SVG" or SVG-to-Lottiereferences/recipe-svg-animation.md, references/svg-compatibility.md, references/motion-taste.md
Camera follow, pan, zoom, parallax, scene motionreferences/recipe-camera-scene-motion.md, references/design-taste.md, references/motion-taste.md
Diagram, technical line animation, callout, flow tracereferences/recipe-diagram-technical.md, references/design-taste.md, references/motion-taste.md
Data, stats, KPIs, charts, metrics, dashboard figuresreferences/recipe-data-stats.md, references/design-taste.md, references/motion-taste.md
Product launch, feature announcement, social promoreferences/recipe-product-promo.md, references/design-taste.md, references/motion-taste.md
Long text, multiple ideas, list/features/steps, timeline, before/after, problem/solution, quote+proof, recap/story, product walkthrough, multi-language variations, chapters, multi-beat sequence, episode, jump/hard cuts, transition grammarreferences/chapterization-transition-grammar.md, references/motion-taste.md
Glow, glass, metal, gradient, fill, bubble/burst effectsreferences/recipe-visual-effects.md, references/design-taste.md, references/motion-taste.md
SVG input inside logo/icon/UI/lower-third workThe task recipe plus references/svg-compatibility.md
Starter brief or reusable project directionreferences/recipe-starter-projects.md, references/design-taste.md, references/motion-taste.md
Any "premium", "clean", "minimal", "modern", "sleek", or "polished" qualifierreferences/design-taste.md (restraint defaults), plus the routed recipe

For mixed prompts, choose one primary recipe from the main deliverable, then add secondary references for source format or visual treatment. Examples: SVG logo with glow uses logo as primary plus SVG compatibility and visual effects; product launch with pan/zoom uses product promo plus camera scene motion; technical SVG diagram tracing uses diagram/technical plus SVG compatibility; kinetic title with glass sweep uses typography plus visual effects.

Workflow

  1. Route the task using the table above. Read only the relevant references that exist.
  2. Locate the official player project and resolve the target scene using the target precedence below. Before editing, verify the resolved path is public/projects/<project>/<scene-N>/lottie.json; re-read that current file immediately before overwriting because the UI can write slot edits back to source.
  3. Decide the background policy before authoring.
  4. Write or update public/projects/<project>/<scene-N>/lottie.json and, when useful, controls.json.
  5. Validate JSON, run or reuse the dev server, inspect exact frames with ?frame=N, and fix render/design/motion issues before finishing.

Inline Rules

Design Defaults (always apply)

These few defaults are non-negotiable and apply to every designed scene. Load references/design-taste.md for the full reasoning, especially for any "premium", "clean", "minimal", "modern", or "card" prompt.

  • Premium means subtract, not add. When a prompt says premium, clean, minimal, modern, sleek, or sophisticated, default to restraint: remove chrome before adding it. Premium is carried by scale, weight, brightness, spacing, and timing, never by cards, borders, dividers, shadows, glow, or stacked tints.
  • Chrome/container budget is 0 by default. Do not add a framing card, container, border, or divider unless it does a job that whitespace and alignment cannot. Separate grids and columns with negative space and alignment first, a single hairline second, and a filled or bordered card last and only when explicitly warranted.
  • One surface tone. Use one background tone. Do not stack two near-black or two near-white tints to fake a "surface"; it reads muddy. If a card surface must differ from the background, make it one deliberate step with a clear purpose.
  • One divider treatment, one color. If dividers are truly needed, use one weight and one color for all of them, title rule and column rules included. Never use slightly different colors or weights per divider.

Scene Rules

  • Scene files live at public/projects/<project>/<scene-N>/lottie.json.
  • Resolve target scenes by authority: an explicit file path wins; a browser URL route like /<project>/<scene> wins next; an already-known project/scene for the task wins next; otherwise create a new safe scene. Use /__context only for discovery, verification, or playback state unless the task explicitly says to edit what is currently on screen and no more specific target exists. Do not let /__context.live override a known file path, URL, or project/scene. Overwrite main-project/scene-1 only if it is still the untouched placeholder; otherwise create a new scene.
  • Full-frame standalone compositions should include a visible background layer with a bgColor slot and controls.json entry.
  • Transparent-by-default outputs include logos, icons, loaders, overlays, lower thirds, and SVG-derived assets unless the user asks for a background.
  • Include top-level v, fr, ip, op, w, h, nm, assets, and layers. Treat op as exclusive.
  • Use purposeful easing and staging. Avoid defaulting to linear motion. Derive easing from the behavior-based anchors in motion-taste.md (chosen by motion behavior, focal element strongest); do not fall back to one uniform ease for every layer.
  • Use slots for important editable values and add controls.json labels/ranges when they improve the properties panel.
  • For SVG input, preserve the viewBox, normalize styling, watch fill rules and intersections, and verify the result in Skottie.
  • Native Lottie text/text slots (ty:5) render in this player when the scene ships its font: drop a .ttf/.otf/.ttc next to lottie.json, declare it in fonts.list with fFamily matching the font's embedded family name, and reference it from text documents. The loader passes every scene font to Skottie. Prefer native text; reach for vector/shape text only for deliberate path effects (stroke-on, glyph morphs, handwriting). See the player-contract "Native Text" reference.

Verification

Before finishing:

  1. Confirm the intended target file path is public/projects/<project>/<scene-N>/lottie.json.

  2. Validate JSON:

    node -e "JSON.parse(require('fs').readFileSync('public/projects/<project>/<scene-N>/lottie.json','utf8'))"
    
  3. Confirm the official player is running and the scene appears in GET /__context.

  4. Inspect pinned frames in the browser. For new scenes, check frame 0, midpoint, and op - 1.

  5. Confirm the background policy matches the use case.

  6. Check for blank canvas, missing assets, unstyled shapes, wrong layer order, bad easing, awkward timing, cropped content, text overflow, and visible SVG artifacts.

  7. Finish only when the animation renders cleanly and feels intentional.

Maintenance Evals

Do not read eval files during normal animation work. Use them only when testing or changing this skill:

  • evals/trigger-prompts.json
  • evals/routing-prompts.json
  • evals/reference-loading-prompts.json
  • evals/output-rubric.md

관련 스킬

tom-operations
microsoft
TOM(Tabular Object Model) 래퍼 작업을 위한 가이드입니다. 프로그래밍 방식으로 의미 모델을 수정할 때 사용하세요.
official
code-review
mattpocock
고정된 지점(커밋, 브랜치, 태그, 또는 머지 베이스) 이후의 변경 사항을 두 가지 축(Standards: 코드가 이 저장소의 문서화된 코딩 표준을 따르는가? Spec: 코드가 원래 이슈/PRD에서 요청한 내용과 일치하는가?)을 따라 검토합니다. 두 검토를 병렬 하위 에이전트에서 실행하고 나란히 보고합니다. 사용자가 브랜치, PR, 작업 중인 변경 사항을 검토하거나 "X 이후 검토"를 요청할 때 사용하세요.
code-reviewdevelopmenttesting
azure-enterprise-infra-planner
microsoft
워크로드 설명을 기반으로 엔터프라이즈 Azure 인프라를 설계하고 프로비저닝합니다. 네트워킹, 아이덴티티 등을 계획하는 클라우드 아키텍트와 플랫폼 엔지니어를 위한 도구입니다.
officialdevopssecurity
jetson-customize-clocks
nvidia
Jetson CPU/GPU/EMC 클럭을 고정/제한하고, BPMP DTB 및 nvpower.sh 사전 플래시를 편집하여 EMC/CPU DVFS를 전환하거나 cpufreq 거버너를 변경하는 데 사용합니다. 실시간으로 사용하지 마십시오…
official
studio-best-practices
supabase
React 및 TypeScript를 위한 Supabase Studio 모범 사례. 작성 시 사용
official
sentry-react-sdk
sentry
React용 전체 Sentry SDK 설정입니다. "React에 Sentry 추가", "@sentry/react 설치", 또는 오류 모니터링, 추적, 세션 재생 등을 구성하라는 요청이 있을 때 사용하세요.
official
deploy-model
microsoft
통합 Azure OpenAI 모델 배포 스킬로, 지능형 의도 기반 라우팅을 제공합니다. 빠른 사전 설정 배포, 완전 맞춤형 배포 등을 처리합니다.
official
tui
deepgram
Use when you need to operate a full-screen terminal application (TUI) via wsh. Examples: "navigate vim to edit a file", "use lazygit to stage and commit…
official