← Back to list

nethercore-publishing
by nethercore-systems
⭐ 1🍴 0📅 Jan 15, 2026
SKILL.md
name: Nethercore Publishing description: | Publishing Nethercore games. Triggers on "publish game", "release", "upload", "ROM packaging", "nether pack", "CI/CD", "GitHub Actions".
Load references when:
- ROM packaging details ->
references/rom-packaging.md - CI workflow templates ->
references/ci-workflows.mdversion: 1.0.0
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
-
nether build --releasesucceeds -
nether run --sync-testpasses - ROM under 16MB
- Icon is 64x64 PNG
- Description is compelling
- Version updated in nether.toml
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.
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon