AI plugins for Nethercore game development - platform tooling and ZX console reference
npx claudepluginhub nethercore-systems/nethercore-ai-pluginsPlatform tooling for Nethercore game development - build, test, optimize, publish
ZX fantasy console FFI reference and specifications
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
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 --release
Add 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.mdFor a complete catalog of skills, agents, and their trigger keywords:
For procedural asset generation, use speccade (separate repository).
Skills follow the SKILL.md open standard for cross-platform compatibility.
Licensed under either of:
at your option.