M15 Anti Pattern
Identifies and flags common M15 game design pitfalls (anti-patterns) to improve your project's structure and avoid potential issues.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add actionbook-m15-anti-pattern npx -- -y @trustedskills/actionbook-m15-anti-pattern
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"actionbook-m15-anti-pattern": {
"command": "npx",
"args": [
"-y",
"@trustedskills/actionbook-m15-anti-pattern"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The m15-anti-pattern skill provides a curated list of common mistakes and suboptimal practices found within the ActionBook Rust ecosystem. It serves as a reference guide to help developers identify and avoid these specific pitfalls during implementation.
When to use it
- Reviewing codebases written with ActionBook to spot recurring design flaws before they become critical issues.
- Onboarding new team members who need to understand the "what not to do" landscape of Rust-based AI agent development.
- Conducting code audits specifically focused on architectural anti-patterns unique to this framework.
- Preparing for maintenance tasks where legacy ActionBook patterns may be causing unexpected behavior.
Key capabilities
- Identification of specific anti-patterns prevalent in the ActionBook Rust skill set.
- Documentation of common implementation errors to prevent future occurrences.
- Provision of a centralized resource for understanding framework-specific limitations and bad practices.
Example prompts
- "List the most common anti-patterns I should avoid when building an AI agent with ActionBook."
- "Explain why using a specific pattern in ActionBook is considered an anti-pattern and suggest a better alternative."
- "Review my current Rust implementation against the
m15-anti-patternguidelines to find potential issues."
Tips & gotchas
This skill focuses strictly on identifying negative patterns rather than providing positive architectural blueprints. Users should combine this knowledge with official ActionBook documentation for complete guidance on best practices.
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.