feat: refine gsap-framer-scroll-animation skill and references#1284
Open
utkarsh232005 wants to merge 2 commits intogithub:stagedfrom
Open
feat: refine gsap-framer-scroll-animation skill and references#1284utkarsh232005 wants to merge 2 commits intogithub:stagedfrom
utkarsh232005 wants to merge 2 commits intogithub:stagedfrom
Conversation
Contributor
🔍 Skill Validator Results2 resource(s) checked | ✅ All checks passed Full output |
Contributor
There was a problem hiding this comment.
Pull request overview
Refines and (re)introduces the gsap-framer-scroll-animation skill by adding a new SKILL.md entry point plus dedicated GSAP/Framer reference docs, and updates the generated skills index so the skill is discoverable in repository documentation.
Changes:
- Adds
skills/gsap-framer-scroll-animation/SKILL.mdwith setup guidance, quick patterns, and cross-links to reference docs. - Adds deep-dive reference docs for GSAP ScrollTrigger and Framer/Motion scroll patterns under
skills/gsap-framer-scroll-animation/references/. - Updates
docs/README.skills.mdto include the new skill entry (generated output).
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
| skills/gsap-framer-scroll-animation/SKILL.md | New skill entry point with frontmatter metadata, setup, common patterns, and links to references. |
| skills/gsap-framer-scroll-animation/references/gsap.md | New GSAP ScrollTrigger reference with recipes and integration notes. |
| skills/gsap-framer-scroll-animation/references/framer.md | New Framer/Motion reference with scroll-linked and whileInView recipes. |
| docs/README.skills.md | Adds the skill row to the generated skills table. |
01d6021 to
85c1e07
Compare
Contributor
Author
|
@aaronpowell Could you please add me as a code owner for this addon |
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.
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.stagedbranch for this pull request.Description
Refined the
gsap-framer-scroll-animationskill to align with repository documentation and architecture standards.Summary of Changes:
SKILL.mdentry point along with isolated, dedicated documentation references (references/framer.mdandreferences/gsap.md).referencedirectory toreferencesto match project-wide conventions (e.g.,web-coderstructure).premium-frontend-uiskill for frontend creative philosophy, differentiating "how to animate" (this PR) from "when and why to animate."Type of Contribution
Additional Notes
npm run skill:validatelocally.fix-line-endings.shscript applied to ensure standard LF).SKILL.mdand the tworeferences/*.mdfiles) alongside the auto-generatedREADME.skills.mdare present in this commit.By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.