devserver

Monitor logs, access scene source, and automate rendering via HTTP requests.

1|Updated Dec 29, 2024
One-click install
npx skills add https://github.com/mattolenik/GalactiCAD --skill devserver-mattolenik
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devserver
Source: https://github.com/mattolenik/GalactiCAD/tree/main/.agents/skills/devserver
Command: npx skills add https://github.com/mattolenik/GalactiCAD --skill devserver-mattolenik

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

It provides developers with a local development server to monitor logs, access scene source, and automate agent interactions during CAD development.

Core Features & Use Cases

  • Runtime Logging and Debugging: View live logs to debug webGPU or app errors without opening DevTools.
  • Scene Source Access: Capture the current scene source including unsaved changes for debugging or repro scripts.
  • Agent Automation: Fetch test cases, trigger headless renders, and control the scene via HTTP requests for testing and automation workflows.

Quick Start

Use the devserver skill to retrieve logs, capture scene source, or run automated agent renders during CAD development sessions.

Frequently Asked Questions about devserver

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

FAQPage Schema
How do I monitor live logs for CAD projects without opening DevTools?

A local devserver enables you to view live runtime logs to debug webGPU or app errors without opening DevTools. This streamlines the debugging process during local CAD development sessions.

Can I capture scene source including unsaved changes for repro scripts?

Scene source access captures the current scene state including unsaved changes for debugging or repro scripts. This ensures you can accurately reproduce issues found during local CAD development.

How do I automate rendering workflows and trigger headless renders via HTTP?

Agent automation fetches test cases, triggers headless renders, and controls the scene via HTTP requests for testing and automation workflows. This enables efficient automated rendering workflows in local CAD projects.

Does the devserver support agent automation for local CAD testing?

The devserver supports agent automation for local CAD testing by fetching test cases, triggering headless renders, and controlling the scene via HTTP requests. This enables efficient testing and automation workflows.

What is the best way to debug webGPU errors during local development?

Viewing live runtime logs through a local devserver is the best way to debug webGPU errors during local CAD development. This avoids opening DevTools and provides immediate access to scene source data.

Are there limitations to using a local devserver for scene source access?

The devserver is limited to local CAD projects for monitoring logs, accessing scene source, and automating agent interactions. It relies on HTTP requests for scene control and headless renders for testing.