Coding Guidelines
Ensures code adheres to goooice's style guide, automatically flagging deviations and suggesting corrections for consistency.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add goooice-coding-guidelines npx -- -y @trustedskills/goooice-coding-guidelines
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"goooice-coding-guidelines": {
"command": "npx",
"args": [
"-y",
"@trustedskills/goooice-coding-guidelines"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides guidance on adhering to Rust coding guidelines. It helps ensure code is idiomatic, maintainable, and follows best practices within the Rust ecosystem. The agent can analyze existing code or generate new code snippets that conform to these established standards.
When to use it
- Code Review: Have the agent review a block of Rust code for adherence to common style guidelines.
- New Code Generation: Generate new Rust code, ensuring it follows idiomatic patterns and conventions.
- Refactoring Assistance: Identify areas in existing code that deviate from established coding standards and suggest improvements.
- Learning Rust Best Practices: Use the agent to explain specific Rust style rules or provide examples of correct implementation.
Key capabilities
- Rust Coding Style Enforcement
- Idiomatic Code Generation
- Code Review & Analysis
- Best Practice Guidance
Example prompts
- "Review this Rust code for adherence to common coding guidelines: [code snippet]"
- "Generate a function that calculates the factorial of a number, following Rust best practices."
- "Explain the preferred way to handle errors in Rust."
Tips & gotchas
The skill's effectiveness depends on providing clear and concise code snippets or specific questions about Rust coding style. It is most effective when used with relatively small code blocks for review or generation.
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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.