Guides BYOND DM project work through documentation-backed decisions, valid DM syntax, and Dream Maker compilation. Use when analyzing, creating, editing, reviewing, or testing BYOND projects, the BYONDOT engine fork, or the MYG ("Make Your Game") stack — .dme, .dm, .dmm, .dmf, .dmi, or .dms files, including Dragon Ball Universe.
How this skill is triggered — by the user, by Claude, or both
Slash command
/coding-cli-agent-assets:byond-projectsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. Always call the `byond-rag` MCP tool `search_byond_docs` with a focused query derived from the user prompt before making BYOND-specific factual claims, suggesting an implementation, or changing code.
byond-rag MCP tool search_byond_docs with a focused query derived from the user prompt before making BYOND-specific factual claims, suggesting an implementation, or changing code.Compile every generated or modified BYOND code change against the active project's .dme before reporting completion. For Dragon Ball Universe on this host, run:
& "C:\Program Files (x86)\BYOND\bin\dm.exe" "$env:USERPROFILE\Ambiente de Trabalho\Dragonball_Universe\Dragon Ball Universe\Dragon Ball Universe.dme"
Report the command and compiler result. If the compiler or project path is unavailable, report the exact blocker and remaining compatibility risk; do not claim the change is compile-verified.
Game/code/mobs/abilities/agility_animations.dm.npx claudepluginhub joseeteixeira/coding-cliGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Resolves in-progress git merge or rebase conflicts by analyzing history, understanding intent, and preserving both changes where possible. Runs automated checks after resolution.