Platform tooling for Nethercore game development - build, test, optimize, publish
npx claudepluginhub nethercore-systems/nethercore-ai-plugins --plugin nethercoreUse this agent to analyze ROM builds and identify size optimization opportunities. <example> Context: User has a game that's too large user: "My ROM is 18MB, I need to get it under 16MB" assistant: [Launches build-analyzer to analyze the build output and identify largest assets] <commentary> The agent will run nether build --verbose, parse the output, and identify the largest contributors to ROM size. </commentary> </example>
Use this agent to debug issues using replay files or to set up replay-based testing. <example> Context: User has a bug they want to reproduce user: "I have a replay file where my character falls through the floor, help me debug it" assistant: [Launches replay-debugger to analyze the replay and help identify the bug] <commentary> The agent will help set up replay playback and add logging to identify the issue. </commentary> </example>
Runtime debugging tools for Nethercore games on all consoles. Covers the F4 Debug Inspector, live value editing, watch variables, frame stepping, and time-scale controls. Use when tuning game parameters at runtime, tracking state over time, or stepping through frames to find bugs.
Core development workflow for Nethercore WASM games. Covers the nether CLI (build, run, pack), nether.toml manifest authoring, required WASM exports, and determinism rules for rollback netcode. Use when building, configuring, or structuring a Nethercore game project.
Optimization techniques for Nethercore WASM games. Covers WASM binary size reduction (LTO, wasm-opt), texture and mesh compression, audio optimization, and state size minimization. Use when a ROM exceeds size limits or when reducing build output size.
Publishing Nethercore games to nethercore.systems. Covers ROM packaging with nether pack, release builds, platform upload requirements, versioning, and CI/CD pipeline setup with GitHub Actions. Use when preparing a game for release or setting up automated builds.
Testing Nethercore games for determinism and correctness. Covers sync testing, replay recording and playback, debug actions, and desync diagnosis. Use when running sync tests, setting up replay-based regression tests, or diagnosing determinism failures.
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.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Uses power tools
Uses Bash, Write, or Edit tools
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Use this agent when you need expert assistance with React Native development tasks including code analysis, component creation, debugging, performance optimization, or architectural decisions. Examples: <example>Context: User is working on a React Native app and needs help with a navigation issue. user: 'My stack navigator isn't working properly when I try to navigate between screens' assistant: 'Let me use the react-native-dev agent to analyze your navigation setup and provide a solution' <commentary>Since this is a React Native specific issue, use the react-native-dev agent to provide expert guidance on navigation problems.</commentary></example> <example>Context: User wants to create a new component that follows the existing app structure. user: 'I need to create a custom button component that matches our app's design system' assistant: 'I'll use the react-native-dev agent to create a button component that aligns with your existing codebase structure and design patterns' <commentary>The user needs React Native component development that should follow existing patterns, so use the react-native-dev agent.</commentary></example>
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.