xenonmaas-dev

Automate local XenonMAAS server builds, tests, worktrees, backups, and diagnostics.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Joaoha/xenon-maas --skill xenonmaas-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xenonmaas-dev
Source: https://github.com/Joaoha/xenon-maas/tree/main/skills/xenonmaas-dev
Command: npx skills add https://github.com/Joaoha/xenon-maas --skill xenonmaas-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the development and operation of a local XenonMAAS instance for building, testing, managing worktrees, backing up databases, and diagnosing issues to keep the local environment healthy and productive.

Core Features & Use Cases

  • Start and stop a local XenonMAAS server for development and testing.
  • Pull updates from master, run builds and tests, and manage worktrees for isolated experiments.
  • Back up databases and perform diagnostics to maintain healthy deployments.

Quick Start

Clone the XenonMAAS repo, install dependencies, read doc/DEVELOPING.md, and start the local server with npm run xenonmaas -- run.

Frequently Asked Questions about xenonmaas-dev

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

FAQPage Schema
How do I set up and run a local XenonMAAS development server?

The Skill automates local development operations including starting and stopping the XenonMAAS server, pulling master updates, managing worktrees for isolated experiments, backing up databases, and performing diagnostics to maintain healthy deployments.

How do I manage Git worktrees for isolated XenonMAAS experiments?

Managing Git worktrees for isolated XenonMAAS experiments is automated by the Skill, allowing developers to create separate working directories, run builds and tests independently, and keep the main local environment productive and healthy.

Can I automate database backups and diagnostics for my local XenonMAAS instance?

Yes, you can automate database backups and perform diagnostics for local XenonMAAS deployments. The Skill provides built-in operations to back up databases and run diagnostic checks to maintain a healthy local development environment.

What is the best way to pull updates and run builds in a local XenonMAAS repo?

The best way to pull updates and run builds in a local XenonMAAS repo is through the Skill's automated workflow, which handles pulling master updates, running builds, and executing tests while following canonical development guidelines.

Do I need to read the DEVELOPING.md file before using the local XenonMAAS environment?

Yes, reading the DEVELOPING.md file is a required quick start step. The Skill defines workflow requirements and canonical development guidelines that developers must follow when building, testing, and managing local XenonMAAS servers.