claudeindex
Plugin

fix-bare-excepts

Find and fix bare `except:` clauses and overly broad `except Exception` catches across a Python codebase. Narrows to specific exception types (ImportError, ConnectionError, ValueError, pydantic.ValidationError, etc.) and adds logging where exceptions were silently swallowed. Leaves test files alone.

Installation

1

Add the marketplace

/plugin marketplace add PatientVibes/agent-skills
2

Install plugins

/plugin

Run these commands in Claude Code to add this plugin to your environment. The marketplace must be added before you can install its plugins.