Coding Standards

🌐Community
by davila7 · vlatest · Repository

This skill enforces consistent coding standards for your frontend projects, improving readability and maintainability by automatically suggesting best practices.

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 davila7-coding-standards npx -- -y @trustedskills/davila7-coding-standards
2

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

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

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

About This Skill

What it does

The davila7-coding-standards skill provides a set of coding conventions and best practices tailored for frontend development. It helps ensure consistent code formatting, naming conventions, and structure across projects, making collaboration easier and improving maintainability.

When to use it

  • When starting a new frontend project and wanting to enforce team-wide coding standards
  • Before committing code to version control to ensure compliance with predefined rules
  • During code reviews to quickly identify deviations from established guidelines

Key capabilities

  • Enforces consistent naming conventions for variables, functions, and components
  • Applies formatting rules for HTML, CSS, and JavaScript
  • Provides linting support for common frontend frameworks like React and Vue

Example prompts

  • "Format this React component according to the coding standards."
  • "Check if this HTML snippet follows the team's naming conventions."
  • "Lint my JavaScript file using the predefined rules from the coding standards."

Tips & gotchas

  • Ensure that your development environment is configured to recognize and apply the standard rules.
  • This skill may require additional setup for specific frameworks or tools, so review documentation for compatibility.

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
davila7
Installs
246

🌐 Community

Passed automated security scans.