Help us improve
Share bugs, ideas, or general feedback.
From ikemen-forge
Diagnose and fix problems with your IKEMEN Go project — crashes, missing files, broken references, and common errors
npx claudepluginhub nategarelik/ikemen-forgeHow this command is triggered — by the user, by Claude, or both
Slash command
/ikemen-forge:forge-doctor symptom or 'full' for complete diagnosticThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Diagnose IKEMEN Go project issues: "$ARGUMENTS"
Use the testing-debug skill for reference.
## Modes
### Full Diagnostic: `/forge-doctor full`
Run complete project health check.
### Symptom-Based: `/forge-doctor {description}`
Diagnose based on described symptom (e.g., "character won't load", "crash on startup", "attacks don't hit").
## Full Diagnostic Steps
1. **File Structure Check**
- Verify all expected directories exist
- Check mugen.cfg, select.def, system.def, fight.def exist
- Verify all select.def character paths point to existing files
- Verify all select.def stag.../doctorChecks KARIMO installation health across files, templates, GitHub auth, CLAUDE.md, and version. Provides issues and recommendations. Supports --test for quick 4-test verification.
/godot-build-fixDiagnoses and resolves Godot export, script, and project configuration issues using specialized agents, producing structured fixes, reviews, and follow-up tasks.
/pm-debugInspects or repairs project state files (project.json, tasks.json) and caches for a given project-id. Produces diagnostic reports, analyzes tasks/dependencies, supports --inspect, --repair, --reset-task.
Share bugs, ideas, or general feedback.
Diagnose IKEMEN Go project issues: "$ARGUMENTS"
Use the testing-debug skill for reference.
/forge-doctor fullRun complete project health check.
/forge-doctor {description}Diagnose based on described symptom (e.g., "character won't load", "crash on startup", "attacks don't hit").
File Structure Check
Configuration Check
Per-Character Health Check For each character in select.def:
Per-Stage Health Check
Common Issue Detection
Output Diagnostic Report
=== IKEMEN Forge Doctor Report ===
❌ ERRORS (must fix):
- chars/warrior/warrior.cns line 45: Statedef 200 missing type parameter
- select.def line 3: Character path "chars/missing/missing.def" not found
⚠️ WARNINGS (should fix):
- chars/ninja/ninja.cns: State 1100 has no exit ChangeState
- chars/ninja/ninja.air: Action 210 has no Clsn1 (hitbox) frames
ℹ️ INFO:
- 3 characters validated
- 2 stages validated
- Total: 2 errors, 2 warnings
Suggested fixes applied: 0
Run with --fix to auto-fix safe issues.
For specific symptoms, focus investigation on the most likely cause: