Agent Skills by Dimitri Lagast
Showing 40 vetted skills indexed across 1 GitHub repositories.
hytale-commands
Document Hytale plugin server commands with Java argument and permission handling.
hytale-hotbar-actions
Intercept and filter player packets to customize Hytale hotbar key actions.
hytale-tag-system
Document Hytale's hierarchical tag system and AssetRegistry API usage.
hytale-logging
Document Hytale's HytaleLogger API for server-side plugin logging.
hytale-config-files
Manages persistent Hytale plugin configuration files using Java and Config<T>.
hytale-ecs
Explains Hytale's Entity Component System for plugin development.
hytale-env-setup
Set up a Hytale plugin development environment with JDK 25 and VS Code.
update-server-lib
Download the latest Hytale pre-release server, decompile its JAR with Vineflower, and update server assets.
generate-agent-docs
Generates documentation for AI coding assistant customizations from parsed YAML and Markdown content.
hytale-chat-formatting
Format Hytale chat messages with PlayerChatEvent and TinyMessage rich text.
hytale-text-holograms
Generate floating text holograms in Hytale using invisible entities with Nameplate components.
hytale-teleporting-players
Teleport Hytale players using Teleport components and Transform data.
copilot-file-specs
Document file formats for AI coding assistant customization files.
hytale-camera-controls
Manage Hytale server-side camera settings via ServerCameraSettings and SetServerCamera packets.
hytale-notifications
Send in-game notifications to Hytale players via NotificationUtil.
hytale-player-input
Intercept and filter Hytale player input packets via PacketAdapters.
hytale-spawning-entities
Spawn visible model-based entities in Hytale using the Entity Component System.
hytale-items
Document Hytale's item system, including the Item Registry API and custom item JSON definitions.
hytale-blocks
Create custom Hytale block definitions with JSON and asset packs.
hytale-instances
Manage Hytale instanced worlds with the InstancesPlugin for spawning, teleporting, and removing instances.
analyze-agent-overlap
Scan provider folders to detect overlaps among agents, skills, prompts, and instructions.
hytale-ui-modding
Create custom Hytale UIs using .ui files and the Java UI API.
hytale-playing-sounds
Play sounds to players in Hytale plugins using SoundUtil and SoundEvent.
hytale-events
Document Hytale event handling for IEvent, IAsyncEvent, and EcsEvent plugins.