Best Practices

🌐Community
by fradser · vlatest · Repository

Provides tailored guidance on implementing Fradser's recommended best practices for fraud prevention and data security.

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 fradser-best-practices npx -- -y @trustedskills/fradser-best-practices
2

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

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

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

About This Skill

What it does

This skill, "fradser-best-practices," provides guidance on adhering to established coding and development standards. It aims to improve code quality by suggesting best practices related to formatting, naming conventions, and overall structure. The tool can be used to review existing code or provide suggestions during the writing process.

When to use it

  • Code Review: When you need a quick assessment of your code's adherence to established standards before submitting it for formal review.
  • New Project Setup: To ensure that new projects start with a solid foundation of best practices from the outset.
  • Learning Best Practices: As a learning tool for developers who are new to a particular coding style or language.
  • Refactoring Existing Code: To guide refactoring efforts and improve the overall quality and maintainability of legacy codebases.

Key capabilities

  • Provides suggestions on formatting and styling.
  • Offers guidance on naming conventions for variables, functions, and classes.
  • Suggests improvements to code structure and organization.

Example prompts

  • "Review this Python function for best practices: [code snippet]"
  • "What are the recommended naming conventions for a class representing a user in JavaScript?"
  • "Can you suggest ways to improve the readability of this Java code block?"

Tips & gotchas

The effectiveness of this skill depends on having clearly defined coding standards or guidelines. Providing context about the specific style guide being followed will yield more relevant and accurate suggestions.

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
fradser
Installs
19

🌐 Community

Passed automated security scans.