Runtime Debug
Automatically identifies and reports runtime errors in Vercel deployments, simplifying debugging and improving application stability.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add runtime-debug npx -- -y @trustedskills/runtime-debug
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"runtime-debug": {
"command": "npx",
"args": [
"-y",
"@trustedskills/runtime-debug"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The runtime-debug skill enables AI agents to inspect and troubleshoot Next.js applications directly within the browser environment. It provides access to real-time execution data, allowing agents to analyze runtime behavior without needing a local development setup.
When to use it
- Diagnosing complex client-side errors that occur only in production or staging environments.
- Investigating performance bottlenecks by examining actual render times and network requests.
- Verifying how dynamic routes and middleware behave under specific user interactions.
- Debugging issues related to server actions or data fetching strategies in Next.js apps.
Key capabilities
- Access to the Next.js runtime context for deep inspection.
- Real-time monitoring of application state during execution.
- Integration with Vercel's ecosystem for seamless debugging workflows.
- Support for analyzing both client and server-side rendering behaviors.
Example prompts
- "Use
runtime-debugto trace why the homepage fails to load on mobile devices in our Next.js app." - "Inspect the runtime logs to identify latency spikes during the checkout process."
- "Debug a hydration mismatch error by examining the component execution flow using
runtime-debug."
Tips & gotchas
Ensure your AI agent has appropriate permissions to access production or staging environments where the debugging session will run. This skill is specific to Next.js applications, so it cannot be used for generic web frameworks like React SPA without a Next.js adapter.
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 |
🏢 Official
Published by the company or team that built the technology.