CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. srbhr
  4. /
  5. resume-matcher
  6. /
  7. Nextjs15 Performance

Nextjs15 Performance

Editor's Note

Prevents the two most common Next.js 15 performance footguns: request waterfalls and bloated bundles. Enforces Promise.all() for parallel fetches, Suspense boundaries around slow data, and direct imports instead of barrel imports from libraries like lucide-react. Also pushes you toward dynamic imports for heavy components and deferred analytics. The rules are opinionated but address real problems that routinely add seconds to page loads. Comes from a resume matcher project with 26.5K stars, so it's battle-tested on a real app. Worth having in your config if you keep forgetting to check bundle analyzer output.

Install

npx skills add https://github.com/srbhr/resume-matcher --skill nextjs15-performance
Votes
0
Installs225
GitHub Stars26.5k
Categories
Frontend DevelopmentDebugging
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment

Related Frontend Development Skills

View all →
ui-ux-pro-max

binjuhor/shadcn-lar

0
59
Frontend UI/UX design intelligence - activate FIRST when user requests beautiful, stunning, gorgeous, or aesthetic interfaces. The primary skill for design decisions before implementation. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check frontend UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
ui-ux-pro-max

The1Studio/theone-training-skills

0
27
Frontend UI/UX design intelligence - activate FIRST when user requests beautiful, stunning, gorgeous, or aesthetic interfaces. The primary skill for design decisions before implementation. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check frontend UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
tailwind-css-patterns

giuseppe-trisciuoglio/developer-kit

0
11k
248
Utility-first CSS framework patterns for responsive, component-based styling with Tailwind v4.1+.
tailwindcss-advanced-layouts

josiahsiegel/claude-plugin-marketplace

0
6.8k
36
Advanced CSS Grid, Flexbox, and container query patterns for complex responsive layouts.
nextjs-react-typescript

mindrally/skills

0
2.9k
111
Expert guidance for building Next.js applications with TypeScript, React Server Components, and modern UI libraries.
frontend-react-best-practices

sergiodxa/agent-skills

0
805
86
33 React performance and composition rules across bundle optimization, re-rendering, rendering, hooks, and component patterns.