Работа с JetBrains MPS через MCP-инструменты
★ 7.9 · vibe-coding
mps-mcp-workflow is a Claude Code skill that provides a complete workflow for JetBrains MPS (Meta Programming System) projects, covering DSL languages, models, generators, aspects, and node editing via MPS MCP tooling. It strictly prohibits hand-editing `.mps` or `.mpl` XML files — all operations go through `mps_mcp_*` tools such as `mps_mcp_alter_structure`, `mps_mcp_alter_nodes`, `mps_mcp_update_node`, and `mps_mcp_check_root_node_problems`. The skill defines a mandatory ordering for structure-aspect changes: edit, clean rebuild, descriptor verification, then scaffolding — skipping steps leads to hollow or stale descriptors. Designed as the entry point for agents working on MPS-based DSL projects, it also indexes companion skills for specific MPS aspects.
- #mps
- #workflow
- #mcp-tools
- #dsl
- #generator
- #validation