error-message-manager
OfficialRewrite Julia errors into actionable diagnostics.
Software Engineering#code quality#diagnostics#exception handling#julia#api validation#error messages
AuthorCliMA
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Julia packages often throw vague, low-context error messages that leave users guessing what went wrong and how to fix it. This Skill transforms cryptic exceptions into structured diagnostics that clearly state the failure, show expected versus actual values, and provide actionable suggestions.
Core Features & Use Cases
- Structured Error Rewrites: Converts bare assert, error, and throw statements into typed exceptions with Expected, Got, and Suggestion sections.
- Early Validation: Adds guards at API boundaries to catch invalid inputs before they reach numerical routines.
- Loop Context Preservation: Includes iteration indices and per-iteration state in errors thrown inside loops so users can reproduce failures without debug prints.
- Exception Chaining: Preserves original exception types and messages when catching and re-throwing to retain root causes.
Quick Start
Use the error-message-manager skill to audit Julia source files and rewrite vague error messages into structured diagnostics with Expected, Got, and Suggestion sections.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: error-message-manager Download link: https://github.com/CliMA/CalibrateEmulateSample.jl/archive/main.zip#error-message-manager Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 536,000+ vetted skills library on demand.