[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-jetbrains-mps-language-analysis":3,"mdc-uxcwh2-key":32,"related-repo-jetbrains-mps-language-analysis":610,"related-org-jetbrains-mps-language-analysis":688},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":19,"repoUrl":20,"updatedAt":21,"license":22,"forks":23,"topics":24,"repo":27,"sourceUrl":30,"mdContent":31},"mps-language-analysis","analyze MPS language concepts and metadata","Analyze an MPS language by name — discover concepts, properties, references, children, aspects (editor\u002Fconstraints\u002Fbehavior), and metadata. Use when investigating an unfamiliar language, exploring concept structure, or finding sample nodes to use as templates for JSON blueprints.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},"jetbrains","JetBrains","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fjetbrains.png",[12,16],{"name":13,"slug":14,"type":15},"Documentation","documentation","tag",{"name":17,"slug":18,"type":15},"Code Analysis","code-analysis",1650,"https:\u002F\u002Fgithub.com\u002FJetBrains\u002FMPS","2026-07-17T06:04:52.384922",null,311,[25,26],"domain-specific-language","dsl",{"repoUrl":20,"stars":19,"forks":23,"topics":28,"description":29},[25,26],"JetBrains Meta programming System","https:\u002F\u002Fgithub.com\u002FJetBrains\u002FMPS\u002Ftree\u002FHEAD\u002Fplugins\u002Fmcp-tools\u002Fresources\u002Fjetbrains\u002Fmps\u002Fagents\u002Fmcp\u002Fskills\u002Fmps-language-analysis","---\nname: mps-language-analysis\ndescription: Analyze an MPS language by name — discover concepts, properties, references, children, aspects (editor\u002Fconstraints\u002Fbehavior), and metadata. Use when investigating an unfamiliar language, exploring concept structure, or finding sample nodes to use as templates for JSON blueprints.\ntype: reference\n---\n\n# MPS Language Analysis\n\nWorkflow for inspecting an MPS language from a name (e.g. `jetbrains.mps.lang.core`). Returns concepts, metadata, structural info, and pointers to declarations and sample nodes.\n\n## Critical Directives\n\n- Use the **fully qualified** language name (e.g. `jetbrains.mps.lang.core`) — single-letter shorthand (`j.m.l.core`) requires resolution first via `mps_mcp_get_project_structure`.\n- For the `qualifiedName` returned by `mps_mcp_get_concept_details`, use it as the `concept` field in JSON blueprints. It is unambiguous.\n\n## Analyzing a Language by Name\n\n1. **Verify Language**: call `mps_mcp_get_project_structure` with the language name as a filter (`startingPoint: My_Language`). This confirms existence and provides the UUID.\n2. **Retrieve Concepts**: use `mps_mcp_get_concept_details` with the language name in `languageRefs`. Both `conceptRefs` and `languageRefs` accept either one value or a JSON-array string; omit the unused selector.\n3. **Extract Data**: the response includes:\n    * **Name**: concept FQN.\n    * **Description**: found in `shortDescription`.\n    * **Metadata**: `isRootable`, `isAbstract`, and the `conceptReference` ID.\n    * **Structure**: properties, children, and references are detailed here.\n4. **Drill Down**:\n    * **Declaration**: use the `sourceNode` reference with `mps_mcp_open_node` to open the definition.\n    * **Examples**: use `mps_mcp_query_nodes` with `FIND_INSTANCES` (`sampleOnly: true`) to get a sample node. Then use `mps_mcp_print_node` to see its canonical JSON structure for use as a template.\n    * **Inheritance**: load the `mps-language-inheritance` skill for deeper hierarchy analysis.\n\n## Inspecting Concept Aspects\n\nUse `mps_mcp_query_structure` with `LIST_CONCEPT_ASPECTS` to find associated definitions (Editor, Constraints, Behavior):\n\n* **Direct Aspects**: returns roots targeting the specific concept.\n* **Inherited Aspects**: set `includeInherited: true` to include aspects from ancestors (superconcepts\u002Finterfaces).\n* **Editor Analysis**:\n    * **ConceptEditorDeclaration**: defines the full editor for the `targetsConcept`.\n    * **EditorComponentDeclaration**: defines reusable presentation pieces.\n    * Check the `editor` model in the response to identify available editors.\n\n## Related Skills\n\n- **`mps-language-inheritance`** — load when you need extended-language \u002F superconcept \u002F subconcept analysis.\n- **`mps-aspect-structure-concepts`** — load when defining or modifying concepts (not just reading them).\n- **`mps-language-aspects-overview`** — overview of which aspects exist and what each owns.\n\n## Reference Index\n\n- Open `references\u002Fsearch-concepts.md` for the `mps_mcp_search_concepts` matching algorithm — haystack composition, subtoken splitting, fallback ranking, `modelReference` scoping, and the sub-2-char failure mode.\n- Open `references\u002Fconcept-details.md` for the `mps_mcp_get_concept_details` result schema and the unresolved-ref policy (all-failed vs partial-success envelopes and the suggestion heuristic).\n",{"data":33,"body":35},{"name":4,"description":6,"type":34},"reference",{"type":36,"children":37},"root",[38,46,61,68,138,144,395,401,421,504,510,554,560],{"type":39,"tag":40,"props":41,"children":42},"element","h1",{"id":4},[43],{"type":44,"value":45},"text","MPS Language Analysis",{"type":39,"tag":47,"props":48,"children":49},"p",{},[50,52,59],{"type":44,"value":51},"Workflow for inspecting an MPS language from a name (e.g. ",{"type":39,"tag":53,"props":54,"children":56},"code",{"className":55},[],[57],{"type":44,"value":58},"jetbrains.mps.lang.core",{"type":44,"value":60},"). Returns concepts, metadata, structural info, and pointers to declarations and sample nodes.",{"type":39,"tag":62,"props":63,"children":65},"h2",{"id":64},"critical-directives",[66],{"type":44,"value":67},"Critical Directives",{"type":39,"tag":69,"props":70,"children":71},"ul",{},[72,109],{"type":39,"tag":73,"props":74,"children":75},"li",{},[76,78,84,86,91,93,99,101,107],{"type":44,"value":77},"Use the ",{"type":39,"tag":79,"props":80,"children":81},"strong",{},[82],{"type":44,"value":83},"fully qualified",{"type":44,"value":85}," language name (e.g. ",{"type":39,"tag":53,"props":87,"children":89},{"className":88},[],[90],{"type":44,"value":58},{"type":44,"value":92},") — single-letter shorthand (",{"type":39,"tag":53,"props":94,"children":96},{"className":95},[],[97],{"type":44,"value":98},"j.m.l.core",{"type":44,"value":100},") requires resolution first via ",{"type":39,"tag":53,"props":102,"children":104},{"className":103},[],[105],{"type":44,"value":106},"mps_mcp_get_project_structure",{"type":44,"value":108},".",{"type":39,"tag":73,"props":110,"children":111},{},[112,114,120,122,128,130,136],{"type":44,"value":113},"For the ",{"type":39,"tag":53,"props":115,"children":117},{"className":116},[],[118],{"type":44,"value":119},"qualifiedName",{"type":44,"value":121}," returned by ",{"type":39,"tag":53,"props":123,"children":125},{"className":124},[],[126],{"type":44,"value":127},"mps_mcp_get_concept_details",{"type":44,"value":129},", use it as the ",{"type":39,"tag":53,"props":131,"children":133},{"className":132},[],[134],{"type":44,"value":135},"concept",{"type":44,"value":137}," field in JSON blueprints. It is unambiguous.",{"type":39,"tag":62,"props":139,"children":141},{"id":140},"analyzing-a-language-by-name",[142],{"type":44,"value":143},"Analyzing a Language by Name",{"type":39,"tag":145,"props":146,"children":147},"ol",{},[148,173,213,297],{"type":39,"tag":73,"props":149,"children":150},{},[151,156,158,163,165,171],{"type":39,"tag":79,"props":152,"children":153},{},[154],{"type":44,"value":155},"Verify Language",{"type":44,"value":157},": call ",{"type":39,"tag":53,"props":159,"children":161},{"className":160},[],[162],{"type":44,"value":106},{"type":44,"value":164}," with the language name as a filter (",{"type":39,"tag":53,"props":166,"children":168},{"className":167},[],[169],{"type":44,"value":170},"startingPoint: My_Language",{"type":44,"value":172},"). This confirms existence and provides the UUID.",{"type":39,"tag":73,"props":174,"children":175},{},[176,181,183,188,190,196,198,204,206,211],{"type":39,"tag":79,"props":177,"children":178},{},[179],{"type":44,"value":180},"Retrieve Concepts",{"type":44,"value":182},": use ",{"type":39,"tag":53,"props":184,"children":186},{"className":185},[],[187],{"type":44,"value":127},{"type":44,"value":189}," with the language name in ",{"type":39,"tag":53,"props":191,"children":193},{"className":192},[],[194],{"type":44,"value":195},"languageRefs",{"type":44,"value":197},". Both ",{"type":39,"tag":53,"props":199,"children":201},{"className":200},[],[202],{"type":44,"value":203},"conceptRefs",{"type":44,"value":205}," and ",{"type":39,"tag":53,"props":207,"children":209},{"className":208},[],[210],{"type":44,"value":195},{"type":44,"value":212}," accept either one value or a JSON-array string; omit the unused selector.",{"type":39,"tag":73,"props":214,"children":215},{},[216,221,223],{"type":39,"tag":79,"props":217,"children":218},{},[219],{"type":44,"value":220},"Extract Data",{"type":44,"value":222},": the response includes:\n",{"type":39,"tag":69,"props":224,"children":225},{},[226,236,253,287],{"type":39,"tag":73,"props":227,"children":228},{},[229,234],{"type":39,"tag":79,"props":230,"children":231},{},[232],{"type":44,"value":233},"Name",{"type":44,"value":235},": concept FQN.",{"type":39,"tag":73,"props":237,"children":238},{},[239,244,246,252],{"type":39,"tag":79,"props":240,"children":241},{},[242],{"type":44,"value":243},"Description",{"type":44,"value":245},": found in ",{"type":39,"tag":53,"props":247,"children":249},{"className":248},[],[250],{"type":44,"value":251},"shortDescription",{"type":44,"value":108},{"type":39,"tag":73,"props":254,"children":255},{},[256,261,263,269,271,277,279,285],{"type":39,"tag":79,"props":257,"children":258},{},[259],{"type":44,"value":260},"Metadata",{"type":44,"value":262},": ",{"type":39,"tag":53,"props":264,"children":266},{"className":265},[],[267],{"type":44,"value":268},"isRootable",{"type":44,"value":270},", ",{"type":39,"tag":53,"props":272,"children":274},{"className":273},[],[275],{"type":44,"value":276},"isAbstract",{"type":44,"value":278},", and the ",{"type":39,"tag":53,"props":280,"children":282},{"className":281},[],[283],{"type":44,"value":284},"conceptReference",{"type":44,"value":286}," ID.",{"type":39,"tag":73,"props":288,"children":289},{},[290,295],{"type":39,"tag":79,"props":291,"children":292},{},[293],{"type":44,"value":294},"Structure",{"type":44,"value":296},": properties, children, and references are detailed here.",{"type":39,"tag":73,"props":298,"children":299},{},[300,305,307],{"type":39,"tag":79,"props":301,"children":302},{},[303],{"type":44,"value":304},"Drill Down",{"type":44,"value":306},":\n",{"type":39,"tag":69,"props":308,"children":309},{},[310,336,377],{"type":39,"tag":73,"props":311,"children":312},{},[313,318,320,326,328,334],{"type":39,"tag":79,"props":314,"children":315},{},[316],{"type":44,"value":317},"Declaration",{"type":44,"value":319},": use the ",{"type":39,"tag":53,"props":321,"children":323},{"className":322},[],[324],{"type":44,"value":325},"sourceNode",{"type":44,"value":327}," reference with ",{"type":39,"tag":53,"props":329,"children":331},{"className":330},[],[332],{"type":44,"value":333},"mps_mcp_open_node",{"type":44,"value":335}," to open the definition.",{"type":39,"tag":73,"props":337,"children":338},{},[339,344,345,351,353,359,361,367,369,375],{"type":39,"tag":79,"props":340,"children":341},{},[342],{"type":44,"value":343},"Examples",{"type":44,"value":182},{"type":39,"tag":53,"props":346,"children":348},{"className":347},[],[349],{"type":44,"value":350},"mps_mcp_query_nodes",{"type":44,"value":352}," with ",{"type":39,"tag":53,"props":354,"children":356},{"className":355},[],[357],{"type":44,"value":358},"FIND_INSTANCES",{"type":44,"value":360}," (",{"type":39,"tag":53,"props":362,"children":364},{"className":363},[],[365],{"type":44,"value":366},"sampleOnly: true",{"type":44,"value":368},") to get a sample node. Then use ",{"type":39,"tag":53,"props":370,"children":372},{"className":371},[],[373],{"type":44,"value":374},"mps_mcp_print_node",{"type":44,"value":376}," to see its canonical JSON structure for use as a template.",{"type":39,"tag":73,"props":378,"children":379},{},[380,385,387,393],{"type":39,"tag":79,"props":381,"children":382},{},[383],{"type":44,"value":384},"Inheritance",{"type":44,"value":386},": load the ",{"type":39,"tag":53,"props":388,"children":390},{"className":389},[],[391],{"type":44,"value":392},"mps-language-inheritance",{"type":44,"value":394}," skill for deeper hierarchy analysis.",{"type":39,"tag":62,"props":396,"children":398},{"id":397},"inspecting-concept-aspects",[399],{"type":44,"value":400},"Inspecting Concept Aspects",{"type":39,"tag":47,"props":402,"children":403},{},[404,406,412,413,419],{"type":44,"value":405},"Use ",{"type":39,"tag":53,"props":407,"children":409},{"className":408},[],[410],{"type":44,"value":411},"mps_mcp_query_structure",{"type":44,"value":352},{"type":39,"tag":53,"props":414,"children":416},{"className":415},[],[417],{"type":44,"value":418},"LIST_CONCEPT_ASPECTS",{"type":44,"value":420}," to find associated definitions (Editor, Constraints, Behavior):",{"type":39,"tag":69,"props":422,"children":423},{},[424,434,452],{"type":39,"tag":73,"props":425,"children":426},{},[427,432],{"type":39,"tag":79,"props":428,"children":429},{},[430],{"type":44,"value":431},"Direct Aspects",{"type":44,"value":433},": returns roots targeting the specific concept.",{"type":39,"tag":73,"props":435,"children":436},{},[437,442,444,450],{"type":39,"tag":79,"props":438,"children":439},{},[440],{"type":44,"value":441},"Inherited Aspects",{"type":44,"value":443},": set ",{"type":39,"tag":53,"props":445,"children":447},{"className":446},[],[448],{"type":44,"value":449},"includeInherited: true",{"type":44,"value":451}," to include aspects from ancestors (superconcepts\u002Finterfaces).",{"type":39,"tag":73,"props":453,"children":454},{},[455,460,461],{"type":39,"tag":79,"props":456,"children":457},{},[458],{"type":44,"value":459},"Editor Analysis",{"type":44,"value":306},{"type":39,"tag":69,"props":462,"children":463},{},[464,481,491],{"type":39,"tag":73,"props":465,"children":466},{},[467,472,474,480],{"type":39,"tag":79,"props":468,"children":469},{},[470],{"type":44,"value":471},"ConceptEditorDeclaration",{"type":44,"value":473},": defines the full editor for the ",{"type":39,"tag":53,"props":475,"children":477},{"className":476},[],[478],{"type":44,"value":479},"targetsConcept",{"type":44,"value":108},{"type":39,"tag":73,"props":482,"children":483},{},[484,489],{"type":39,"tag":79,"props":485,"children":486},{},[487],{"type":44,"value":488},"EditorComponentDeclaration",{"type":44,"value":490},": defines reusable presentation pieces.",{"type":39,"tag":73,"props":492,"children":493},{},[494,496,502],{"type":44,"value":495},"Check the ",{"type":39,"tag":53,"props":497,"children":499},{"className":498},[],[500],{"type":44,"value":501},"editor",{"type":44,"value":503}," model in the response to identify available editors.",{"type":39,"tag":62,"props":505,"children":507},{"id":506},"related-skills",[508],{"type":44,"value":509},"Related Skills",{"type":39,"tag":69,"props":511,"children":512},{},[513,526,540],{"type":39,"tag":73,"props":514,"children":515},{},[516,524],{"type":39,"tag":79,"props":517,"children":518},{},[519],{"type":39,"tag":53,"props":520,"children":522},{"className":521},[],[523],{"type":44,"value":392},{"type":44,"value":525}," — load when you need extended-language \u002F superconcept \u002F subconcept analysis.",{"type":39,"tag":73,"props":527,"children":528},{},[529,538],{"type":39,"tag":79,"props":530,"children":531},{},[532],{"type":39,"tag":53,"props":533,"children":535},{"className":534},[],[536],{"type":44,"value":537},"mps-aspect-structure-concepts",{"type":44,"value":539}," — load when defining or modifying concepts (not just reading them).",{"type":39,"tag":73,"props":541,"children":542},{},[543,552],{"type":39,"tag":79,"props":544,"children":545},{},[546],{"type":39,"tag":53,"props":547,"children":549},{"className":548},[],[550],{"type":44,"value":551},"mps-language-aspects-overview",{"type":44,"value":553}," — overview of which aspects exist and what each owns.",{"type":39,"tag":62,"props":555,"children":557},{"id":556},"reference-index",[558],{"type":44,"value":559},"Reference Index",{"type":39,"tag":69,"props":561,"children":562},{},[563,592],{"type":39,"tag":73,"props":564,"children":565},{},[566,568,574,576,582,584,590],{"type":44,"value":567},"Open ",{"type":39,"tag":53,"props":569,"children":571},{"className":570},[],[572],{"type":44,"value":573},"references\u002Fsearch-concepts.md",{"type":44,"value":575}," for the ",{"type":39,"tag":53,"props":577,"children":579},{"className":578},[],[580],{"type":44,"value":581},"mps_mcp_search_concepts",{"type":44,"value":583}," matching algorithm — haystack composition, subtoken splitting, fallback ranking, ",{"type":39,"tag":53,"props":585,"children":587},{"className":586},[],[588],{"type":44,"value":589},"modelReference",{"type":44,"value":591}," scoping, and the sub-2-char failure mode.",{"type":39,"tag":73,"props":593,"children":594},{},[595,596,602,603,608],{"type":44,"value":567},{"type":39,"tag":53,"props":597,"children":599},{"className":598},[],[600],{"type":44,"value":601},"references\u002Fconcept-details.md",{"type":44,"value":575},{"type":39,"tag":53,"props":604,"children":606},{"className":605},[],[607],{"type":44,"value":127},{"type":44,"value":609}," result schema and the unresolved-ref policy (all-failed vs partial-success envelopes and the suggestion heuristic).",{"items":611,"total":687},[612,628,637,646,655,665,678],{"slug":613,"name":613,"fn":614,"description":615,"org":616,"tags":617,"stars":19,"repoUrl":20,"updatedAt":627},"mps-aspect-accessories","configure JetBrains MPS module dependencies","Wire MPS module and model dependencies, used languages, used devkits, extended languages, runtime solutions, accessory models, and language\u002Fdependency versions. Use when adding\u002Fremoving module dependencies, importing languages or devkits into a model, declaring runtime solutions, or shipping accessory content visible to consumers without explicit import.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[618,621,624],{"name":619,"slug":620,"type":15},"Architecture","architecture",{"name":622,"slug":623,"type":15},"Configuration","configuration",{"name":625,"slug":626,"type":15},"Engineering","engineering","2026-07-17T06:06:57.311661",{"slug":629,"name":629,"fn":630,"description":631,"org":632,"tags":633,"stars":19,"repoUrl":20,"updatedAt":636},"mps-aspect-actions","define and edit MPS node factories","Use when defining or editing MPS node factories (the \"actions\" aspect) — `NodeFactories` roots, per-concept `NodeFactory` setup functions that initialize a freshly created node and optionally copy data from a replaced `sampleNode`, plus the actions aspect's `CopyPasteHandlers` and `PasteWrappers` roots. Reach for this skill when a substitution, side transform, completion replacement, or `add new initialized(...)` should preserve fields from the node it is replacing, or when defaults set in a constructor are not enough.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[634,635],{"name":619,"slug":620,"type":15},{"name":625,"slug":626,"type":15},"2026-07-17T06:04:48.066901",{"slug":638,"name":638,"fn":639,"description":640,"org":641,"tags":642,"stars":19,"repoUrl":20,"updatedAt":645},"mps-aspect-behavior","define and edit MPS concept behavior","Use when defining or editing MPS `ConceptBehavior` — per-concept methods (non-virtual \u002F virtual \u002F abstract \u002F static \u002F virtual static), constructors, virtual dispatch (MRO), super and interface-default calls (`super\u003CInterface>.method`), overriding methods from `lang.core.behavior` interfaces such as `ScopeProvider.getScope` \u002F `INamedConcept.getName` \u002F `BaseConcept.getPresentation`, calling sibling methods (`LocalBehaviorMethodCall`) and behavior methods from other aspects via `node.method(...)`. Reach for this skill whenever the task involves authoring or modifying `\u003Clang>\u002FlanguageModels\u002Fbehavior.mps`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[643,644],{"name":619,"slug":620,"type":15},{"name":625,"slug":626,"type":15},"2026-07-13T06:45:21.757084",{"slug":647,"name":647,"fn":648,"description":649,"org":650,"tags":651,"stars":19,"repoUrl":20,"updatedAt":654},"mps-aspect-constraints","define JetBrains MPS language constraints","Use when defining or editing MPS language constraints — property validators \u002F setters \u002F getters, referent search scopes (imperative or inherited via `ScopeProvider.getScope`), `referentSetHandler` side effects, default-scope blocks, `canBeChild` \u002F `canBeParent` \u002F `canBeAncestor` \u002F `canBeRoot` placement rules, `defaultConcreteConcept` for abstract concepts, `set \u003Cread-only>` and `{name}` aliasing, and scope helpers (`SimpleRoleScope`, `ListScope`, `CompositeScope`, `HidingByNameScope`). Reach for this skill whenever the task involves authoring or modifying `\u003Clang>\u002FlanguageModels\u002Fconstraints.mps`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[652,653],{"name":619,"slug":620,"type":15},{"name":17,"slug":18,"type":15},"2026-07-23T05:41:33.639365",{"slug":656,"name":656,"fn":657,"description":658,"org":659,"tags":660,"stars":19,"repoUrl":20,"updatedAt":664},"mps-aspect-dataflow","define and debug MPS dataflow builders","Use when defining or debugging MPS dataflow builders for a concept — control\u002Fdata flow declarations that drive reachability analysis and variable-use checking. Covers DataFlowBuilderDeclaration, BuilderBlock, emit instructions (code for, jump, ifjump, label, read, write, ret, mayBeUnreachable), positions (AfterPosition, BeforePosition, LabelPosition), the jetbrains.mps.lang.dataFlow language, the NodeParameter implicit, BL+smodel usage inside builder bodies, and IBuilderMode for advanced analyses such as nullable\u002Fnon-null tracking.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[661],{"name":662,"slug":663,"type":15},"Data Analysis","data-analysis","2026-07-13T06:45:19.114674",{"slug":666,"name":666,"fn":667,"description":668,"org":669,"tags":670,"stars":19,"repoUrl":20,"updatedAt":677},"mps-aspect-editor","define MPS editor layouts","Use when creating or changing MPS editor definitions — the overall workflow from scaffolding a `ConceptEditorDeclaration` through componentizing reusable `EditorComponentDeclaration`s, refining cell models and cell layouts, applying style sheets and indent-layout style items, wiring smart references, leveraging inheritance via super-concepts and interfaces, inspecting (`print_node_json`, `show_node_representation`) and validating (`check_root_node_problems`). Covers `jetbrains.mps.lang.editor` cell models (`CellModel_RefNode`\u002F`CellModel_RefNodeList`\u002F`CellModel_RefCell`\u002F`CellModel_Property`\u002F`CellModel_Constant`), layout choices, and JSON blueprints for common editor shapes. For the non-layout side (action maps, keymaps, transformation\u002Fsubstitute menus) use `mps-aspect-editor-menus-and-keymaps`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[671,674],{"name":672,"slug":673,"type":15},"Design","design",{"name":675,"slug":676,"type":15},"UI Components","ui-components","2026-07-23T05:41:56.638151",{"slug":679,"name":679,"fn":680,"description":681,"org":682,"tags":683,"stars":19,"repoUrl":20,"updatedAt":686},"mps-aspect-editor-menus-and-keymaps","author MPS editor menus and keymaps","Use when authoring the **non-layout** parts of the MPS editor aspect — what happens when the user types, presses a key, triggers completion, pastes, or invokes a context action. Covers action maps (`CellActionMapDeclaration`), cell keymaps (`CellKeyMapDeclaration`), transformation menus (`TransformationMenu_Default` \u002F `_Named` \u002F `_Contribution`), substitute menus (`SubstituteMenu_Default` \u002F `SubstituteMenu` \u002F contributions), side transforms (LEFT\u002FRIGHT), legacy cell menus, paste wrappers and copy-paste handlers (in the actions language), completion styling, reference presentation, two-step deletion, and the editor selection API. Trigger terms: `actionMap`, `keyMap`, `delete_action_id`, `transformationMenu`, `substituteMenu`, `Ctrl+Space`, `Ctrl+Alt+B`, side transform, paste wrapper, completion styling, `PasteWrappers`, `CopyPasteHandlers`. For the **layout** side (cells, layouts, style sheets) use `mps-aspect-editor` instead.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[684,685],{"name":625,"slug":626,"type":15},{"name":675,"slug":676,"type":15},"2026-07-23T05:41:49.666535",31,{"items":689,"total":775},[690,696,701,706,711,715,720,725,734,744,753,766],{"slug":613,"name":613,"fn":614,"description":615,"org":691,"tags":692,"stars":19,"repoUrl":20,"updatedAt":627},{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[693,694,695],{"name":619,"slug":620,"type":15},{"name":622,"slug":623,"type":15},{"name":625,"slug":626,"type":15},{"slug":629,"name":629,"fn":630,"description":631,"org":697,"tags":698,"stars":19,"repoUrl":20,"updatedAt":636},{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[699,700],{"name":619,"slug":620,"type":15},{"name":625,"slug":626,"type":15},{"slug":638,"name":638,"fn":639,"description":640,"org":702,"tags":703,"stars":19,"repoUrl":20,"updatedAt":645},{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[704,705],{"name":619,"slug":620,"type":15},{"name":625,"slug":626,"type":15},{"slug":647,"name":647,"fn":648,"description":649,"org":707,"tags":708,"stars":19,"repoUrl":20,"updatedAt":654},{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[709,710],{"name":619,"slug":620,"type":15},{"name":17,"slug":18,"type":15},{"slug":656,"name":656,"fn":657,"description":658,"org":712,"tags":713,"stars":19,"repoUrl":20,"updatedAt":664},{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[714],{"name":662,"slug":663,"type":15},{"slug":666,"name":666,"fn":667,"description":668,"org":716,"tags":717,"stars":19,"repoUrl":20,"updatedAt":677},{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[718,719],{"name":672,"slug":673,"type":15},{"name":675,"slug":676,"type":15},{"slug":679,"name":679,"fn":680,"description":681,"org":721,"tags":722,"stars":19,"repoUrl":20,"updatedAt":686},{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[723,724],{"name":625,"slug":626,"type":15},{"name":675,"slug":676,"type":15},{"slug":726,"name":726,"fn":727,"description":728,"org":729,"tags":730,"stars":19,"repoUrl":20,"updatedAt":733},"mps-aspect-generation-plan","modify MPS generation plans","Use when defining or modifying an MPS generation plan — explicit ordering of generators, checkpoints for cross-model reference resolution, forks for parallel branches, IncludePlan composition, conditional PlanContribution activation, ParameterEquals\u002FConceptListSelector fork selectors, and InitModelAttributes for targetFacet routing. Apply when working with @genplan models, the jetbrains.mps.lang.generator.plan language, attaching plans via DevKits or the Custom generation facet, or debugging cross-model mapping label resolution.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[731,732],{"name":619,"slug":620,"type":15},{"name":625,"slug":626,"type":15},"2026-07-13T06:44:59.507855",{"slug":735,"name":735,"fn":736,"description":737,"org":738,"tags":739,"stars":19,"repoUrl":20,"updatedAt":743},"mps-aspect-generator","define JetBrains MPS generator rules","Use when defining or modifying MPS generators — author a generator module, add or edit root\u002Freduction\u002Fweaving\u002Fpattern mapping rules, attach template macros ($COPY_SRC, $LOOP, $IF, $PROPERTY, $REF, $SWITCH, $MAP_SRC, $WEAVE, $INSERT, $LABEL, $TRACE, $VAR), wire mapping labels, build template switches, write pre\u002Fpost mapping scripts, navigate `genContext`, or debug \"rule didn't fire\", missing references, empty output, infinite reduction loops, and generated-Java compile failures.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[740,741,742],{"name":619,"slug":620,"type":15},{"name":17,"slug":18,"type":15},{"name":625,"slug":626,"type":15},"2026-07-17T06:06:58.042999",{"slug":745,"name":745,"fn":746,"description":747,"org":748,"tags":749,"stars":19,"repoUrl":20,"updatedAt":752},"mps-aspect-intentions","define and edit MPS intentions","Use when defining or editing MPS intentions (the Alt+Enter context-action aspect) — adding `IntentionDeclaration` roots, parameterized or surround-with variants, description\u002FisApplicable\u002Fexecute blocks, child-filter functions, factory-initialized AST splicing, or debugging why an intention is not offered. Lives in the language's `intentions` model and uses `jetbrains.mps.lang.intentions`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[750,751],{"name":619,"slug":620,"type":15},{"name":625,"slug":626,"type":15},"2026-07-23T05:41:48.692899",{"slug":754,"name":754,"fn":755,"description":756,"org":757,"tags":758,"stars":19,"repoUrl":20,"updatedAt":765},"mps-aspect-migrations","author and debug MPS migration scripts","Use when authoring or debugging MPS migration scripts that upgrade user models after a language definition changes — covers jetbrains.mps.lang.migration (MigrationScript class-based, PureMigrationScript declarative, MoveConcept\u002FMoveContainmentLink\u002FMoveReferenceLink\u002FMoveProperty, ordering via OrderDependency, data exchange via putData\u002FgetData, RefactoringLog, ConceptMigrationReference) and jetbrains.mps.lang.script Enhancement Scripts (MigrationScript with MigrationScriptPart_Instance, ExtractInterfaceMigration, FactoryMigrationScriptPart, CommentMigrationScriptPart) — when a model needs version-gated upgrade, concept rename or removal, link or property rename, instance-level transformation, or composition of migration steps.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[759,762],{"name":760,"slug":761,"type":15},"Debugging","debugging",{"name":763,"slug":764,"type":15},"Migration","migration","2026-07-13T06:45:20.372122",{"slug":537,"name":537,"fn":767,"description":768,"org":769,"tags":770,"stars":19,"repoUrl":20,"updatedAt":774},"define concepts in MPS structure aspect","Define concepts, interface concepts, enumerations, and constrained data types in an MPS language's `structure` aspect. Covers smart-reference detection, alias rules, cardinality, INamedConcept usage, bulk creation, and the full `mps_mcp_alter_structure` \u002F `mps_mcp_query_structure` reference. Use when authoring or modifying a language's structure model.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[771],{"name":772,"slug":773,"type":15},"Data Modeling","data-modeling","2026-07-23T05:41:30.705975",188]