pixellab-import-to-godot

Import PixelLab characters into Godot with organized folders and metadata.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/cautiouskurns/Game-Template --skill pixellab-import-to-godot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pixellab-import-to-godot
Source: https://github.com/cautiouskurns/Game-Template/tree/main/.claude/skills/pixellab-import-to-godot
Command: npx skills add https://github.com/cautiouskurns/Game-Template --skill pixellab-import-to-godot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PixelLab asset importing into Godot is error-prone and time-consuming when done manually. This skill automates the process, ensuring assets are downloaded, named, organized, and tracked with consistent metadata and a master manifest.

Core Features & Use Cases

  • Automated asset import: downloads PixelLab base sprites and animations, organizes them into the Godot-friendly folder structure, and generates per-character _meta.json metadata.
  • Manifest and metadata management: updates res://assets/sprites/characters/manifest.json with new entries and keeps character metadata in _meta.json for tracking art status, role, and tags.
  • Batch and single imports: supports importing a single character or a batch of characters, with optional integration of additional scripts/references/assets as needed.
  • Use Case: A game artist wants to bring a PixelLab character into a Godot project and have the folders, names, and metadata ready for immediate use in the engine.

Quick Start

Import a PixelLab character named Bandit Thug into Godot. The skill creates the proper folder path, downloads assets, generates metadata files, and updates the master manifest. After import, open Godot to review the new character assets and run helpers to generate SpriteFrames if needed.

Frequently Asked Questions about pixellab-import-to-godot

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

FAQPage Schema
How do I import PixelLab characters into Godot?

PixelLab character imports into Godot are automated by downloading base sprites, organizing them into standardized assets/sprites folders, generating per-character _meta.json files, and updating the master manifest for immediate engine use.

What is the best way to organize PixelLab assets in a Godot project?

The best way to organize PixelLab assets in Godot uses standardized paths under assets/sprites/characters, creates per-character _meta.json metadata files, and updates a master manifest.json to track art status and tags.

Can I batch import multiple PixelLab characters into Godot at once?

Batch importing multiple PixelLab characters into Godot is fully supported. The skill processes batch downloads, enforces standardized folder paths, generates per-character metadata, and updates the master manifest for all imported characters simultaneously.

Does this PixelLab Godot import process create SpriteFrames?

Optional SpriteFrames creation is supported during the PixelLab Godot import process. After downloading and organizing character assets into folders, helpers can generate SpriteFrames for single or batch character imports.

Why do I need a manifest when importing PixelLab art into Godot?

Updating a master manifest when importing PixelLab art into Godot prevents asset tracking errors. The skill updates res://assets/sprites/characters/manifest.json with new entries and tracks art status, role, and tags in per-character _meta.json files.

What folder structure does Godot expect for PixelLab sprite assets?

The folder structure for PixelLab sprite assets in Godot uses standardized res://assets/sprites/characters/ paths. The skill enforces this structure, creating per-character directories, _meta.json files, and updating the master manifest.