npx claudepluginhub joshuarweaver/cascade-code-languages-misc-2 --plugin moveindustries-move-skills# Debug Move Code Parse compiler errors from stderr and suggest fixes. **Usage:** `/move:debug` ## Instructions 1. Check for recent compiler output: - Look for error messages in the terminal/output - Parse the error location (file:line:column) - Identify the error type 2. Common error patterns and fixes: **Ability Errors:** - "does not have the 'key' ability" → Add `has key` to struct - "does not have the 'store' ability" → Add `has store` to struct - "cannot copy" → Add `has copy` or use `&` reference **Borrow Errors:** - "cannot borrow" → Check mutability...
/debugDebugs issues using scientific method with subagent isolation and persistent sessions. Supports list/status/continue subcommands and --diagnose flag for root cause reports.
/debugDiagnoses Claude Office add-in deployment issues like stale configs, connection failures, missing add-ins, and auth errors via admin triage playbook.
/debugRuns autonomous bug-hunting loop with scientific method and autoresearch iterations to find all bugs. Supports --fix, --scope, --symptom, --severity, --iterations flags.
/debugInvokes oac:debugger skill to diagnose bugs, test failures, or unexpected behavior exactly as specified, before any fix proposals.
/debugSystematically debugs code issues via reproduce-isolate-analyze-hypothesize-test-fix process, delivering step-by-step plans, root causes, fixes, prevention, and regression tests.
/debugOrchestrates four specialist agents to systematically debug a code task description, producing problem analysis, refined hypotheses, diagnostic plan, and user confirmation request.
Parse compiler errors from stderr and suggest fixes.
Usage: /move:debug
Check for recent compiler output:
Common error patterns and fixes:
Ability Errors:
has key to structhas store to structhas copy or use & referenceBorrow Errors:
borrow_global_mutType Errors:
Move Errors:
move_from or copy the valueexists<T>(addr) firstAccess Errors:
public or public(friend)Read the relevant source file at the error location
Use search_framework if the error involves framework types
Provide:
To get fresh errors, suggest running:
movement move compile 2>&1