Slash Command1.1k repo starsupdated today
defensive-code-cleanup
Clean Defensive Try-Catch Blocks
Install in Claude Code
Copymkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/vm0-ai/vm0/HEAD/.claude/commands/defensive-code-cleanup.md -o ~/.claude/commands/defensive-code-cleanup.mdThen start a new Claude Code session; the slash command loads automatically.
Definition
defensive-code-cleanup.md
invoke skill /code-quality cleanup
More from this repository
tech-debt-issueSlash Command
Alias for tech-debt issue
tech-debt-researchSlash Command
Alias for tech-debt research
ccstateSkill
Patterns and best practices for using ccstate state management in the vm0 platform
cli-designSkill
Design patterns and conventions for the vm0 CLI user experience
code-qualitySkill
Deep code review and quality analysis for vm0 project
commitSkill
Complete pre-commit workflow - run quality checks (format, lint, type, test) and validate/create conventional commit messages
database-developmentSkill
Database migrations and Drizzle ORM guidelines for the vm0 project
feature-switchSkill
Feature switch system guide for gating new user-facing features behind feature flags