Coding Standards

🌐Community
by helloggx Β· vlatest Β· Repository

This skill enforces consistent coding standards across your project, improving readability and maintainability for collaborative development.

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

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

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

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

About This Skill

What it does

This skill enforces consistent coding standards and best practices across projects, improving code readability and maintainability for collaborative development. It provides guidelines on variable naming, function naming, immutability patterns, error handling, and async/await usage. The goal is to ensure a high level of code quality through established conventions.

When to use it

  • Starting a new project or module
  • Reviewing existing code for quality and maintainability
  • Refactoring code to adhere to coding standards
  • Onboarding new contributors to the team's coding conventions
  • Setting up linting, formatting, or type-checking rules

Key capabilities

  • Readability Focus: Prioritizes clear variable and function names over excessive commenting.
  • KISS (Keep It Simple, Stupid): Encourages simple solutions and avoids premature optimization.
  • DRY (Don't Repeat Yourself): Promotes extracting common logic into reusable functions and components.
  • YAGNI (You Aren't Gonna Need It): Advocates for building features only when required.
  • TypeScript/JavaScript Standards: Provides specific examples of good and bad practices for variable and function naming, immutability patterns, error handling, and async/await usage.

Example prompts

  • "Review this code snippet for adherence to coding standards."
  • "Suggest improvements to make this function more readable."
  • "Check if this code follows the immutability pattern."

Tips & gotchas

  • This skill provides guidelines and examples; it doesn't automatically enforce them. It’s intended as a reference for developers.
  • The provided standards are specifically tailored to TypeScript/JavaScript projects.

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
helloggx
Installs
31

🌐 Community

Passed automated security scans.