Prompt packs (skills + task agents) for Nethercore fantasy console game development.
| Plugin | Purpose |
|---|---|
nethercore |
Platform tooling: build, test, optimize, publish |
zx |
ZX console: FFI reference, specs, rendering |
# Build and run
nether build
nether run
# Test determinism
nether run --sync-test
# Release
nether build --releaseAdd to your settings (example: .claude/settings.local.json):
{
"enabledPlugins": {
"nethercore@nethercore-ai-plugins": true,
"zx@nethercore-ai-plugins": true
}
}Open the relevant SKILL.md (and optional references/*.md) and paste the guidance into your assistant when needed:
nethercore/skills/*/SKILL.mdzx/skills/*/SKILL.md
- development - nether CLI, nether.toml manifest, determinism rules
- testing - sync testing, replay testing, benchmarking
- optimization - WASM, texture, mesh, audio size reduction
- publishing - ROM packaging, platform upload, CI/CD workflows
- ffi-reference - 250+ FFI functions for rendering, input, audio
- console-specs - 960x540 resolution, 16MB ROM, 4MB RAM/VRAM
- rendering - Cameras, stencil effects, particles, custom fonts
For a complete catalog of skills, agents, and their trigger keywords:
- nethercore/INDEX.md — 5 skills, 2 agents
- zx/INDEX.md — 3 skills
For procedural asset generation, use speccade (separate repository).
- nethercore handles all console-agnostic platform tooling
- zx (and future consoles) contain console-specific FFI and specs
- All consoles share the same WASM core, so determinism is universal
Skills follow the SKILL.md open standard for cross-platform compatibility.
Licensed under either of:
- Apache License, Version 2.0 (LICENSE-APACHE)
- MIT license (LICENSE-MIT)
at your option.