Документация MPS DSL в памяти агента

★ 7.9 · vibe-coding

mps-dsl-memory is a Claude Code skill that creates or refreshes project-local DSL skill directories under `.agents/skills/<dsl-name>-dsl/` for one or more MPS languages after exploring concepts, sandbox examples, JSON blueprints, or gotchas. The skill drives a structured workflow: discover language modules with `mps_mcp_get_project_structure`, read concept hierarchies via `mps_mcp_get_concept_details`, sample representative nodes with `mps_mcp_print_node`, then generate `SKILL.md`, `references/concepts.md`, `sandbox.md`, `workflows.md`, `gotchas.md`, and compact JSON skeletons in `blueprints/`. The mandatory `-dsl` suffix lets sibling skills such as `mps-mcp-workflow` locate generated documentation via the glob `.agents/skills/*-dsl/`. It suits developers building or reverse-engineering DSLs on the JetBrains MPS platform who need findings persisted across sessions without hand-editing serialized `.mps` XML.