ouzlifaneyassine1-dot

61 mods across 1 repository, 0 stars between them.

onyx

02

ouzlifaneyassine1-dot/onyx-engine

Plugin Claude Code

Agent tooling for Onyx Engine: game-dev skills, lifecycle hooks, and a 44-tool MCP bridge to the local desktop app.

0 2mo ago A tokens not measured copy · 94% MIT

onyx-engine

03

ouzlifaneyassine1-dot/onyx-engine

MCP server Claude CodeCodexCursor

MCP server "onyx-engine" as configured in ouzlifaneyassine1-dot/onyx-engine. Runs locally from the onyx-engine npm package.

0 2mo ago A tokens not measured original MIT

ouzlifaneyassine1-dot/onyx-engine

Instructions file CodexOpenCode

AGENTS.md instructions for ouzlifaneyassine1-dot/onyx-engine, covering onyx — agent context, what you're working with, critical rules, skill priority and mcp tool palette (engine on localhost:6550).

0 2mo ago A 1,028 tokens original MIT

ouzlifaneyassine1-dot/onyx-engine

Instructions file

Claude Code instructions for ouzlifaneyassine1-dot/onyx-engine: This file primes Claude Code on onyx when it loads from this repo. The full agent workflow lives in skills/workflow/using-onyx/SKILL.md; activate that skill on every fresh session.

0 2mo ago A 65 tokens original MIT

ouzlifaneyassine1-dot/onyx-engine

Instructions file Gemini CLI

Gemini CLI instructions for ouzlifaneyassine1-dot/onyx-engine, covering onyx — context primer for gemini, what onyx engine is, how to behave, skill priority and mcp tools (when the engine is running on localhost:6550).

0 2mo ago A 1,037 tokens original MIT

onyx

07

ouzlifaneyassine1-dot/onyx-engine

Skill Claude CodeCodex

Use when the user types "/onyx " — adopts the Onyx Engine game-dev persona and routes the request through the onyx skill family. Trigger on any message starting with "/onyx ", or "as onyx" / "in onyx mode" / "using onyx" framings.

0 2mo ago A 66 tokens original MIT

gameskill

08

ouzlifaneyassine1-dot/onyx-engine

Command

You are capturing what we just learned in this game-development session into Onyx Engine's skill library, so the next agent (and every onyx user) gets to start where we ended.

0 2mo ago A 0 tokens original MIT

SessionStart

09

ouzlifaneyassine1-dot/onyx-engine

Hook

Runs when a session starts on startup, clear and compact, executing run-hook.cmd. From ouzlifaneyassine1-dot/onyx-engine.

0 2mo ago A tokens not measured copy · 80% MIT

PreToolUse

10

ouzlifaneyassine1-dot/onyx-engine

Hook

Runs before the agent uses a tool for Bash(git commit*) tool calls, executing run-hook.cmd. From ouzlifaneyassine1-dot/onyx-engine.

0 2mo ago A tokens not measured copy · 100% MIT

character-portrait

11

ouzlifaneyassine1-dot/onyx-engine

Skill Claude CodeCodex

Use when generating a single, polished bust/portrait of a character for dialogue UI, character-select screens, lore cards, or codex entries. One character, locked composition, VN-style. Trigger on "character portrait", "dialogue portrait", "VN portrait", "character bust", "headshot", "character select image", "lore…

0 2mo ago A 76 tokens original MIT

concept-art

12

ouzlifaneyassine1-dot/onyx-engine

Skill Claude CodeCodex

Use when the user is exploring art direction — wants 3-4 rough variants of a character, environment, or prop to pick a vibe before committing to a final asset. Generates a batch of evocative concept images, not finals. Trigger on "concept art", "art direction", "explore the look", "give me some variants", "what could…

0 2mo ago A 89 tokens copy · 86% MIT

create-asset-sheet

13

ouzlifaneyassine1-dot/onyx-engine

Skill Claude CodeCodex

Use when the user wants to generate a pack of 2D game assets from a single prompt — a tile sheet, UI kit, menu screen, character pack, or biome set. The skill plans the prompt, generates a coherent sheet, removes the background, vision-detects each item, classifies it, and saves as a single pack ArtAsset. Trigger on…

0 2mo ago A 121 tokens original MIT

ouzlifaneyassine1-dot/onyx-engine

Skill Claude CodeCodex

Use when the user wants to import or spawn an entire asset pack (the multi-slice ArtAsset produced by create-asset-sheet) into the current scene — not a single slice, the whole pack. Reads the pack's per-slice metadata (zOrder, isComposite, parentSliceIndex, widget, bbox), groups composites, sorts children by paint…

0 2mo ago A 131 tokens original MIT

pixel-art

15

ouzlifaneyassine1-dot/onyx-engine

