check-memory-safety
About
This skill analyzes Mojo code to detect memory safety issues like use-after-free errors and ownership violations. It's designed for code reviews and testing to catch bugs before they cause crashes or undefined behavior. The tool provides specific grep patterns to identify problematic memory access patterns, pointer operations, and ownership transfers.
Quick Install
Claude Code
Recommendednpx skills add majiayu000/claude-skill-registry -a claude-code/plugin add https://github.com/majiayu000/claude-skill-registrygit clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/check-memory-safetyCopy and paste this command in Claude Code to install this skill
GitHub Repository
Related Skills
analyze-simd-usage
OtherThis skill analyzes Mojo code to identify SIMD optimization opportunities in performance-critical sections like tensor operations and loops. It helps developers find where to apply vectorization for element-wise array processing and matrix operations. The skill provides grep-based quick references to locate SIMD candidates and bottlenecks in ML code.
wacli
Communicationwacli is a command-line tool that enables WhatsApp messaging, search, and synchronization via the WhatsApp Web protocol. It's primarily used within Clawdis workflows for automated handling but can be called directly to send messages, sync chats, or query history. Key features include QR-based authentication, continuous background syncing, and the ability to send both text and files.
dependency-updater
DesignThis Claude Skill automatically scans project dependencies across multiple package managers and identifies available updates. It categorizes updates by semver level and analyzes changelogs to detect breaking changes and security fixes. Developers should use this skill to get smart recommendations about which dependencies to update and understand the potential impact of each upgrade.
hidden-folder-audit-pre-audit
OtherThis pre-audit skill systematically analyzes hidden folders before cleanup, documenting their state and identifying duplicates, broken symlinks, and usage. It creates a migration plan by listing files to move, delete, or update. Use it as the first step when preparing to reorganize or remove hidden directories in a codebase.
