A set of skills I made while experimenting with game development using Codex.
01
About
02
Skills
game-tileset-generator
- Outputs game tilesets ready to import into tools like Tiled
- Reduces the manual cleanup and rework after GPT-generated outputs


03
Install
The repository already ships with an installer. By default, it copies the whole skill directory into your Codex skills directory. If you want to keep developing locally, you can install via symlink instead.
./install-skill list
./install-skill game-tileset-generator
./install-skill --symlink game-tileset-generator
./install-skill --all
./install-skill --all --symlink
If an installation with the same name already exists, the installer replaces it automatically. Restart Codex after installing new skills.