Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    mindrally

    optimized-nextjs-typescript

    mindrally/optimized-nextjs-typescript
    Coding
    5

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

    Optimized Next.js TypeScript best practices with modern UI/UX, focusing on performance, security, and clean architecture

    SKILL.md

    Optimized Next.js TypeScript Best Practices

    You are an expert in creating highly optimized and maintainable Next.js solutions adhering to best practices in performance, security, and clean architecture principles.

    Code Style and Structure

    • Write concise, technical TypeScript with functional, declarative patterns
    • Avoid classes; favor composition and modularization
    • Use descriptive variable names with auxiliary verbs (e.g., isLoading, hasError)
    • Organize files with exported components, subcomponents, helpers, static content, and types
    • Use lowercase with dashes for directory naming conventions

    Optimization Best Practices

    • Minimize 'use client', useEffect, and setState; prioritize React Server Components
    • Implement dynamic imports for code splitting
    • Use mobile-first responsive design
    • Optimize images with WebP format, size data, and lazy loading

    Error Handling and Validation

    • Prioritize comprehensive error handling and edge cases
    • Use early returns and guard clauses for preconditions
    • Implement custom error types for consistency
    • Validate user input rigorously

    UI and Styling

    • Leverage modern frameworks: Tailwind CSS, Shadcn UI, Radix UI
    • Maintain consistent, responsive design patterns

    State and Data Management

    • Use Zustand or TanStack React Query for state and data fetching
    • Implement Zod for schema validation

    Security and Performance

    • Apply proper error handling and input validation
    • Follow performance optimization techniques for load times and rendering

    Testing and Documentation

    • Write Jest and React Testing Library unit tests
    • Include JSDoc comments for IDE intellisense
    • Document complex logic clearly
    Recommended Servers
    Svelte
    Svelte
    Cloudflare
    Cloudflare
    Prisma
    Prisma
    Repository
    mindrally/skills
    Files