-
Notifications
You must be signed in to change notification settings - Fork 1.6k
feat(skills): design.md integration, shared video references, Claude Design gaps #549
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 25 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
c26d8bf
feat(skills): adopt design.md as source of truth, replace visual-styl…
vanceingalls fad75f4
fix(skills): address review — restore named-style path, align adheren…
vanceingalls e662755
feat(skills): add design picker workflow for creating design.md
vanceingalls 84e9ce6
fix(skills): address review — example arch, mkdir, server cleanup, po…
vanceingalls a2c62df
feat(skills): require design.md first via visual-style skill
vanceingalls 11694e9
docs(skills): move decorative rule to single source in house-style
vanceingalls 63f430b
feat(skills): always run prompt expansion, not gated on sparseness
vanceingalls 68969fb
feat(skills): expansion is never pass-through, always enriches
vanceingalls 4819e69
feat(skills): adopt google-labs-code/design.md spec with motion exten…
vanceingalls 15bceb7
chore(skills): merge design-picker-workflow into prompt-expansion branch
vanceingalls f47f3bb
feat(skills): simplify design.md integration, add video-composition r…
vanceingalls 0a4db45
feat(skills): extract shared references + apply Claude Design gaps
vanceingalls 4886d46
fix(skills): respect design.md background color, add light canvas gui…
vanceingalls 9d9154d
feat(skills): prompt expansion uses beat-direction, picker generates …
vanceingalls 42b4228
feat(skills): mood board first + contextual previews in design picker
vanceingalls f7d289c
fix(skills): dynamic mood board count, fix url() quote bug in picker
vanceingalls 8073e43
feat(skills): expand type pairings to 5-6 with register variety
vanceingalls b946a1f
feat(skills): strengthen design picker prerequisites with all relevan…
vanceingalls 4ab1c7d
feat(skills): require deep contextualization across all picker catego…
vanceingalls fc738bd
refactor(skills): remove duplicated rules from picker prerequisites
vanceingalls d43b0e6
fix(skills): address PR review — merge duplicate gates, renumber steps
vanceingalls f2a2b3e
feat(skills): rebuild design picker with Neuform-quality card system
vanceingalls d74036e
feat(skills): add GSAP easing picker with live animated demos
vanceingalls fbab6e1
revert(skills): restore step-2-design.md to original
vanceingalls 541173f
chore(skills): delete techniques.md redirect stub, update SKILL.md re…
vanceingalls 96ec724
fix(skills): make font discovery script mandatory for picker type pai…
vanceingalls 671fcec
feat(skills): add palette bar to Phase 1 mood boards
vanceingalls 019e67e
fix(skills): require visual distinctness between palettes at swatch size
vanceingalls 0b78aac
fix(skills): increase mood preview height, truncate description to 1 …
vanceingalls 06b2a2f
fix(skills): 2-line clamp on mood description instead of single-line …
vanceingalls d7b6443
fix(skills): use aspect-ratio for mood preview instead of fixed height
vanceingalls 31048ea
fix(skills): mood card uses flex column — preview fills, info stays b…
vanceingalls a935c8b
fix(skills): 500px preview height at 0.38x scale — shows full content
vanceingalls 9877c97
fix(skills): hide Create design.md button on Direction phase
vanceingalls 68e0a59
fix(skills): remove pill (100px) corner option from picker
vanceingalls bb8aa4a
feat(skills): offer design picker as option when no design.md exists
vanceingalls 48c167b
fix(skills): mention paste-back step for design picker flow
vanceingalls 0c62741
fix(skills): address final PR review items
vanceingalls File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This still leaves the original casing blocker unresolved. The website-to-hyperframes pipeline in this PR still creates and gates on
DESIGN.md(skills/website-to-hyperframes/SKILL.mdStep 2, plus the Step 6 build docs), but the shared HyperFrames skill now only checks lowercasedesign.md. Step 6 explicitly loads this skill, so a captured project with onlyDESIGN.mdwill take the no-design path here and can prompt/fallback to house style instead of using the captured brand. On Linux those are different files. Please either recognizeDESIGN.mdhere, preferably beforedesign.mdfor existing projects, or migrate every producer and consumer to one canonical casing in the same PR.