martysama0134/m2ui-skill
7 stars · Last commit 2026-04-30
AI coding skill for generating and modifying Metin2 client UI code from screenshots, descriptions, or existing scripts. Works with Claude Code, Cursor, Codex, Windsurf, Cline, Copilot, and Gemini CLI.
README preview
# /m2ui — Metin2 UI Code Generator A skill for AI coding assistants that generates and modifies Metin2 client UI code. It works with screenshots, natural language descriptions, or existing scripts — and outputs correct, production-ready uiscript dicts, root `ui*.py` classes, and locale string entries. ## Supported Agents m2ui works with all major AI coding tools. Each tool picks up the skill through its native integration mechanism: | Agent | Mechanism | Auto-activates? | |-------|-----------|-----------------| | [Claude Code](https://claude.ai/code) | Plugin system (`/m2ui` skill) | Yes | | [Codex](https://github.com/openai/codex) | Plugin in `plugins/m2ui/` | Yes | | [Cursor](https://cursor.sh) | `.cursor/rules/m2ui.mdc` | Yes | | [Windsurf](https://codeium.com/windsurf) | `.windsurf/rules/m2ui.md` | Yes | | [Cline](https://github.com/cline/cline) | `.clinerules/m2ui.md` | Yes | | [GitHub Copilot](https://github.com/features/copilot) | `.github/copilot-instructions.md` | Yes | | [Gemini CLI](https://github.com/google-gemini/gemini-cli) | `GEMINI.md` extension | Yes | | Any other agent | `AGENTS.md` at repo root | Read on demand | All agents share the same reference documentation. The source of truth is `rules/m2ui-activate.md` — a CI workflow syncs it to each tool's native format automatically.