hytale-tag-system

Organize and query Hytale asset tags with a hierarchical tag system.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Documents Hytale's hierarchical tag system and how Hyforged integrates with it for stats, items, blocks, and other assets.

Core Features & Use Cases

  • Hierarchical tag categories enable rich, queryable asset tagging across Hyforged.
  • Tag expansion turns category/value pairs into a flexible set of searchable terms for AssetRegistry.
  • Applies to stat definitions, item assets, and general asset lookups to support tag-based filtering.

Quick Start

Use Hyforged to query assets by a tag like Element=fire to retrieve all matching assets.

Frequently Asked Questions about hytale-tag-system

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

FAQPage Schema
How do I query Hytale assets using hierarchical tags in Hyforged?

You query Hytale assets by providing a category and value pair, such as Element=fire, to retrieve all matching assets from the AssetRegistry using tag-based filtering.

What is tag expansion and how does it work for Hytale asset lookups?

Tag expansion converts category and value pairs into a flexible set of searchable terms, enabling rich, queryable asset tagging across items, blocks, and stats within the AssetRegistry.

Can I use hierarchical tags to filter Hytale stat definitions?

Yes, hierarchical tags apply directly to stat definitions. The system leverages the StatDefinitionRegistry API to support category-aware queries for Hyforged stat assets.

Do I need JSON tag maps to organize Hytale item assets?

Yes, JSON tag maps structure the hierarchical tag categories and expansion rules required to organize and query item assets efficiently within the Hyforged workflow.

What's the best way to structure Hytale block tags for faster lookups?

Organize block tags hierarchically using JSON tag maps and expansion rules, which enables the AssetRegistry to perform fast, category-aware queries across your Hyforged assets.