Error Pages
Generates custom error pages for your website, improving user experience and branding when unexpected issues occur.
Install on your platform
We auto-selected Claude Code based on this skillβs supported platforms.
Run in terminal (recommended)
claude mcp add error-pages npx -- -y @trustedskills/error-pages
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"error-pages": {
"command": "npx",
"args": [
"-y",
"@trustedskills/error-pages"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill generates custom error pages for websites or applications. It can create HTML files tailored to specific HTTP status codes (like 404 Not Found, 500 Internal Server Error) with personalized messages and branding. The generated pages aim to improve user experience by providing helpful information instead of generic errors.
When to use it
- You need to replace default error pages on a website with more informative or branded alternatives.
- You want to create custom 404 pages that guide users back to relevant content.
- You're building an application and require tailored error handling for different failure scenarios.
- You are developing a web API and need customized responses for various error conditions.
Key capabilities
- Generates HTML files for specific HTTP status codes.
- Allows customization of error page messages.
- Supports branding elements within the generated pages.
- Designed to improve user experience during errors.
Example prompts
- "Create a 404 error page with a friendly message and links to our homepage and contact form."
- "Generate a 500 error page that explains potential causes and suggests refreshing the page."
- βCan you create an HTML file for a 429 Too Many Requests error, explaining rate limits?β
Tips & gotchas
The skill requires basic knowledge of HTML to effectively customize the generated error pages. Consider how these custom pages will be deployed on your web server or application environment.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates β what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
π Community
Passed automated security scans.