Help us improve
Share bugs, ideas, or general feedback.
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 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
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.