This skill provides CI/CD automation for Nethercore ZX games. Use when the user asks about "CI", "CD", "GitHub Actions", "automation", "build pipeline", "release workflow", "continuous integration", or "quality gates". **Load references when:** - Full workflow templates needed → `references/workflow-templates.md` - Quality gate details → `references/quality-gates.md`
/plugin marketplace add nethercore-systems/nethercore-ai-plugins/plugin install zx-cicd@nethercore-ai-pluginsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
references/quality-gates.mdreferences/workflow-templates.mdAutomate building, testing, and releasing ZX games with GitHub Actions.
| Command | Purpose |
|---|---|
nether build --release | Compile WASM + pack ROM |
nether run --sync-test | Verify determinism |
cargo clippy -- -D warnings | Lint check |
cargo test | Unit tests |
| 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 |
Use semantic versioning in nether.toml:
[game]
version = "1.2.3"
Tag format: v1.2.3
Release process:
nether.tomlCHANGELOG.md.github/workflows/build.yml - Build + test on push/PR.github/workflows/release.yml - Tag-triggered releasesCHANGELOG.md - Version historySee references/workflow-templates.md for complete YAML templates.
See references/quality-gates.md for detailed gate configuration.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.