Add graduation-memory-video skill — cinematic graduation tribute video creator#1415
Open
arlenyang413-creator wants to merge 3 commits into
Open
Conversation
…o creator New Agent Skill for creating cinematic graduation tribute videos from a single portrait photo. Covers the complete workflow: 6 graduation scene images (high school through doctoral, diploma, memorial book) → AI transition videos → 15-18s video assembly → piano accompaniment. Key features: - Variable-duration cinematic pacing (not uniform clips) based on real Lovart成品 analysis - Chinese academic gown color standards (学士/硕士/博士) - Emotional color tone progression across 6 images - Complete prompt templates with person consistency strategy - Fallback workflows for environments without Kling/Suno (moviepy + Python wave)
- Explicitly describe Kling First-Last Frame mode as core generation method - Add strict generation order: complete all 6 images first, then generate videos - Clarify video 1-5 use first-last frame (start=prev image, end=next image) - Video 6 uses first-frame-only mode (no end frame), static hold + fade-out - Every prompt now explicitly requires: smooth, natural, aesthetically beautiful — no stiff mechanical morphing, no abrupt cuts - Each prompt includes start/end frame image number reference - Add transition prompt requirements checklist (4 mandatory elements)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
New Agent Skill for creating cinematic graduation tribute videos from a single portrait photo. Covers the complete workflow from image generation through video assembly to piano accompaniment.
What it does
Given one portrait photo, the skill guides an agent through:
Key features
references/prompt_templates.mdSkill structure
Specification compliance
namefield:graduation-memory-video(lowercase, hyphens, ≤64 chars, matches directory)descriptionfield: 536 chars (≤1024), includes trigger keywords in English + Chineselicensefield: Apache-2.0compatibilityfield: documents environment requirementsmetadatafield: author, version, categoryTesting
Tested with actual image generation (ImageGen) and moviepy video assembly on WorkBuddy platform. The cinematic pacing strategy is derived from pixel-difference analysis of a real Lovart成品 video (720×1280 @ 30fps, 18.1s), which revealed 4 main scene blocks (
5s→6s→~6.6s) rather than uniform 6×3 seconds.