React Guidelines

🌐Community
by stefanmermans · vlatest · Repository

Helps with React, guidelines as part of building frontend UIs and user experiences workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add react-guidelines npx -- -y @trustedskills/react-guidelines
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "react-guidelines": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/react-guidelines"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill provides access to and enforces React development guidelines. It allows AI agents to understand, apply, and suggest code changes based on established best practices for building React applications. The aim is to improve code quality, consistency, and maintainability within a project.

When to use it

  • Code Reviews: Use the skill to automatically review pull requests and identify deviations from React guidelines.
  • New Component Creation: Generate new React components that adhere to established coding standards.
  • Refactoring Existing Code: Suggest improvements to existing React codebases, aligning them with best practices.
  • Onboarding New Developers: Ensure new team members write React code according to project-specific guidelines.

Key capabilities

  • React guideline enforcement
  • Code review assistance
  • Component generation based on standards
  • Refactoring suggestions

Example prompts

  • "Review this React component for adherence to coding guidelines."
  • "Generate a new functional React component with these props and state variables, following our project's style guide."
  • "Suggest improvements to this existing React code snippet to better align with best practices."

Tips & gotchas

The effectiveness of this skill depends on having clearly defined and documented React guidelines. Without those guidelines, the agent will have limited ability to provide meaningful suggestions or enforcement.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
stefanmermans
Installs
15

🌐 Community

Passed automated security scans.