mdt-export

Convert DungeonRoute objects into compressed, base64-encoded MDT-compatible strings.

66|10|Updated Aug 12, 2018
One-click install
npx skills add https://github.com/RaiderIO/keystone.guru --skill mdt-export
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mdt-export
Source: https://github.com/RaiderIO/keystone.guru/tree/main/.claude/skills/mdt-export
Command: npx skills add https://github.com/RaiderIO/keystone.guru --skill mdt-export

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows for the conversion of a DungeonRoute into a compressed, base64-encoded string that is compatible with MDT (MythicDungeonTools), facilitating easy import into the MDT tool for further analysis and planning.

Core Features & Use Cases

  • Route Conversion: Converts DungeonRoute objects into a string format suitable for MDT import.
  • Object Structure Mirroring: Accurately mirrors the full MDT object structure, including notes, lines, arrows, and kill zones.
  • Use Case: Ideal for developers working on MDT integration, debugging export outputs, or creating new exportable object types within the MDT ecosystem.

Quick Start

Run the 'mdt-export' skill to convert the 'currentRoute' object into an MDT-importable string.

Frequently Asked Questions about mdt-export

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

FAQPage Schema
How do I convert a DungeonRoute object to an MDT-importable string?

Converting a DungeonRoute to an MDT-importable string involves serializing the route object structure into a compressed, base64-encoded format compatible with MythicDungeonTools for import and planning.

What is Lua string serialization for MythicDungeonTools export?

Lua string serialization for MythicDungeonTools export is the process of encoding complex MDT object structures, including dungeon routes, notes, and kill zones, into a compressed base64 string for easy sharing and import.

Can I export dungeon routes with notes and kill zones to MDT format?

Yes, you can export dungeon routes with notes and kill zones to MDT format. The conversion process accurately mirrors the full MDT object structure, ensuring all elements like lines and arrows are preserved in the output string.

How do I debug a base64 export string for MDT dungeon routes?

Debugging a base64 export string for MDT dungeon routes requires validating the Lua serialization and ensuring the compressed output accurately reflects the DungeonRoute object structure without data loss during encoding.

Does MDT string conversion handle custom object types for dungeon routes?

MDT string conversion handles custom object types by applying Lua serialization rules to the DungeonRoute structure. It is suitable for testing new exportable object types within the MythicDungeonTools ecosystem.