[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-jetbrains-doc":3,"mdc--k9o9bd-key":36,"related-repo-jetbrains-doc":414,"related-org-jetbrains-doc":540},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":25,"repoUrl":26,"updatedAt":27,"license":28,"forks":29,"topics":30,"repo":31,"sourceUrl":34,"mdContent":35},"doc","create and edit DOCX documents","Use when the task involves reading, creating, or editing `.docx` documents, especially when formatting or layout fidelity matters; prefer `python-docx` plus the bundled `scripts\u002Frender_docx.py` for visual checks.",{"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,19,22],{"name":13,"slug":14,"type":15},"Documents","documents","tag",{"name":17,"slug":18,"type":15},"Office","office",{"name":20,"slug":21,"type":15},"DOCX","docx",{"name":23,"slug":24,"type":15},"Word","word",252,"https:\u002F\u002Fgithub.com\u002FJetBrains\u002Fskills","2026-07-13T06:41:59.330126","Apache-2.0",17,[],{"repoUrl":26,"stars":25,"forks":29,"topics":32,"description":33},[],"Curated agent skills collection verified by JetBrains","https:\u002F\u002Fgithub.com\u002FJetBrains\u002Fskills\u002Ftree\u002FHEAD\u002Fdoc","---\nname: \"doc\"\ndescription: \"Use when the task involves reading, creating, or editing `.docx` documents, especially when formatting or layout fidelity matters; prefer `python-docx` plus the bundled `scripts\u002Frender_docx.py` for visual checks.\"\nlicense: Apache-2.0\nmetadata:\n  short-description: \"Edit and review docx files\"\n  author: OpenAI\n  source: https:\u002F\u002Fgithub.com\u002Fopenai\u002Fskills\u002Ftree\u002Fmain\u002Fskills\u002F.curated\u002Fdoc\n---\n\n\n# DOCX Skill\n\n## When to use\n- Read or review DOCX content where layout matters (tables, diagrams, pagination).\n- Create or edit DOCX files with professional formatting.\n- Validate visual layout before delivery.\n\n## Workflow\n1. Prefer visual review (layout, tables, diagrams).\n   - If `soffice` and `pdftoppm` are available, convert DOCX -> PDF -> PNGs.\n   - Or use `scripts\u002Frender_docx.py` (requires `pdf2image` and Poppler).\n   - If these tools are missing, install them or ask the user to review rendered pages locally.\n2. Use `python-docx` for edits and structured creation (headings, styles, tables, lists).\n3. After each meaningful change, re-render and inspect the pages.\n4. If visual review is not possible, extract text with `python-docx` as a fallback and call out layout risk.\n5. Keep intermediate outputs organized and clean up after final approval.\n\n## Temp and output conventions\n- Use `tmp\u002Fdocs\u002F` for intermediate files; delete when done.\n- Write final artifacts under `output\u002Fdoc\u002F` when working in this repo.\n- Keep filenames stable and descriptive.\n\n## Dependencies (install if missing)\nPrefer `uv` for dependency management.\n\nPython packages:\n```\nuv pip install python-docx pdf2image\n```\nIf `uv` is unavailable:\n```\npython3 -m pip install python-docx pdf2image\n```\nSystem tools (for rendering):\n```\n# macOS (Homebrew)\nbrew install libreoffice poppler\n\n# Ubuntu\u002FDebian\nsudo apt-get install -y libreoffice poppler-utils\n```\n\nIf installation isn't possible in this environment, tell the user which dependency is missing and how to install it locally.\n\n## Environment\nNo required environment variables.\n\n## Rendering commands\nDOCX -> PDF:\n```\nsoffice -env:UserInstallation=file:\u002F\u002F\u002Ftmp\u002Flo_profile_$$ --headless --convert-to pdf --outdir $OUTDIR $INPUT_DOCX\n```\n\nPDF -> PNGs:\n```\npdftoppm -png $OUTDIR\u002F$BASENAME.pdf $OUTDIR\u002F$BASENAME\n```\n\nBundled helper:\n```\npython3 scripts\u002Frender_docx.py \u002Fpath\u002Fto\u002Ffile.docx --output_dir \u002Ftmp\u002Fdocx_pages\n```\n\n## Quality expectations\n- Deliver a client-ready document: consistent typography, spacing, margins, and clear hierarchy.\n- Avoid formatting defects: clipped\u002Foverlapping text, broken tables, unreadable characters, or default-template styling.\n- Charts, tables, and visuals must be legible in rendered pages with correct alignment.\n- Use ASCII hyphens only. Avoid U+2011 (non-breaking hyphen) and other Unicode dashes.\n- Citations and references must be human-readable; never leave tool tokens or placeholder strings.\n\n## Final checks\n- Re-render and inspect every page at 100% zoom before final delivery.\n- Fix any spacing, alignment, or pagination issues and repeat the render loop.\n- Confirm there are no leftovers (temp files, duplicate renders) unless the user asks to keep them.\n",{"data":37,"body":42},{"name":4,"description":6,"license":28,"metadata":38},{"short-description":39,"author":40,"source":41},"Edit and review docx files","OpenAI","https:\u002F\u002Fgithub.com\u002Fopenai\u002Fskills\u002Ftree\u002Fmain\u002Fskills\u002F.curated\u002Fdoc",{"type":43,"children":44},"root",[45,54,61,81,87,182,188,221,227,241,246,258,269,278,283,292,297,303,308,314,319,328,333,342,347,356,362,390,396],{"type":46,"tag":47,"props":48,"children":50},"element","h1",{"id":49},"docx-skill",[51],{"type":52,"value":53},"text","DOCX Skill",{"type":46,"tag":55,"props":56,"children":58},"h2",{"id":57},"when-to-use",[59],{"type":52,"value":60},"When to use",{"type":46,"tag":62,"props":63,"children":64},"ul",{},[65,71,76],{"type":46,"tag":66,"props":67,"children":68},"li",{},[69],{"type":52,"value":70},"Read or review DOCX content where layout matters (tables, diagrams, pagination).",{"type":46,"tag":66,"props":72,"children":73},{},[74],{"type":52,"value":75},"Create or edit DOCX files with professional formatting.",{"type":46,"tag":66,"props":77,"children":78},{},[79],{"type":52,"value":80},"Validate visual layout before delivery.",{"type":46,"tag":55,"props":82,"children":84},{"id":83},"workflow",[85],{"type":52,"value":86},"Workflow",{"type":46,"tag":88,"props":89,"children":90},"ol",{},[91,147,160,165,177],{"type":46,"tag":66,"props":92,"children":93},{},[94,96],{"type":52,"value":95},"Prefer visual review (layout, tables, diagrams).\n",{"type":46,"tag":62,"props":97,"children":98},{},[99,121,142],{"type":46,"tag":66,"props":100,"children":101},{},[102,104,111,113,119],{"type":52,"value":103},"If ",{"type":46,"tag":105,"props":106,"children":108},"code",{"className":107},[],[109],{"type":52,"value":110},"soffice",{"type":52,"value":112}," and ",{"type":46,"tag":105,"props":114,"children":116},{"className":115},[],[117],{"type":52,"value":118},"pdftoppm",{"type":52,"value":120}," are available, convert DOCX -> PDF -> PNGs.",{"type":46,"tag":66,"props":122,"children":123},{},[124,126,132,134,140],{"type":52,"value":125},"Or use ",{"type":46,"tag":105,"props":127,"children":129},{"className":128},[],[130],{"type":52,"value":131},"scripts\u002Frender_docx.py",{"type":52,"value":133}," (requires ",{"type":46,"tag":105,"props":135,"children":137},{"className":136},[],[138],{"type":52,"value":139},"pdf2image",{"type":52,"value":141}," and Poppler).",{"type":46,"tag":66,"props":143,"children":144},{},[145],{"type":52,"value":146},"If these tools are missing, install them or ask the user to review rendered pages locally.",{"type":46,"tag":66,"props":148,"children":149},{},[150,152,158],{"type":52,"value":151},"Use ",{"type":46,"tag":105,"props":153,"children":155},{"className":154},[],[156],{"type":52,"value":157},"python-docx",{"type":52,"value":159}," for edits and structured creation (headings, styles, tables, lists).",{"type":46,"tag":66,"props":161,"children":162},{},[163],{"type":52,"value":164},"After each meaningful change, re-render and inspect the pages.",{"type":46,"tag":66,"props":166,"children":167},{},[168,170,175],{"type":52,"value":169},"If visual review is not possible, extract text with ",{"type":46,"tag":105,"props":171,"children":173},{"className":172},[],[174],{"type":52,"value":157},{"type":52,"value":176}," as a fallback and call out layout risk.",{"type":46,"tag":66,"props":178,"children":179},{},[180],{"type":52,"value":181},"Keep intermediate outputs organized and clean up after final approval.",{"type":46,"tag":55,"props":183,"children":185},{"id":184},"temp-and-output-conventions",[186],{"type":52,"value":187},"Temp and output conventions",{"type":46,"tag":62,"props":189,"children":190},{},[191,203,216],{"type":46,"tag":66,"props":192,"children":193},{},[194,195,201],{"type":52,"value":151},{"type":46,"tag":105,"props":196,"children":198},{"className":197},[],[199],{"type":52,"value":200},"tmp\u002Fdocs\u002F",{"type":52,"value":202}," for intermediate files; delete when done.",{"type":46,"tag":66,"props":204,"children":205},{},[206,208,214],{"type":52,"value":207},"Write final artifacts under ",{"type":46,"tag":105,"props":209,"children":211},{"className":210},[],[212],{"type":52,"value":213},"output\u002Fdoc\u002F",{"type":52,"value":215}," when working in this repo.",{"type":46,"tag":66,"props":217,"children":218},{},[219],{"type":52,"value":220},"Keep filenames stable and descriptive.",{"type":46,"tag":55,"props":222,"children":224},{"id":223},"dependencies-install-if-missing",[225],{"type":52,"value":226},"Dependencies (install if missing)",{"type":46,"tag":228,"props":229,"children":230},"p",{},[231,233,239],{"type":52,"value":232},"Prefer ",{"type":46,"tag":105,"props":234,"children":236},{"className":235},[],[237],{"type":52,"value":238},"uv",{"type":52,"value":240}," for dependency management.",{"type":46,"tag":228,"props":242,"children":243},{},[244],{"type":52,"value":245},"Python packages:",{"type":46,"tag":247,"props":248,"children":252},"pre",{"className":249,"code":251,"language":52},[250],"language-text","uv pip install python-docx pdf2image\n",[253],{"type":46,"tag":105,"props":254,"children":256},{"__ignoreMap":255},"",[257],{"type":52,"value":251},{"type":46,"tag":228,"props":259,"children":260},{},[261,262,267],{"type":52,"value":103},{"type":46,"tag":105,"props":263,"children":265},{"className":264},[],[266],{"type":52,"value":238},{"type":52,"value":268}," is unavailable:",{"type":46,"tag":247,"props":270,"children":273},{"className":271,"code":272,"language":52},[250],"python3 -m pip install python-docx pdf2image\n",[274],{"type":46,"tag":105,"props":275,"children":276},{"__ignoreMap":255},[277],{"type":52,"value":272},{"type":46,"tag":228,"props":279,"children":280},{},[281],{"type":52,"value":282},"System tools (for rendering):",{"type":46,"tag":247,"props":284,"children":287},{"className":285,"code":286,"language":52},[250],"# macOS (Homebrew)\nbrew install libreoffice poppler\n\n# Ubuntu\u002FDebian\nsudo apt-get install -y libreoffice poppler-utils\n",[288],{"type":46,"tag":105,"props":289,"children":290},{"__ignoreMap":255},[291],{"type":52,"value":286},{"type":46,"tag":228,"props":293,"children":294},{},[295],{"type":52,"value":296},"If installation isn't possible in this environment, tell the user which dependency is missing and how to install it locally.",{"type":46,"tag":55,"props":298,"children":300},{"id":299},"environment",[301],{"type":52,"value":302},"Environment",{"type":46,"tag":228,"props":304,"children":305},{},[306],{"type":52,"value":307},"No required environment variables.",{"type":46,"tag":55,"props":309,"children":311},{"id":310},"rendering-commands",[312],{"type":52,"value":313},"Rendering commands",{"type":46,"tag":228,"props":315,"children":316},{},[317],{"type":52,"value":318},"DOCX -> PDF:",{"type":46,"tag":247,"props":320,"children":323},{"className":321,"code":322,"language":52},[250],"soffice -env:UserInstallation=file:\u002F\u002F\u002Ftmp\u002Flo_profile_$$ --headless --convert-to pdf --outdir $OUTDIR $INPUT_DOCX\n",[324],{"type":46,"tag":105,"props":325,"children":326},{"__ignoreMap":255},[327],{"type":52,"value":322},{"type":46,"tag":228,"props":329,"children":330},{},[331],{"type":52,"value":332},"PDF -> PNGs:",{"type":46,"tag":247,"props":334,"children":337},{"className":335,"code":336,"language":52},[250],"pdftoppm -png $OUTDIR\u002F$BASENAME.pdf $OUTDIR\u002F$BASENAME\n",[338],{"type":46,"tag":105,"props":339,"children":340},{"__ignoreMap":255},[341],{"type":52,"value":336},{"type":46,"tag":228,"props":343,"children":344},{},[345],{"type":52,"value":346},"Bundled helper:",{"type":46,"tag":247,"props":348,"children":351},{"className":349,"code":350,"language":52},[250],"python3 scripts\u002Frender_docx.py \u002Fpath\u002Fto\u002Ffile.docx --output_dir \u002Ftmp\u002Fdocx_pages\n",[352],{"type":46,"tag":105,"props":353,"children":354},{"__ignoreMap":255},[355],{"type":52,"value":350},{"type":46,"tag":55,"props":357,"children":359},{"id":358},"quality-expectations",[360],{"type":52,"value":361},"Quality expectations",{"type":46,"tag":62,"props":363,"children":364},{},[365,370,375,380,385],{"type":46,"tag":66,"props":366,"children":367},{},[368],{"type":52,"value":369},"Deliver a client-ready document: consistent typography, spacing, margins, and clear hierarchy.",{"type":46,"tag":66,"props":371,"children":372},{},[373],{"type":52,"value":374},"Avoid formatting defects: clipped\u002Foverlapping text, broken tables, unreadable characters, or default-template styling.",{"type":46,"tag":66,"props":376,"children":377},{},[378],{"type":52,"value":379},"Charts, tables, and visuals must be legible in rendered pages with correct alignment.",{"type":46,"tag":66,"props":381,"children":382},{},[383],{"type":52,"value":384},"Use ASCII hyphens only. Avoid U+2011 (non-breaking hyphen) and other Unicode dashes.",{"type":46,"tag":66,"props":386,"children":387},{},[388],{"type":52,"value":389},"Citations and references must be human-readable; never leave tool tokens or placeholder strings.",{"type":46,"tag":55,"props":391,"children":393},{"id":392},"final-checks",[394],{"type":52,"value":395},"Final checks",{"type":46,"tag":62,"props":397,"children":398},{},[399,404,409],{"type":46,"tag":66,"props":400,"children":401},{},[402],{"type":52,"value":403},"Re-render and inspect every page at 100% zoom before final delivery.",{"type":46,"tag":66,"props":405,"children":406},{},[407],{"type":52,"value":408},"Fix any spacing, alignment, or pagination issues and repeat the render loop.",{"type":46,"tag":66,"props":410,"children":411},{},[412],{"type":52,"value":413},"Confirm there are no leftovers (temp files, duplicate renders) unless the user asks to keep them.",{"items":415,"total":539},[416,435,452,468,483,506,523],{"slug":417,"name":417,"fn":418,"description":419,"org":420,"tags":421,"stars":25,"repoUrl":26,"updatedAt":434},"algorithmic-art","create generative art with p5.js","Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[422,425,428,431],{"name":423,"slug":424,"type":15},"Creative","creative",{"name":426,"slug":427,"type":15},"Generative Art","generative-art",{"name":429,"slug":430,"type":15},"Graphics","graphics",{"name":432,"slug":433,"type":15},"JavaScript","javascript","2026-07-13T06:41:35.540127",{"slug":436,"name":436,"fn":437,"description":438,"org":439,"tags":440,"stars":25,"repoUrl":26,"updatedAt":451},"antfu","configure JavaScript projects with Anthony Fu's tools","Anthony Fu's opinionated tooling and conventions for JavaScript\u002FTypeScript projects. Use when setting up new projects, configuring ESLint\u002FPrettier alternatives, monorepos, library publishing, or when the user mentions Anthony Fu's preferences.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[441,444,447,448],{"name":442,"slug":443,"type":15},"Best Practices","best-practices",{"name":445,"slug":446,"type":15},"Engineering","engineering",{"name":432,"slug":433,"type":15},{"name":449,"slug":450,"type":15},"TypeScript","typescript","2026-07-13T06:43:13.153309",{"slug":453,"name":453,"fn":454,"description":455,"org":456,"tags":457,"stars":25,"repoUrl":26,"updatedAt":467},"brand-guidelines","apply Anthropic brand guidelines","Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[458,461,464],{"name":459,"slug":460,"type":15},"Branding","branding",{"name":462,"slug":463,"type":15},"Design","design",{"name":465,"slug":466,"type":15},"Typography","typography","2026-07-13T06:43:06.077629",{"slug":469,"name":469,"fn":470,"description":471,"org":472,"tags":473,"stars":25,"repoUrl":26,"updatedAt":482},"canvas-design","create visual art and design assets","Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[474,475,476,479],{"name":423,"slug":424,"type":15},{"name":462,"slug":463,"type":15},{"name":477,"slug":478,"type":15},"Images","images",{"name":480,"slug":481,"type":15},"PDF","pdf","2026-07-13T06:39:58.803113",{"slug":484,"name":484,"fn":485,"description":486,"org":487,"tags":488,"stars":25,"repoUrl":26,"updatedAt":505},"ci-cd-containerization-advisor","design CI\u002FCD pipelines for Kotlin applications","Design reproducible build, image, and deployment pipelines for Kotlin plus Spring applications, including CI verification, layered containers, rollout safety, and deployment-time migration coordination. Use when creating or improving Dockerfiles, CI workflows, image hardening, Kubernetes manifests, release gates, or deployment strategies for Spring Boot services, especially where build reproducibility and operational safety matter.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[489,492,495,498,499,502],{"name":490,"slug":491,"type":15},"CI\u002FCD","ci-cd",{"name":493,"slug":494,"type":15},"Containers","containers",{"name":496,"slug":497,"type":15},"Deployment","deployment",{"name":445,"slug":446,"type":15},{"name":500,"slug":501,"type":15},"Kotlin","kotlin",{"name":503,"slug":504,"type":15},"Spring","spring","2026-07-13T06:41:47.83899",{"slug":507,"name":507,"fn":508,"description":509,"org":510,"tags":511,"stars":25,"repoUrl":26,"updatedAt":522},"cloudflare-deploy","deploy applications to Cloudflare","Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[512,515,518,521],{"name":513,"slug":514,"type":15},"Cloudflare","cloudflare",{"name":516,"slug":517,"type":15},"Cloudflare Pages","cloudflare-pages",{"name":519,"slug":520,"type":15},"Cloudflare Workers","cloudflare-workers",{"name":496,"slug":497,"type":15},"2026-07-17T06:04:42.853896",{"slug":524,"name":524,"fn":525,"description":526,"org":527,"tags":528,"stars":25,"repoUrl":26,"updatedAt":538},"compose-ui-control","interact with Compose Desktop applications","Control a running Compose Desktop application via HTTP. Use when you need to interact with UI elements, click buttons, enter text, wait for elements to appear, or capture screenshots in a Compose Desktop app that has compose-ui-test-server enabled.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[529,532,535],{"name":530,"slug":531,"type":15},"Automation","automation",{"name":533,"slug":534,"type":15},"Desktop","desktop",{"name":536,"slug":537,"type":15},"UI Components","ui-components","2026-07-13T06:40:38.798626",128,{"items":541,"total":666},[542,558,567,576,587,597,606,615,624,634,643,656],{"slug":543,"name":543,"fn":544,"description":545,"org":546,"tags":547,"stars":555,"repoUrl":556,"updatedAt":557},"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},[548,551,554],{"name":549,"slug":550,"type":15},"Architecture","architecture",{"name":552,"slug":553,"type":15},"Configuration","configuration",{"name":445,"slug":446,"type":15},1650,"https:\u002F\u002Fgithub.com\u002FJetBrains\u002FMPS","2026-07-17T06:06:57.311661",{"slug":559,"name":559,"fn":560,"description":561,"org":562,"tags":563,"stars":555,"repoUrl":556,"updatedAt":566},"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},[564,565],{"name":549,"slug":550,"type":15},{"name":445,"slug":446,"type":15},"2026-07-17T06:04:48.066901",{"slug":568,"name":568,"fn":569,"description":570,"org":571,"tags":572,"stars":555,"repoUrl":556,"updatedAt":575},"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},[573,574],{"name":549,"slug":550,"type":15},{"name":445,"slug":446,"type":15},"2026-07-13T06:45:21.757084",{"slug":577,"name":577,"fn":578,"description":579,"org":580,"tags":581,"stars":555,"repoUrl":556,"updatedAt":586},"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},[582,583],{"name":549,"slug":550,"type":15},{"name":584,"slug":585,"type":15},"Code Analysis","code-analysis","2026-07-23T05:41:33.639365",{"slug":588,"name":588,"fn":589,"description":590,"org":591,"tags":592,"stars":555,"repoUrl":556,"updatedAt":596},"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},[593],{"name":594,"slug":595,"type":15},"Data Analysis","data-analysis","2026-07-13T06:45:19.114674",{"slug":598,"name":598,"fn":599,"description":600,"org":601,"tags":602,"stars":555,"repoUrl":556,"updatedAt":605},"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},[603,604],{"name":462,"slug":463,"type":15},{"name":536,"slug":537,"type":15},"2026-07-23T05:41:56.638151",{"slug":607,"name":607,"fn":608,"description":609,"org":610,"tags":611,"stars":555,"repoUrl":556,"updatedAt":614},"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},[612,613],{"name":445,"slug":446,"type":15},{"name":536,"slug":537,"type":15},"2026-07-23T05:41:49.666535",{"slug":616,"name":616,"fn":617,"description":618,"org":619,"tags":620,"stars":555,"repoUrl":556,"updatedAt":623},"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},[621,622],{"name":549,"slug":550,"type":15},{"name":445,"slug":446,"type":15},"2026-07-13T06:44:59.507855",{"slug":625,"name":625,"fn":626,"description":627,"org":628,"tags":629,"stars":555,"repoUrl":556,"updatedAt":633},"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},[630,631,632],{"name":549,"slug":550,"type":15},{"name":584,"slug":585,"type":15},{"name":445,"slug":446,"type":15},"2026-07-17T06:06:58.042999",{"slug":635,"name":635,"fn":636,"description":637,"org":638,"tags":639,"stars":555,"repoUrl":556,"updatedAt":642},"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},[640,641],{"name":549,"slug":550,"type":15},{"name":445,"slug":446,"type":15},"2026-07-23T05:41:48.692899",{"slug":644,"name":644,"fn":645,"description":646,"org":647,"tags":648,"stars":555,"repoUrl":556,"updatedAt":655},"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},[649,652],{"name":650,"slug":651,"type":15},"Debugging","debugging",{"name":653,"slug":654,"type":15},"Migration","migration","2026-07-13T06:45:20.372122",{"slug":657,"name":657,"fn":658,"description":659,"org":660,"tags":661,"stars":555,"repoUrl":556,"updatedAt":665},"mps-aspect-structure-concepts","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},[662],{"name":663,"slug":664,"type":15},"Data Modeling","data-modeling","2026-07-23T05:41:30.705975",188]