Sub-skill of web-artifacts-builder: Error Handling.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill error-handling --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Error Handling?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-error-handling-9a78f6ae)More formats (shields.io, HTML) on the badges page.
---
name: web-artifacts-builder-error-handling
description: 'Sub-skill of web-artifacts-builder: Error Handling.'
version: 2.0.0
category: _internal
type: reference
scripts_exempt: true
---
# Error Handling
## Error Handling
### Common Issues
**Issue: CDN library not loading**
- Cause: Network issue or wrong URL
- Solution: Pin version, add fallback, test offline
**Issue: File doesn't open in browser**
- Cause: Browser blocking local file access
- Solution: Use a simple HTTP server or data: URLs
**Issue: Charts not rendering**
- Cause: DOM not ready when script runs
- Solution: Use DOMContentLoaded event
**Issue: Styles not applying**
- Cause: CSS specificity or load order
- Solution: Use more specific selectors, check order
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Build reusable Terraform modules for AWS, Azure, and GCP infrastructure following infrastructure-as-code best practices. Use when creating infrastructure modules, standardizing cloud provisioning, or implementing reusable IaC components.