Agent skill · Frontend

modern-site-engineering

Implement beautiful modern websites and web apps with an opinionated premium frontend stack. Use for Next.js, React, Tailwind, Motion, GSAP, Lenis, Three.js/React Three Fiber, shadcn/ui customization, responsive layouts, landing pages, portfolios, cinematic sites, luxury brand sites, Squarespace-like sites, and any frontend build where Codex should produce polished modern UI by default.

TheGoat395github.com/TheGoat395GitHub ↗
claude-codecodexcursorMIT
Install
npx skills add TheGoat395/Codex-Skills --skill modern-site-engineering --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/modern-site-engineering/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 115
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Modern Site Engineering ## Operating Mode Inspect before coding. Identify structure, framework, entry files, styling system, interaction system, and build commands. If the user has not clearly said to proceed, explain planned files before major changes. ## Preferred Stack For new projects, prefer: ```bash npx create-next-app@latest <name> --typescript --tailwind --eslint --app --src-dir npm install motion gsap lenis lucide-react clsx tailwind-merge npm install three @react-three/fiber @react-three/drei npm install -D @playwright/test ``` Use existing project tools when working inside an existing repo. Do not add major dependencies without explaining why. ## Dependency Roles - Next.js: routing, metadata, optimized images/fonts, production build. - TypeScript: stable component contracts. - Tailwind: fast design-system implementation with custom tokens. - CSS variables: brand colors, spacing, shadows, easing, radii, typography. - Motion: React-native UI motion, enter/exit, hover/tap, layout transitions. - GSAP: timeline-driven cinematic sequences, ScrollTrigger, pinned scenes, split text, advanced scroll choreography. - Lenis: smooth scrolling when the design calls for cinematic scr

What's inside
Steps it walks through
  1. Operating Mode
  2. Preferred Stack
  3. Dependency Roles
  4. Build Workflow
  5. Component Defaults
  6. Motion Defaults
Ships with 2 files
  • agents/openai.yaml
  • references/stack-recipes.md
Commands it runs
npx create-next-app@latest <name> --typescript --tailwind --eslint --app --src-dir
npm install motion gsap lenis lucide-react clsx tailwind-merge
npm install three @react-three/fiber @react-three/drei
npm install -D @playwright/test
More from Codex-Skills
All skills →
About this skill
What does the modern-site-engineering skill do?

Implement beautiful modern websites and web apps with an opinionated premium frontend stack. Use for Next.js, React, Tailwind, Motion, GSAP, Lenis, Three.js/React Three Fiber, shadcn/ui customization, responsive layouts, landing pages, portfolios, cinematic sites, luxury brand sites, Squarespace-like sites, and any frontend build where Codex should produce polished modern UI by default.

How do I install it?

Run `npx skills add TheGoat395/Codex-Skills --skill modern-site-engineering --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From TheGoat395/Codex-Skills, a repository with 115 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going