update-hytale-skills

Sync hytale-* skills with upstream MDX documentation and SKILL.md content.

Updated Jan 19, 2026
One-click install
npx skills add https://github.com/Reign-software/hyforged --skill update-hytale-skills-reign-software
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-hytale-skills
Source: https://github.com/Reign-software/hyforged/tree/main/.github/skills/update-hytale-skills
Command: npx skills add https://github.com/Reign-software/hyforged --skill update-hytale-skills-reign-software

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates keeping all hytale-* skills aligned with upstream documentation by monitoring the HytaleModding site, fetching updated MDX sources, and reconciling local SKILL.md content.

Core Features & Use Cases

  • Automated upstream monitoring: Detects changes in content/docs/en and fetches updated files.
  • Skill reconciliation: Merges upstream updates into existing SKILL.md definitions and maintains mappings.
  • Cross-reference validation: Verifies decompiled server sources for missing upstream doc URLs and updates related skills.
  • Maintenance triggers: Supports periodic refreshes after server updates or new docs.

Quick Start

Run this after deploying a new server version or when new docs appear on HytaleModding site to refresh all hytale-* skills.

Frequently Asked Questions about update-hytale-skills

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

FAQPage Schema
How do I sync local skill markdown with upstream MDX documentation?

Hytale skill synchronization works by fetching updated MDX sources from the HytaleModding site and cross-referencing decompiled server code. It reconciles local SKILL.md content with upstream documentation changes to ensure knowledge skills stay current.

How do I keep Hytale modding skills current after a server update?

To keep Hytale modding skills current after a server update, run a skill sync process that detects changes in upstream documentation. It fetches updated MDX sources and reconciles local SKILL.md content to align with the latest server version.

What frontmatter is required for syncing Hytale skills?

Syncing Hytale skills requires frontmatter to include name and description fields. The process enforces these requirements while maintaining optional resources like scripts, references, and assets, and produces structured metadata including dependencies.

Does skill synchronization validate missing upstream documentation URLs?

Yes, skill synchronization validates missing upstream documentation URLs by cross-referencing decompiled server sources. It verifies the server code to find missing URLs and updates related skills accordingly to maintain documentation accuracy.

When should I run a Hytale skill sync?

You should run a Hytale skill sync after deploying a new server version or when new documentation appears on the HytaleModding site. These maintenance triggers ensure all hytale-* skills stay aligned with the latest upstream content.