File contents Nethercore Publishing
Build Commands
Command
Purpose
nether build
compile + pack (development)
nether build --release
Optimized release build
nether pack
Bundle WASM + assets into ROM
Upload to nethercore.systems
Required:
File
Format
Game
.wasm or .nczx
Icon
64x64 PNG
Optional:
Screenshots (PNG, up to 5)
Banner (1280x720 PNG)
Process:
Create account at nethercore.systems
Dashboard -> "Upload New Game"
Fill metadata, upload files
Publish
Pre-Release Checklist
Versioning
Semantic versioning in nether.toml:
[game]
version = "1.2.3"
Update process:
Bump version in nether.toml
Update CHANGELOG.md
Commit, tag, push
Re-upload to platform
CI/CD Quick Reference
Gate
Command
Purpose
Format
cargo fmt --check
Code style
Lint
cargo clippy -- -D warnings
Static analysis
Test
cargo test
Logic correctness
Build
nether build --release
WASM compilation
Sync
nether run --sync-test --frames 1000
Determinism
See references/ci-workflows.md for GitHub Actions templates.
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1 --- 2 name: nethercore-systems-nethercore-ai-plugins-publishing 3 description: Nethercore Publishing 4 --- 5 6 # Nethercore Publishing 7 8 ## Build Commands 9 10 | Command | Purpose | 11 |---------|---------| 12 | `nether build` | compile + pack (development) | 13 | `nether build --release` | Optimized release build | 14 | `nether pack` | Bundle WASM + assets into ROM | 15 16 ## Upload to nethercore.systems 17 18 **Required:** 19 | File | Format | 20 |------|--------| 21 | Game | `.wasm` or `.nczx` | 22 | Icon | 64x64 PNG | 23 24 **Optional:** 25 - Screenshots (PNG, up to 5) 26 - Banner (1280x720 PNG) 27 28 **Process:** 29 1. Create account at nethercore.systems 30 2. Dashboard -> "Upload New Game" 31 3. Fill metadata, upload files 32 4. Publish 33 34 ## Pre-Release Checklist 35 36 - [ ] `nether build --release` succeeds 37 - [ ] `nether run --sync-test` passes 38 - [ ] ROM under 16MB 39 - [ ] Icon is 64x64 PNG 40 - [ ] Description is compelling 41 - [ ] Version updated in nether.toml 42 43 ## Versioning 44 45 Semantic versioning in `nether.toml`: 46 47 ```toml 48 [game] 49 version = "1.2.3" 50 ``` 51 52 **Update process:** 53 1. Bump version in nether.toml 54 2. Update CHANGELOG.md 55 3. Commit, tag, push 56 4. Re-upload to platform 57 58 ## CI/CD Quick Reference 59 60 | Gate | Command | Purpose | 61 |------|---------|---------| 62 | Format | `cargo fmt --check` | Code style | 63 | Lint | `cargo clippy -- -D warnings` | Static analysis | 64 | Test | `cargo test` | Logic correctness | 65 | Build | `nether build --release` | WASM compilation | 66 | Sync | `nether run --sync-test --frames 1000` | Determinism | 67 68 See `references/ci-workflows.md` for GitHub Actions templates. 69 70 --- 71 > Converted and distributed by [TomeVault](https://tomevault.io/claim/nethercore-systems) — claim your Tome and manage your conversions. 72 <!-- tomevault:4.0:skill_md:2026-04-13 -->
tomevault-io/skills-registry/tree/main/nethercore-systems--nethercore-ai-plugins--publishing commit 7317c157e6
Frequently asked questions How do I install the Nethercore Systems Nethercore AI Plugins Publishing skill? Run npx skillmds@latest add tomevault-io/nethercore-systems-nethercore-ai-plugins-publishing in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Nethercore Systems Nethercore AI Plugins Publishing skill do? Nethercore Publishing It is listed under Coding & Dev Tools on SkillMD.
Is Nethercore Systems Nethercore AI Plugins Publishing safe to use? This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Nethercore Systems Nethercore AI Plugins Publishing? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Nethercore Systems Nethercore AI Plugins Publishing free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Nethercore Systems Nethercore AI Plugins Publishing? tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.