Fe Debug
Quickly identifies and suggests fixes for frontend errors in web applications using automated analysis and code inspection.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add fe-debug npx -- -y @trustedskills/fe-debug
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"fe-debug": {
"command": "npx",
"args": [
"-y",
"@trustedskills/fe-debug"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The fe-debug skill assists with front-end development debugging. It can help identify and resolve issues in JavaScript, CSS, and HTML code. This tool provides insights into the application's state and behavior to facilitate faster troubleshooting and improved code quality.
When to use it
- When encountering unexpected behavior or errors in a web application.
- During the development process to quickly pinpoint and fix bugs.
- To understand the current state of variables, DOM elements, or network requests within an application.
- While troubleshooting performance bottlenecks in front-end code.
Key capabilities
- Debugging JavaScript code
- Inspecting CSS styles
- Examining HTML structure
- Analyzing network requests
Example prompts
- "Debug this JavaScript function and tell me why it's not working."
- "Show me the current CSS applied to this element."
- "What is the value of this variable at this point in execution?"
- "Inspect the network request for this API endpoint."
Tips & gotchas
This skill requires a running front-end application or code snippet to debug. The effectiveness depends on the clarity and context provided within the prompt.
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.