Expert skill for designing and implementing high-quality compiler error messages
Scanned 2/12/2026
Install to Claude Code
npx -y skills add a5c-ai/babysitter --skill error-messages --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Error Messages?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/a5c-ai-error-messages)More formats (shields.io, HTML) on the badges page.
---
name: Error Messages
description: Expert skill for designing and implementing high-quality compiler error messages
category: User Experience
allowed-tools:
- Read
- Write
- Edit
- Glob
- Grep
- Bash
---
# Error Messages Skill
## Overview
Expert skill for designing and implementing high-quality compiler error messages.
## Capabilities
- Design clear, actionable error message templates
- Implement source context display with underlines
- Generate fix suggestions and quick fixes
- Handle error cascades and suppression
- Implement multi-span error annotations
- Support machine-readable error output (JSON)
- Implement color/styled terminal output
- Design error recovery strategies for better diagnostics
## Target Processes
- error-message-enhancement.js
- parser-development.js
- type-system-implementation.js
- semantic-analysis.js
- lsp-server-implementation.js
## Dependencies
Elm/Rust error message guidelines
## Usage Guidelines
1. **Clarity**: Make error messages clear and actionable
2. **Context**: Show relevant source code context with precise location
3. **Suggestions**: Provide fix suggestions when possible
4. **Cascades**: Suppress cascading errors to avoid overwhelming users
5. **Machine-Readable**: Support JSON output for tooling integration
## Output Schema
```json
{
"type": "object",
"properties": {
"errorFormat": {
"type": "string",
"enum": ["human", "json", "sarif"]
},
"features": {
"type": "array",
"items": { "type": "string" }
},
"colorSupport": { "type": "boolean" },
"generatedFiles": {
"type": "array",
"items": { "type": "string" }
}
}
}
```
Is this your skill, or is something wrong with this listing? . Author removals are honored within 72 hours.
No comments yet. Be the first to comment!