npm.io
0.8.1 • Published 15h ago

@blazium-engine/skills

Licence
MIT
Version
0.8.1
Deps
0
Size
492 kB
Vulns
0
Weekly
0

Blazium Skills

Agent skills for the Blazium engine (Godot 4.8.x fork, product 0.8.x).

Each skill lives at skills/<name>/ with a loadable SKILL.md and a SPEC.md reference. Use APIs that exist on blazium_4.8. Prefer JustAMCP, Autowork, or blazium-cli over unverified editor clicks.

GETTING-STARTED.md · CONTRIBUTING.md

Skill packs publish their own semver to skills.json. That product version is separate from the 0.8.x API baseline.

Community

Ecosystem

Product Role Release
CLI Install editors, projects, remote control, Steam/itch deploy npx @blazium-engine/cli. Linux and Windows, x64 and ia32. Catalog: cli.json
Toolchain PS1, PS2, N64, and Interactive DVD npx @blazium-engine/toolchain. Linux and Windows, x64 and ia32. Catalog: toolchain.json
Hub Desktop companion; installers bundle the CLI Linux and Windows, x86_64 and x86_32. Engine builds track blazium_4.8
Crash reporter Sidecar UI for engine and Hub crash reports Linux and Windows, x86_64 and x86_32. Catalog: crash_reporter.json. Engine builds track blazium_4.8
Skills Agent skill packs for Claude, Cursor, Codex, and Grok Own semver, separate from the 0.8.x API baseline. Catalog: skills.json
Subagents Studio roster that loads those skills Own semver. Catalog: subagents.json

Install

npm install @blazium-engine/skills

The package contains skills/, this README, and the MIT license. Host zip packs stay on the CDN catalog.

After clone:

python scripts/sync-plugin-packs.py
python scripts/validate-plugin-packs.py

plugins/<plugin>/skills/ is generated (junctions on Windows) and gitignored. Run the sync script after clone if those links are missing.

Marketplace name is blazium-skills. Repo: blazium-games/blazium-skills.

Host Catalog Add Install
Claude Code .claude-plugin/marketplace.json /plugin marketplace add blazium-games/blazium-skills /plugin install blazium-infra@blazium-skills
Cursor .cursor-plugin/marketplace.json add blazium-games/blazium-skills as a marketplace install blazium-infra … blazium-growth or blazium
Codex / ChatGPT .agents/plugins/marketplace.json codex plugin marketplace add blazium-games/blazium-skills Plugins Directory → Blazium Skills

Claude: repeat /plugin install for blazium-engine, blazium-live-ops, blazium-ship, blazium-content, blazium-modules, blazium-growth, or the bundle blazium@blazium-skills.

Cursor: add this repository as a marketplace, then install a topic pack or blazium. See the Cursor plugins reference.

Codex:

codex plugin marketplace add blazium-games/blazium-skills

source.path in .agents/plugins/marketplace.json is relative to the repository root.

Pack Plugin ID Contents
Infra blazium-infra Router, MCP, Autowork, verify, project bootstrap
Engine blazium-engine Languages, scenes, 2D/3D, presentation, net, Tiled
Live ops blazium-live-ops Login, JWT, lobby, Steam/Discord, transports, RCON, Games MCP
Ship blazium-ship Export, toolchain, CLI, Hub, Crash Reporter, CI watch, ColdStorage
Content blazium-content Tags, search, SQLite, GOAP, addons, templates
Modules blazium-modules ENV/CSV/HTTP, Socket.IO, streaming, Xbox, multiuser, GIF
Growth blazium-growth Genre adapters, save/dialogue/feel/a11y, store publish, performance
Bundle blazium All published skills

Skill index

