guide-type-mappings

Convert LibGDX type references to their SGE equivalents.

6|1|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/kubuszok/sge --skill guide-type-mappings
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: guide-type-mappings
Source: https://github.com/kubuszok/sge/tree/main/.claude/skills/guide-type-mappings
Command: npx skills add https://github.com/kubuszok/sge --skill guide-type-mappings

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a quick reference for developers converting code from LibGDX to SGE, aiding in the identification of equivalent types and renames.

Core Features & Use Cases

  • Type Mapping Guide: Offers a detailed mapping of package, class, and collection types from LibGDX to SGE.
  • Use Case: A developer working on porting a LibGDX project to SGE can use this Skill to find the equivalent SGE classes for their LibGDX imports.

Quick Start

Load the LibGDX-to-SGE type mapping reference.

Frequently Asked Questions about guide-type-mappings

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

FAQPage Schema
How do I convert LibGDX types to SGE equivalents during code migration?

To convert LibGDX types to SGE equivalents during code migration, use a type mapping reference that provides direct correspondences for package, class, and collection types.

What is the best way to map LibGDX imports to Scala Game Engine classes?

The best way to map LibGDX imports to Scala Game Engine classes is by consulting a dedicated type conversion guide that details equivalent package and class renames.

Can I find Scala Game Engine equivalents for all LibGDX collection types?

Yes, you can find Scala Game Engine equivalents for LibGDX collection types by loading a type mapping document that covers package, class, and collection conversions.

Does porting a LibGDX project to SGE require a specific type mapping document?

Porting a LibGDX project to SGE requires access to a type mapping document to accurately identify the corresponding SGE classes for your existing LibGDX imports.

What are the limitations of using a LibGDX to SGE type conversion reference?

A limitation of using a LibGDX to SGE type conversion reference is that it primarily focuses on identifying equivalent types and renames, serving as a quick reference rather than an automated migration tool.