god-tier-nextjs/SKILL.md
Staff-level Next.js App Router guidance covering routing, rendering strategies (SSR/SSG/ISR/CSR), data fetching and caching, API routes, auth, styling, state management, performance optimization, testing, deployment, and advanced features. Use when building or reviewing modern Next.js applications, making architectural decisions, or optimizing performance and production readiness.
npx skillsauth add abanoub-ashraf/manus-skills-import god-tier-nextjsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill to design, build, or review modern Next.js apps at staff level. It focuses on App Router, rendering strategies, data fetching, performance, testing, and deployment, with chapter references derived from the provided PDF.
references/01-getting-started.md: Next.js basics, project setup, core concepts.references/02-routing.md: App Router conventions, dynamic routes, layouts.references/03-rendering-strategies.md: SSR/SSG/ISR/CSR guidance and tradeoffs.references/04-api-routes.md: API routes and server-side endpoints.references/05-auth.md: auth patterns and protected routes.references/06-data-fetching.md: data fetching modes, SWR, caching.references/07-styling.md: CSS Modules, Tailwind, global styles.references/08-state-management.md: local vs global state, library choices.references/09-performance.md: image optimization, code splitting, Lighthouse.references/10-testing.md: unit and integration testing approaches.references/11-deployment.md: build, hosting, and environment setup.references/12-advanced-features.md: advanced capabilities and patterns.references/13-real-world-projects.md: practical project patterns.references/14-career-prep.md: interview and job preparation guidance.references/15-tailwind-typescript-seo.md: deep dive on Tailwind CSS, TypeScript, and SEO.development
Design principles for building polished, native-feeling SwiftUI apps and widgets. Use this skill when creating or modifying SwiftUI views, iOS widgets (WidgetKit), or any native Apple UI. Ensures proper spacing, typography, colors, and widget implementations that look and feel like quality apps rather than AI-generated slop.
data-ai
Design and implement SwiftUI views, components, and app architecture. Use when creating new SwiftUI views, implementing MVVM/TCA patterns, managing state with @Observable, @State, @Binding, or @Environment, designing navigation flows, or structuring iOS app architecture. Triggers on SwiftUI, view model, state management, navigation, coordinator pattern.
development
Implement, review, or improve SwiftUI animations and transitions. Use when adding implicit or explicit animations with withAnimation, configuring spring animations (.smooth, .snappy, .bouncy), building phase or keyframe animations with PhaseAnimator/KeyframeAnimator, creating hero transitions with matchedGeometryEffect or matchedTransitionSource, adding SF Symbol effects (bounce, pulse, variableColor, breathe, rotate, wiggle), implementing custom Transition or CustomAnimation types, or ensuring animations respect accessibilityReduceMotion.
testing
Audit SwiftUI views for accessibility (iOS + macOS) with patch-ready fixes