feat(skills): teach temporal thinking and visual variety#716
Open
miguel-heygen wants to merge 2 commits into
Open
feat(skills): teach temporal thinking and visual variety#716miguel-heygen wants to merge 2 commits into
miguel-heygen wants to merge 2 commits into
Conversation
Addresses the gap where LLMs default to slide-like layouts (centered text over dark background repeated for every scene). The main skill now teaches: - Temporal map: write what the viewer sees per second before any HTML - Slideshow trap: explicit anti-patterns and how to break them - Scene variety: table of layout types to rotate between - One focus per frame: billboard-per-beat principle - Beat duration guide: impact/content/atmosphere timing - Easing vocabulary: intent-based ease selection instead of power2.out Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Agents default to CSS rectangles for illustrations, producing amateur visuals. The skill now: - Mandates inline SVG over CSS shapes for any non-text visual - Provides a table of SVG patterns per visual need (diagrams, node graphs, data viz, icons, decoratives, waveforms) - Requires 3-layer depth per scene (background + content + accent) - Includes the stroke draw-on pattern inline since it's the most commonly needed SVG animation Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
Addresses the core gap where LLMs default to slide-like layouts (centered text over dark background, same layout every scene). The main hyperframes skill now teaches agents to think through frames in time rather than composing pages.
What's new in SKILL.md
Temporal map requirement (Step 3 in Plan)
"Think in Frames, Not Pages" section
Easing vocabulary table
power2.outon everythingWhat's NOT changed
Test plan
🤖 Generated with Claude Code