debug

Diagnose and resolve Bun project and monorepo environment errors.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/monobaselabs/monobase-js --skill debug-monobaselabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debug
Source: https://github.com/monobaselabs/monobase-js/tree/main/.claude/skills/debug
Command: npx skills add https://github.com/monobaselabs/monobase-js --skill debug-monobaselabs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps developers quickly identify and resolve common development environment issues such as port conflicts, database connectivity problems, type errors after code generation, and dependency mismatches.

Core Features & Use Cases

  • Port and service conflict diagnosis and remediation.
  • Database connectivity and environment validation checks.
  • Guidance for fixing type-generation errors and dependency problems.
  • Step-by-step guided debugging workflows for Bun-based projects and monorepos.

Quick Start

Describe the error you are seeing to begin the guided troubleshooting flow.

Frequently Asked Questions about debug

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I troubleshoot port conflicts in a Bun development environment?

Troubleshoot port conflicts in a Bun environment by running guided diagnosis steps to inspect active services and apply remediation commands. This resolves process overlaps blocking local dev workflows.

Why does my monorepo have database connectivity issues during local development?

Database connectivity issues in monorepos occur from invalid environment configurations or unreachable services. Run environment validation checks and inspect connection variables to resolve local dev failures.

How do I fix type generation errors after running code generation in a Bun monorepo?

Fix type generation errors by following guided debugging workflows specific to Bun-based projects. These steps inspect dependency mismatches and align type outputs to resolve compilation failures.

Can I use this guided debugging workflow to resolve dependency problems in CI pipelines?

Yes, you can use this guided debugging workflow to resolve dependency problems across both local dev and CI workflows. It inspects dependency trees and provides remediation recommendations.

What is the best way to diagnose dependency mismatches in a Bun-based monorepo?

The best way to diagnose dependency mismatches is using environment inspection commands to analyze dependency trees. This identifies version conflicts across monorepo packages and provides remediation steps.