๐ŸŽฏ

frontend-react-router-best-practices

๐ŸŽฏSkill

from sergiodxa/agent-skills

VibeIndex|
What it does
|

Optimizes React Router performance by providing best practices for data loading, route organization, and efficient routing patterns.

๐Ÿ“ฆ

Same repository

sergiodxa/agent-skills(11 items)

frontend-react-router-best-practices

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add sergiodxa/agent-skills --skill frontend-react-router-best-practices
skills.sh Installโš  Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add sergiodxa/agent-skills --skill frontend-react-router-best-practices
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/frontend-react-router-best-practices/SKILL.md

SKILL.md

253Installs
-
AddedFeb 4, 2026

More from this repository10

๐ŸŽฏ
frontend-testing-best-practices๐ŸŽฏSkill

Frontend testing best practices skills emphasizing E2E tests over unit tests, minimal mocking, and testing user behavior rather than implementation details.

๐ŸŽฏ
owasp-security-check๐ŸŽฏSkill

Performs comprehensive security audits on web applications and REST APIs, systematically checking for OWASP Top 10 vulnerabilities across authentication, data protection, and input security domains.

๐ŸŽฏ
frontend-react-best-practices๐ŸŽฏSkill

React performance optimization skill with 33 rules across 6 categories, covering bundle size optimization (avoiding barrel imports, conditional loading, preloading), re-render reduction with functional setState, and component composition patterns.

๐ŸŽฏ
frontend-accessibility-best-practices๐ŸŽฏSkill

Accessibility best practices skill for React applications following WCAG standards, with 7 rules covering semantic HTML landmarks, screen reader support (sr-only, aria-live regions), keyboard navigation, and user preferences for building inclusive UIs.

๐ŸŽฏ
frontend-tailwind-best-practices๐ŸŽฏSkill

Tailwind CSS styling patterns and conventions skill with 10 rules covering custom stack utilities (v-stack, h-stack, z-stack), gap-based spacing over margins, responsive layout direction switching, color schemes, and className merging.

๐ŸŽฏ
frontend-js-best-practices๐ŸŽฏSkill

Frontend testing best practices skills emphasizing E2E tests over unit tests, minimal mocking, and testing user behavior rather than implementation details.

๐ŸŽฏ
ruby-on-rails-best-practices๐ŸŽฏSkill

A Ruby on Rails best practices skill following Basecamp conventions for models, controllers, jobs, and concerns in Rails applications.

๐ŸŽฏ
frontend-async-best-practices๐ŸŽฏSkill

Async/await optimization skill with 5 rules focused on eliminating request waterfalls and maximizing parallelism using Promise.all(), deferred awaits, and proper dependency chaining for Remix loaders, actions, and data fetching logic.

๐ŸŽฏ
frontend-internationalization-best-practices๐ŸŽฏSkill

Enables seamless internationalization in React Router apps by configuring locale detection, resource management, and language switching with remix-i18next.

๐ŸŽฏ
skill-writing-best-practices๐ŸŽฏSkill

AI agent skill writing best practices skill with 6 rules covering directory structure, content patterns, and writing style for creating effective skills that capture coding conventions