Infra
Skill Outcome
blazium-router Detect Blazium and load the smallest skill set (ref)
blazium-mcp Editor JustAMCP on :6506 (ref)
blazium-game-mcp Project res://mcp tools (ref)
blazium-cli-remote HTTP /v1 remote_control (ref)
blazium-autowork Native tests (ref)
blazium-verify Evidence verdicts (ref)
blazium-project-config project.blazium and settings (ref)
blazium-new-project Bootstrap a versioned project (ref)
blazium-prototype One-mechanic vertical slice (ref)
Engine
Skill Outcome
blazium-gdscript GDScript 2.0 on 4.8.x (ref)
blazium-luau First-class Luau (ref)
blazium-csharp C# scripts (ref)
blazium-nodes-scenes Scene trees and autoloads (ref)
blazium-signals-groups Signals and groups (ref)
blazium-2d-movement CharacterBody2D movement (ref)
blazium-tilemap TileMapLayer paint (ref)
blazium-tiled Tiled TMX / Tileson import (ref)
blazium-physics Collision layers and raycasts (ref)
blazium-physics-tuning Gravity, friction, damping (ref)
blazium-navigation Nav bake and agents (ref)
blazium-ui Control / Theme (ref)
blazium-animation AnimationPlayer / Tween (ref)
blazium-shaders Text .gdshader (ref)
blazium-3d Node3D, cameras, GridMap (ref)
blazium-environment WorldEnvironment (ref)
blazium-resources Resource / .tres (ref)
blazium-audio Buses and players (ref)
blazium-input InputMap / rebind (ref)
blazium-sprites AtlasTexture / SpriteFrames (ref)
blazium-pixel-perfect Pixel camera snap (ref)
blazium-camera Follow, orbit, and bounds (ref)
blazium-localization tr() and locales (ref)
blazium-multiplayer-core @rpc / ENet / synchronizer (ref)
Live ops
Skill Outcome
blazium-services Login / OAuth (ref)
blazium-jwt JWT encode / decode / validate (ref)
blazium-lobby Lobby rooms (ref)
blazium-enet-webrtc ENet over WebRTC (ref)
blazium-enet-server Dedicated ENet (ref)
blazium-rcon Source / BattlEye RCON (ref)
blazium-steam Native Steamworks runtime (ref)
blazium-discord Discord Social SDK / Embedded (ref)
blazium-games-mcp Store / deploy / cloud crashes (ref)
blazium-crash-analytics Analytics and CrashReporter (ref)
blazium-example-analytics-server Self-hosted /v1/events ingest (ref)
Ship
Skill Outcome
blazium-export Desktop / mobile export (ref)
blazium-export-web Web / Playables / Discord host (ref)
blazium-toolchain Retro toolchain ISO (ref)
blazium-specialty-export Wallpaper / screensaver / DVD (ref)
blazium-ci-export GitHub Actions export (ref)
blazium-ci-watch First failing CI job (ref)
blazium-cli Install editors and products (ref)
blazium-hub Desktop Hub (ref)
blazium-crash-reporter Official crash sidecar (ref)
blazium-example-crash-server Self-hosted crash ingest (ref)
blazium-example-crash-sidecar Fork crash consent UI (ref)
blazium-coldstorage Editor VCS sidecar (ref)
blazium-release-checklist Launch and patch gates (ref)
Content
Skill Outcome
blazium-asset-tags Asset tag dictionary (ref)
blazium-semantic-search Similar-asset search (ref)
blazium-sqlite Embedded SQL (ref)
blazium-goap Native GOAP planner (ref)
blazium-behavior Behavior-tree tick and utility scores (ref)
blazium-assets Import filter and nine-patch margins (ref)
blazium-addons addons / AssetLib (ref)
blazium-gdscript-templates Official script templates (ref)
Modules
Skill Outcome
blazium-config .env / .ini / ENV (ref)
blazium-csv CSV / DSV tables (ref)
blazium-httpserver In-game REST / SSE (ref)
blazium-socketio Socket.IO client (ref)
blazium-streaming Twitch / Kick / OBS (ref)
blazium-xbox Xbox GDK, opt-in (ref)
blazium-multiuser-editor Collaborative editor (ref)
blazium-clicker BlaziumBigNum idle (ref)
blazium-gif GIF import / record (ref)
Growth
Skill Outcome
blazium-save-systems Versioned user:// slots (ref)
blazium-dialogue Data-driven talk graph (ref)
blazium-game-feel Tween / camera punch juice (ref)
blazium-procedural Seeded noise, rooms, and loot (ref)
blazium-level-design Beat map and spatial metrics (ref)
blazium-playtest Session note and one regression (ref)
blazium-balance Economy and combat tables (ref)
blazium-accessibility Remaps, font scale, tr() (ref)
blazium-genre-platformer Side-scroll jump composition (ref)
blazium-genre-roguelike Roguelike composition (ref)
blazium-genre-rpg RPG composition (ref)
blazium-genre-fps-shooter FPS composition (ref)
blazium-genre-tower-defense Tower-defense composition (ref)
blazium-genre-card-game Card-game composition (ref)
blazium-genre-visual-novel Visual-novel composition (ref)
blazium-genre-survival-crafting Survival-crafting composition (ref)
blazium-genre-puzzle Puzzle composition (ref)
blazium-steam-publish SteamPipe / steamcmd (ref)
blazium-itch-publish itch butler (ref)
blazium-games-publish blazium.games store page (ref)
blazium-performance JustAMCP profiling (ref)

Templates

Keywords