ir:test-mac

Build and restart the Irrlicht macOS Go daemon and Swift app for testing.

93|10|Updated Sep 5, 2025
One-click install
npx skills add https://github.com/ingo-eichhorst/Irrlicht --skill ir-test-mac
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ir:test-mac
Source: https://github.com/ingo-eichhorst/Irrlicht/tree/main/.claude/skills/ir%3Atest-mac
Command: npx skills add https://github.com/ingo-eichhorst/Irrlicht --skill ir-test-mac

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the local macOS development workflow by automating the build, restart, and launch of the Irrlicht daemon and Swift app, ensuring a clean, repeatable dev stack for testing.

Core Features & Use Cases

  • Automates the compilation of the Go-based Irrlicht daemon and the macOS Swift application.
  • Kills all running Irrlicht processes and launches fresh builds for quick, repeatable tests.
  • Supports triggering from common commands like "test mac", "restart mac", or "/ir:test-mac" to bootstrap a dev environment.

Quick Start

Run the build-and-restart sequence to spin up the macOS development stack for testing.

Frequently Asked Questions about ir:test-mac

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

FAQPage Schema
How do I automate building and restarting a Go daemon and Swift app on macOS?

You can automate the macOS dev stack restart by triggering a sequence that locates the repo root, compiles the Go daemon, builds the Swift app, kills existing processes, and launches fresh builds for repeatable local testing.

What steps are needed to kill existing Irrlicht processes and launch fresh macOS builds?

To kill existing Irrlicht processes and launch fresh macOS builds, the workflow locates the repository root, compiles the Go daemon, builds the Swift application, terminates running processes, and starts the newly compiled dev stack.

Can I trigger a local macOS development stack restart using natural language commands?

Yes, the local macOS development stack restart supports natural language triggers like 'test mac', 'restart mac', or the '/ir:test-mac' command to bootstrap a clean dev environment for testing.

Does this macOS development workflow support both Go daemon and Swift app compilation?

Yes, the macOS development workflow supports both Go daemon and Swift app compilation, automating the build of both components to ensure a clean, repeatable dev stack for local testing.

Why do I need to kill existing processes before launching new macOS dev builds?

Killing existing processes before launching new macOS dev builds ensures a clean state. The restart workflow terminates running Irrlicht processes to prevent conflicts and guarantee fresh builds operate without residual interference.

What is the best way to maintain a clean Irrlicht dev stack for local testing on macOS?

The best way to maintain a clean Irrlicht dev stack for local testing on macOS is automating the build and restart sequence, which compiles the Go daemon and Swift app, kills old processes, and launches fresh builds.