Skill Claude CodeCodex

Use when generating pixel-art assets — sprites, items, tiles, portraits in a pixel style at a specific resolution (32×32, 64×64, 128×128). Pixel-perfect grid, limited palette, retro feel. Trigger on "pixel art", "8-bit art", "16-bit sprite", "pixel sprite", "retro tileset", "pixel icon", "pixel portrait".

0 2mo ago A 83 tokens original MIT

skybox-panorama

16

ouzlifaneyassine1-dot/onyx-engine

Skill Claude CodeCodex

Use when generating a 360° panoramic sky image for use as a Sky resource (PanoramaSkyMaterial) in a 3D scene. Equirectangular projection, 2:1 aspect. Wires into WorldEnvironment.sky. Trigger on "skybox", "sky panorama", "360 background", "environment sky", "HDRI sky", "panoramic background", "panorama sky".

0 2mo ago A 87 tokens copy · 88% MIT

sprite-sheet

17

ouzlifaneyassine1-dot/onyx-engine

Skill Claude CodeCodex

Use when generating animated 2D character sprites laid out as a sprite sheet (grid of frames) — walk cycle, attack frames, idle bob, death sequence. Wires into AnimatedSprite2D / SpriteFrames. Trigger on "sprite sheet", "walk cycle", "attack frames", "animated sprite", "frame-by-frame animation", "2D character…

0 2mo ago A 77 tokens original MIT

tileable-texture

18

ouzlifaneyassine1-dot/onyx-engine

Skill Claude CodeCodex

Use when generating a seamless tileable texture for walls, floors, terrain, ceilings — square tile that repeats cleanly on all four edges. Wires onto PlaneMesh / CSGBox3D / MeshInstance3D as a StandardMaterial3D albedo. Trigger on "tileable texture", "seamless texture", "wall texture", "floor texture", "ground…

0 2mo ago A 92 tokens copy · 89% MIT

ui-graphics

19

ouzlifaneyassine1-dot/onyx-engine

Skill Claude CodeCodex

Use when generating UI elements — icons, buttons, panels, frames, HUD widgets, badges. Flat-design, transparent-background, game-UI style. Wires the result via TextureRect / NinePatchRect / AtlasTexture. Trigger on "UI icon", "button graphic", "HUD element", "panel frame", "menu background", "inventory slot", "ability…

0 2mo ago A 82 tokens original MIT

use-widget-asset

20

ouzlifaneyassine1-dot/onyx-engine

Skill Claude CodeCodex

Use when consuming a widget slice (panel, button, slider, progress bar, or toggle pair) from a create-asset-sheet pack into a Godot scene. The pack's metadata.sliceMeta carries 9-slice margins, fill rects, and on/off pair links per slice — this skill explains how to wire those into NinePatchRect / TextureProgressBar /…

0 2mo ago A 98 tokens copy · 89% MIT

character-model

21

ouzlifaneyassine1-dot/onyx-engine

Skill Claude CodeCodex

Use when generating a humanoid character ready for animation — player avatar, NPC, enemy, boss, companion. Generates a T-pose reference image, gates an un-rigged preview past the user, then runs the Meshy auto-rig pass and wires the result as a CharacterBody3D (movement) or Node3D (cinematic). Trigger on "make a…

0 2mo ago A 115 tokens copy · 88% MIT

environment-kit

22

ouzlifaneyassine1-dot/onyx-engine

Skill Claude CodeCodex

Use when generating a modular environment kit — wall pieces, floor tiles, pillars, doors, arches, corner blocks that snap together to form a level. Multiple meshes that share a visual style. Trigger on "build a dungeon kit", "modular walls", "level kit", "tileset", "interior pieces", "snap-together pieces", "make a…

0 2mo ago A 81 tokens copy · 86% MIT

organic-model

23

ouzlifaneyassine1-dot/onyx-engine

Skill Claude CodeCodex

Use when generating organic shapes — trees, rocks, mushrooms, coral, bushes, alien plants, vines, crystals, fruit, bones. The "easy mode" of 3D generation; AI artifacts read as natural irregularity. Trigger on "make a tree", "generate rocks", "I need foliage", "mushroom prop", "alien plants", "fill the scene with…

0 2mo ago A 89 tokens copy · 88% MIT

prop-model

24

ouzlifaneyassine1-dot/onyx-engine

Skill Claude CodeCodex

Use when generating a single static 3D prop — sword, barrel, chest, lantern, throne, statue, crate, key, potion, banner. One isolated object, no rigging, wired into the scene as a MeshInstance3D. Trigger on "make a sword", "generate a chest", "I need a barrel", "add a lantern model", "give me a treasure prop", "create…

0 2mo ago A 89 tokens original MIT