startup-triage

Trace CLI-to-runtime startup paths in diagram-tours and diagnose loading issues.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/h-4vok/diagram-tours --skill startup-triage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: startup-triage
Source: https://github.com/h-4vok/diagram-tours/tree/main/.agents/skills/startup-triage
Command: npx skills add https://github.com/h-4vok/diagram-tours --skill startup-triage

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Debug startup and runtime-loading issues in diagram-tours. Trace the CLI-to-runtime path to identify where startup behavior diverges, helping teams reproduce failures and validate fixes.

Core Features & Use Cases

  • Trace startup paths from CLI input to loaded runtime entry.
  • Inspect key sources across CLI and server layers during startup to compare behavior.
  • Use for investigations into no-arg wizard, direct targets, Markdown-backed targets, and host/port handling.

Quick Start

Run the startup-triage workflow to reproduce and diagnose the CLI startup path.

Frequently Asked Questions about startup-triage

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

FAQPage Schema
How do I debug CLI startup path issues in diagram-tours?

Trace no-arg wizard startup failures by validating the CLI-to-runtime entry path against source files such as wizard.ts. The Skill compares behavior across CLI and server layers to pinpoint exactly where startup diverges during wizard flows.

How does runtime-loading validation work for Markdown-backed targets?

To diagnose Markdown-backed target startup issues, run the startup-triage workflow. It inspects source files like server.ts and source-target.ts to compare runtime-loading behavior and surface actionable diagnostics from startup-smoke tests.

Does this Skill support debugging host and port handling during server startup?

Yes, this Skill supports debugging host and port handling during server startup. It inspects server layer source files to validate startup paths and surfaces divergences in runtime-loading behavior for server-specific configurations.

What is the best way to trace runtime-loading issues across web-player layers?

The best way to trace runtime-loading issues across web-player layers is to validate startup paths against source files like +layout.server.ts. The Skill surfaces diagnostics from startup-smoke tests to identify where behavior diverges from the expected CLI-to-runtime path.

Why does my direct directory target fail to load at runtime?

Your direct directory target may fail to load at runtime due to path validation divergences between CLI input and the loaded runtime entry. The Skill traces these startup paths against source files like target.ts to isolate the exact failure point and surface diagnostics.