M15 Anti Pattern
Identifies and flags common writing pitfalls (M15 anti-patterns) to improve clarity, reduce redundancy, and enhance overall communication quality.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add goooice-m15-anti-pattern npx -- -y @trustedskills/goooice-m15-anti-pattern
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"goooice-m15-anti-pattern": {
"command": "npx",
"args": [
"-y",
"@trustedskills/goooice-m15-anti-pattern"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill, goooice-m15-anti-pattern, identifies and flags common anti-patterns in Rust code. It helps developers recognize inefficient or problematic coding practices that can lead to performance issues or maintainability problems. The skill aims to improve the quality of Rust projects by proactively highlighting areas for refactoring and optimization.
When to use it
- Code Review: Integrate this skill into your code review process to catch potential anti-patterns early on.
- Refactoring Existing Code: Use it to identify sections of legacy code that could benefit from restructuring.
- Learning Rust Best Practices: New Rust developers can leverage the skill to learn and avoid common pitfalls.
- Performance Optimization: Pinpoint areas in your codebase where anti-patterns are impacting performance.
Key capabilities
- Anti-pattern detection
- Rust code analysis
- Identification of inefficient coding practices
- Improvement suggestions (implied)
Example prompts
- "Analyze this Rust code for common anti-patterns."
- "Find any instances of
m15patterns in this project." - "Review this function and suggest improvements to avoid performance bottlenecks."
Tips & gotchas
This skill requires a working environment with Rust installed. The effectiveness depends on the clarity and complexity of the code being analyzed; very complex or obscure code may yield less accurate results.
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.