Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions skills/gsap-framer-scroll-animation/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ description: >-
"parallax effect", "sticky section", "scroll progress bar", or "entrance animation".
Also triggers for Copilot prompt patterns for GSAP or Framer Motion code generation.
Pairs with the premium-frontend-ui skill for creative philosophy and design-level polish.
metadata:
author: 'Utkarsh Patrikar'
author_url: 'https://github.com/utkarsh232005'
---

# GSAP & Framer Motion — Scroll Animations Skill
Expand Down Expand Up @@ -145,3 +148,4 @@ tl.from('.title', { opacity: 0, y: 60 }).from('.img', { scale: 0.85 });
| Skill | Relationship |
|---|---|
| **premium-frontend-ui** | Creative philosophy, design principles, and aesthetic guidelines — defines *when* and *why* to animate |

3 changes: 3 additions & 0 deletions skills/premium-frontend-ui/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
name: premium-frontend-ui
description: 'A comprehensive guide for GitHub Copilot to craft immersive, high-performance web experiences with advanced motion, typography, and architectural craftsmanship.'
metadata:
author: 'Utkarsh Patrikar'
author_url: 'https://github.com/utkarsh232005'
---

# Immersive Frontend UI Craftsmanship
Expand Down
Loading