Coding Guidelines

🌐Community
by actionbook · vlatest · Repository

Generates code adhering to ActionBook's style guide, ensuring consistency and maintainability 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 actionbook-coding-guidelines npx -- -y @trustedskills/actionbook-coding-guidelines
2

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

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

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

About This Skill

Coding Guidelines

What it does

This skill provides structured coding guidelines specifically tailored for Rust development. It helps AI agents maintain consistent code quality, adhere to language best practices, and follow project-specific standards during generation.

When to use it

  • Enforcing strict formatting and style rules in Rust projects before merging pull requests.
  • Guiding AI agents to write idiomatic Rust code that leverages ownership and borrowing correctly.
  • Ensuring new team members or automated tools align with established architectural patterns.
  • Reducing technical debt by standardizing error handling and module organization across the codebase.

Key capabilities

  • Enforces Rust-specific coding standards and conventions.
  • Promotes idiomatic usage of language features like lifetimes and traits.
  • Maintains consistency in project structure and file organization.
  • Supports integration into CI/CD pipelines for automated code review.

Example prompts

  • "Generate a new Rust module for user authentication following the project's coding guidelines."
  • "Refactor this existing function to align with our established error handling patterns."
  • "Review the provided code snippet and suggest changes to meet the team's style guide requirements."

Tips & gotchas

Ensure your project has a well-defined set of Rust conventions before enabling this skill, as it relies on clear standards to be effective. Limit its scope to Rust-specific tasks to avoid confusion when working with other languages in mixed-stack 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
actionbook
Installs
41

🌐 Community

Passed automated security scans.