build
Build the Levi_Ataxia Mudlet package from src_new sources
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Build the Levi_Ataxia Mudlet package from src_new sources
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | build |
| description | Build the Levi_Ataxia Mudlet package from src_new sources |
| user_invocable | true |
Run the full build pipeline for the Levi_Ataxia Mudlet package.
--dry-run: preview conversion without writing files--convert-only: convert src_new to Muddler format but skip Muddler buildRun the build script from the LEVI-Achaea directory:
cd LEVI-Achaea && bash build.sh [args]
Check the exit code. If non-zero, report the error output.
On success, report:
muddler_project/build/Levi_Ataxia.mpackageAfter a successful build, always complete the full release flow:
git tag v<version> (read version from version.txt)git push && git push --tagsE:\JavaE:\muddle-shadow-1.1.0\muddle-shadow-1.1.0\lint-before-commit.sh validates Lua syntax on staged .lua files--no-verify, --force, and --hard flagssrc_new/ — never edit files in muddler_project/src/Incrementally fix build errors with minimal diffs, one error at a time
Dispatch an independent Codex verification job for the current changes
Inspect all changed files, group by logical concern, and guide atomic per-concern commits
Launch parallel deep-dive agents to review completed work for quality, standards, and completeness
Regression-safe cleanup of AI-generated bloat in Lua code. Deletion-first, requires passing tests before starting
Create a GitHub issue for a feature, bug fix, or crash with structured sections