Coding Guidelines

🌐Community
by thurbeen · vlatest · Repository

Ensures code adheres to thurbeen's style guide, promoting consistency and readability across projects.

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 thurbeen-coding-guidelines npx -- -y @trustedskills/thurbeen-coding-guidelines
2

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

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

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

About This Skill

What it does

This skill provides access to Thurbeen's Rust coding guidelines. It allows AI agents to generate code that adheres to these specific conventions, improving consistency and readability within a project. The skill focuses on ensuring code quality and maintainability by enforcing established best practices.

When to use it

  • Generating new Rust code for a project where consistent style is important.
  • Refactoring existing Rust codebases to align with Thurbeen's guidelines.
  • Reviewing Rust code snippets for adherence to the specified coding standards.
  • Automating code formatting tasks within a Rust development workflow.

Key capabilities

  • Enforces Thurbeen’s specific Rust coding conventions.
  • Promotes consistent code style across projects.
  • Supports automated code review and refactoring.
  • Aids in improving the overall quality and maintainability of Rust code.

Example prompts

  • "Generate a function to calculate the factorial of a number, following Thurbeen's Rust coding guidelines."
  • "Refactor this Rust code snippet to adhere to Thurbeen’s style guide: [code snippet]."
  • "Review this Rust code for compliance with Thurbeen's coding conventions and suggest improvements."

Tips & gotchas

This skill assumes familiarity with basic Rust programming concepts. The effectiveness of the skill depends on providing clear and concise prompts related to specific coding tasks or areas needing review.

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
thurbeen
Installs
3

🌐 Community

Passed automated security scans.