insforge-debug

Installation
SKILL.md

InsForge Debug

Diagnose problems in InsForge projects — from frontend SDK errors to backend infrastructure issues. This skill helps you locate problems by running the right commands and surfacing logs/status. The manual scenarios below locate problems without suggesting fixes; the AI-assisted path additionally returns suggested causes and solutions.

Always use npx @insforge/cli — never install the CLI globally.

AI-Assisted Diagnosis (Fastest Path)

When the user gives a concrete description of the problem (error message, failing URL, HTTP status), hand it to the InsForge debug agent. It inspects backend state on its own and returns a diagnosis plus possible solutions.

npx @insforge/cli diagnose --ai "<issue description>"

When to use this path first:

  • The user pastes an error, request URL, or status code and asks "why?"
  • You want a fast first pass before drilling into the manual scenarios below
  • The problem spans multiple subsystems (frontend + backend + database) and you're not sure where to start
Related skills
Installs
4.8K
GitHub Stars
19
First Seen
Apr 2, 2026