[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-jetbrains-slides":3,"mdc--u728ze-key":36,"related-repo-jetbrains-slides":532,"related-org-jetbrains-slides":658},{"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},"slides","create and edit PowerPoint presentations","Create and edit presentation slide decks (`.pptx`) with PptxGenJS and render\u002Fvalidation utilities. Use when tasks involve building a new PowerPoint deck, recreating slides from screenshots\u002FPDFs\u002Freference decks, modifying slide content while preserving editable output, adding charts\u002Fdiagrams\u002Fvisuals, or diagnosing layout issues such as overflow, overlaps, and font substitution.",{"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},"Presentations","presentations","tag",{"name":17,"slug":18,"type":15},"PowerPoint","powerpoint",{"name":20,"slug":21,"type":15},"Documents","documents",{"name":23,"slug":24,"type":15},"Office","office",252,"https:\u002F\u002Fgithub.com\u002FJetBrains\u002Fskills","2026-07-13T06:38:47.919266","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\u002Fslides","---\nname: slides\ndescription: Create and edit presentation slide decks (`.pptx`) with PptxGenJS and render\u002Fvalidation utilities. Use when tasks involve building a new PowerPoint deck, recreating slides from screenshots\u002FPDFs\u002Freference decks, modifying slide content while preserving editable output, adding charts\u002Fdiagrams\u002Fvisuals, or diagnosing layout issues such as overflow, overlaps, and font substitution.\nlicense: Apache-2.0\nmetadata:\n  short-description: \"Create and edit PPTX slide decks\"\n  author: OpenAI\n  source: https:\u002F\u002Fgithub.com\u002Fopenai\u002Fskills\u002Ftree\u002Fe6afb0d74cc75d220df2faf3dd6c635c2dc6a108\u002Fskills\u002F.curated\u002Fslides\n---\n\n# Slides\n\n## Overview\n\nUse PptxGenJS for slide authoring. Do not use `python-pptx` for deck generation unless the task is inspection-only; keep editable output in JavaScript and deliver both the `.pptx` and the source `.js`.\n\nKeep work in a task-local directory. Only copy final artifacts to the requested destination after rendering and validation pass.\n\n## Bundled Resources\n\n- `scripts\u002Frender_slides.py`: Rasterize a `.pptx` or `.pdf` to per-slide PNGs.\n- `scripts\u002Fslides_test.py`: Detect content that overflows the slide canvas.\n- `scripts\u002Fcreate_montage.py`: Build a contact-sheet style montage of rendered slides.\n- `scripts\u002Fdetect_font.py`: Report missing or substituted fonts as LibreOffice resolves them.\n\n## Workflow\n\n1. Inspect the request and determine whether you are creating a new deck, recreating an existing deck, or editing one.\n2. Set the slide size up front. Default to 16:9 (`LAYOUT_WIDE`) unless the source material clearly uses another aspect ratio.\n3. Build the deck in JavaScript with PptxGenJS, an explicit theme font, stable spacing, and editable PowerPoint-native elements when practical.\n4. Run the bundled scripts from this skill directory or copy the needed ones into the task workspace. Render the result with `render_slides.py`, review the PNGs, and fix layout issues before delivery.\n5. Run `slides_test.py` for overflow checks when slide edges are tight or the deck is dense.\n6. Deliver the `.pptx`, the authoring `.js`, and any generated assets that are required to rebuild the deck.\n\n## Authoring Rules\n\n- Set theme fonts explicitly. Do not rely on PowerPoint defaults if typography matters.\n- Size text boxes deliberately and verify by rendering; do not rely on PptxGenJS `fit` or `autoFit` for final layout.\n- Use bullet options, not literal `•` characters.\n- Use explicit crop\u002Fcontain calculations when placing images so aspect ratio and framing are intentional.\n- Prefer native PowerPoint charts for simple bar\u002Fline\u002Fpie\u002Fhistogram style visuals so reviewers can edit them later.\n- For charts or diagrams that PptxGenJS cannot express well, render SVG externally and place the SVG in the slide.\n- Fix all unintentional overlap and out-of-bounds issues before delivering. If an overlap is intentional, leave a short code comment near the relevant element.\n\n## Recreate Or Edit Existing Slides\n\n- Render the source deck or reference PDF first so you can compare slide geometry visually.\n- Match the original aspect ratio before rebuilding layout.\n- Preserve editability where possible: text should stay text, and simple charts should stay native charts.\n\n## Validation Commands\n\nExamples below assume you copied the needed scripts into the working directory. If not, invoke the same script paths relative to this skill folder.\n\n```bash\n# Render slides to PNGs for review\npython3 scripts\u002Frender_slides.py deck.pptx --output_dir rendered\n\n# Build a montage for quick scanning\npython3 scripts\u002Fcreate_montage.py --input_dir rendered --output_file montage.png\n\n# Check for overflow beyond the original slide canvas\npython3 scripts\u002Fslides_test.py deck.pptx\n\n# Detect missing or substituted fonts\npython3 scripts\u002Fdetect_font.py deck.pptx --json\n```\n",{"data":37,"body":42},{"name":4,"description":6,"license":28,"metadata":38},{"short-description":39,"author":40,"source":41},"Create and edit PPTX slide decks","OpenAI","https:\u002F\u002Fgithub.com\u002Fopenai\u002Fskills\u002Ftree\u002Fe6afb0d74cc75d220df2faf3dd6c635c2dc6a108\u002Fskills\u002F.curated\u002Fslides",{"type":43,"children":44},"root",[45,53,60,91,96,102,166,172,244,250,311,317,335,341,346,526],{"type":46,"tag":47,"props":48,"children":49},"element","h1",{"id":4},[50],{"type":51,"value":52},"text","Slides",{"type":46,"tag":54,"props":55,"children":57},"h2",{"id":56},"overview",[58],{"type":51,"value":59},"Overview",{"type":46,"tag":61,"props":62,"children":63},"p",{},[64,66,73,75,81,83,89],{"type":51,"value":65},"Use PptxGenJS for slide authoring. Do not use ",{"type":46,"tag":67,"props":68,"children":70},"code",{"className":69},[],[71],{"type":51,"value":72},"python-pptx",{"type":51,"value":74}," for deck generation unless the task is inspection-only; keep editable output in JavaScript and deliver both the ",{"type":46,"tag":67,"props":76,"children":78},{"className":77},[],[79],{"type":51,"value":80},".pptx",{"type":51,"value":82}," and the source ",{"type":46,"tag":67,"props":84,"children":86},{"className":85},[],[87],{"type":51,"value":88},".js",{"type":51,"value":90},".",{"type":46,"tag":61,"props":92,"children":93},{},[94],{"type":51,"value":95},"Keep work in a task-local directory. Only copy final artifacts to the requested destination after rendering and validation pass.",{"type":46,"tag":54,"props":97,"children":99},{"id":98},"bundled-resources",[100],{"type":51,"value":101},"Bundled Resources",{"type":46,"tag":103,"props":104,"children":105},"ul",{},[106,133,144,155],{"type":46,"tag":107,"props":108,"children":109},"li",{},[110,116,118,123,125,131],{"type":46,"tag":67,"props":111,"children":113},{"className":112},[],[114],{"type":51,"value":115},"scripts\u002Frender_slides.py",{"type":51,"value":117},": Rasterize a ",{"type":46,"tag":67,"props":119,"children":121},{"className":120},[],[122],{"type":51,"value":80},{"type":51,"value":124}," or ",{"type":46,"tag":67,"props":126,"children":128},{"className":127},[],[129],{"type":51,"value":130},".pdf",{"type":51,"value":132}," to per-slide PNGs.",{"type":46,"tag":107,"props":134,"children":135},{},[136,142],{"type":46,"tag":67,"props":137,"children":139},{"className":138},[],[140],{"type":51,"value":141},"scripts\u002Fslides_test.py",{"type":51,"value":143},": Detect content that overflows the slide canvas.",{"type":46,"tag":107,"props":145,"children":146},{},[147,153],{"type":46,"tag":67,"props":148,"children":150},{"className":149},[],[151],{"type":51,"value":152},"scripts\u002Fcreate_montage.py",{"type":51,"value":154},": Build a contact-sheet style montage of rendered slides.",{"type":46,"tag":107,"props":156,"children":157},{},[158,164],{"type":46,"tag":67,"props":159,"children":161},{"className":160},[],[162],{"type":51,"value":163},"scripts\u002Fdetect_font.py",{"type":51,"value":165},": Report missing or substituted fonts as LibreOffice resolves them.",{"type":46,"tag":54,"props":167,"children":169},{"id":168},"workflow",[170],{"type":51,"value":171},"Workflow",{"type":46,"tag":173,"props":174,"children":175},"ol",{},[176,181,194,199,212,225],{"type":46,"tag":107,"props":177,"children":178},{},[179],{"type":51,"value":180},"Inspect the request and determine whether you are creating a new deck, recreating an existing deck, or editing one.",{"type":46,"tag":107,"props":182,"children":183},{},[184,186,192],{"type":51,"value":185},"Set the slide size up front. Default to 16:9 (",{"type":46,"tag":67,"props":187,"children":189},{"className":188},[],[190],{"type":51,"value":191},"LAYOUT_WIDE",{"type":51,"value":193},") unless the source material clearly uses another aspect ratio.",{"type":46,"tag":107,"props":195,"children":196},{},[197],{"type":51,"value":198},"Build the deck in JavaScript with PptxGenJS, an explicit theme font, stable spacing, and editable PowerPoint-native elements when practical.",{"type":46,"tag":107,"props":200,"children":201},{},[202,204,210],{"type":51,"value":203},"Run the bundled scripts from this skill directory or copy the needed ones into the task workspace. Render the result with ",{"type":46,"tag":67,"props":205,"children":207},{"className":206},[],[208],{"type":51,"value":209},"render_slides.py",{"type":51,"value":211},", review the PNGs, and fix layout issues before delivery.",{"type":46,"tag":107,"props":213,"children":214},{},[215,217,223],{"type":51,"value":216},"Run ",{"type":46,"tag":67,"props":218,"children":220},{"className":219},[],[221],{"type":51,"value":222},"slides_test.py",{"type":51,"value":224}," for overflow checks when slide edges are tight or the deck is dense.",{"type":46,"tag":107,"props":226,"children":227},{},[228,230,235,237,242],{"type":51,"value":229},"Deliver the ",{"type":46,"tag":67,"props":231,"children":233},{"className":232},[],[234],{"type":51,"value":80},{"type":51,"value":236},", the authoring ",{"type":46,"tag":67,"props":238,"children":240},{"className":239},[],[241],{"type":51,"value":88},{"type":51,"value":243},", and any generated assets that are required to rebuild the deck.",{"type":46,"tag":54,"props":245,"children":247},{"id":246},"authoring-rules",[248],{"type":51,"value":249},"Authoring Rules",{"type":46,"tag":103,"props":251,"children":252},{},[253,258,278,291,296,301,306],{"type":46,"tag":107,"props":254,"children":255},{},[256],{"type":51,"value":257},"Set theme fonts explicitly. Do not rely on PowerPoint defaults if typography matters.",{"type":46,"tag":107,"props":259,"children":260},{},[261,263,269,270,276],{"type":51,"value":262},"Size text boxes deliberately and verify by rendering; do not rely on PptxGenJS ",{"type":46,"tag":67,"props":264,"children":266},{"className":265},[],[267],{"type":51,"value":268},"fit",{"type":51,"value":124},{"type":46,"tag":67,"props":271,"children":273},{"className":272},[],[274],{"type":51,"value":275},"autoFit",{"type":51,"value":277}," for final layout.",{"type":46,"tag":107,"props":279,"children":280},{},[281,283,289],{"type":51,"value":282},"Use bullet options, not literal ",{"type":46,"tag":67,"props":284,"children":286},{"className":285},[],[287],{"type":51,"value":288},"•",{"type":51,"value":290}," characters.",{"type":46,"tag":107,"props":292,"children":293},{},[294],{"type":51,"value":295},"Use explicit crop\u002Fcontain calculations when placing images so aspect ratio and framing are intentional.",{"type":46,"tag":107,"props":297,"children":298},{},[299],{"type":51,"value":300},"Prefer native PowerPoint charts for simple bar\u002Fline\u002Fpie\u002Fhistogram style visuals so reviewers can edit them later.",{"type":46,"tag":107,"props":302,"children":303},{},[304],{"type":51,"value":305},"For charts or diagrams that PptxGenJS cannot express well, render SVG externally and place the SVG in the slide.",{"type":46,"tag":107,"props":307,"children":308},{},[309],{"type":51,"value":310},"Fix all unintentional overlap and out-of-bounds issues before delivering. If an overlap is intentional, leave a short code comment near the relevant element.",{"type":46,"tag":54,"props":312,"children":314},{"id":313},"recreate-or-edit-existing-slides",[315],{"type":51,"value":316},"Recreate Or Edit Existing Slides",{"type":46,"tag":103,"props":318,"children":319},{},[320,325,330],{"type":46,"tag":107,"props":321,"children":322},{},[323],{"type":51,"value":324},"Render the source deck or reference PDF first so you can compare slide geometry visually.",{"type":46,"tag":107,"props":326,"children":327},{},[328],{"type":51,"value":329},"Match the original aspect ratio before rebuilding layout.",{"type":46,"tag":107,"props":331,"children":332},{},[333],{"type":51,"value":334},"Preserve editability where possible: text should stay text, and simple charts should stay native charts.",{"type":46,"tag":54,"props":336,"children":338},{"id":337},"validation-commands",[339],{"type":51,"value":340},"Validation Commands",{"type":46,"tag":61,"props":342,"children":343},{},[344],{"type":51,"value":345},"Examples below assume you copied the needed scripts into the working directory. If not, invoke the same script paths relative to this skill folder.",{"type":46,"tag":347,"props":348,"children":353},"pre",{"className":349,"code":350,"language":351,"meta":352,"style":352},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","# Render slides to PNGs for review\npython3 scripts\u002Frender_slides.py deck.pptx --output_dir rendered\n\n# Build a montage for quick scanning\npython3 scripts\u002Fcreate_montage.py --input_dir rendered --output_file montage.png\n\n# Check for overflow beyond the original slide canvas\npython3 scripts\u002Fslides_test.py deck.pptx\n\n# Detect missing or substituted fonts\npython3 scripts\u002Fdetect_font.py deck.pptx --json\n","bash","",[354],{"type":46,"tag":67,"props":355,"children":356},{"__ignoreMap":352},[357,369,400,410,419,452,460,469,487,495,504],{"type":46,"tag":358,"props":359,"children":362},"span",{"class":360,"line":361},"line",1,[363],{"type":46,"tag":358,"props":364,"children":366},{"style":365},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic",[367],{"type":51,"value":368},"# Render slides to PNGs for review\n",{"type":46,"tag":358,"props":370,"children":372},{"class":360,"line":371},2,[373,379,385,390,395],{"type":46,"tag":358,"props":374,"children":376},{"style":375},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[377],{"type":51,"value":378},"python3",{"type":46,"tag":358,"props":380,"children":382},{"style":381},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[383],{"type":51,"value":384}," scripts\u002Frender_slides.py",{"type":46,"tag":358,"props":386,"children":387},{"style":381},[388],{"type":51,"value":389}," deck.pptx",{"type":46,"tag":358,"props":391,"children":392},{"style":381},[393],{"type":51,"value":394}," --output_dir",{"type":46,"tag":358,"props":396,"children":397},{"style":381},[398],{"type":51,"value":399}," rendered\n",{"type":46,"tag":358,"props":401,"children":403},{"class":360,"line":402},3,[404],{"type":46,"tag":358,"props":405,"children":407},{"emptyLinePlaceholder":406},true,[408],{"type":51,"value":409},"\n",{"type":46,"tag":358,"props":411,"children":413},{"class":360,"line":412},4,[414],{"type":46,"tag":358,"props":415,"children":416},{"style":365},[417],{"type":51,"value":418},"# Build a montage for quick scanning\n",{"type":46,"tag":358,"props":420,"children":422},{"class":360,"line":421},5,[423,427,432,437,442,447],{"type":46,"tag":358,"props":424,"children":425},{"style":375},[426],{"type":51,"value":378},{"type":46,"tag":358,"props":428,"children":429},{"style":381},[430],{"type":51,"value":431}," scripts\u002Fcreate_montage.py",{"type":46,"tag":358,"props":433,"children":434},{"style":381},[435],{"type":51,"value":436}," --input_dir",{"type":46,"tag":358,"props":438,"children":439},{"style":381},[440],{"type":51,"value":441}," rendered",{"type":46,"tag":358,"props":443,"children":444},{"style":381},[445],{"type":51,"value":446}," --output_file",{"type":46,"tag":358,"props":448,"children":449},{"style":381},[450],{"type":51,"value":451}," montage.png\n",{"type":46,"tag":358,"props":453,"children":455},{"class":360,"line":454},6,[456],{"type":46,"tag":358,"props":457,"children":458},{"emptyLinePlaceholder":406},[459],{"type":51,"value":409},{"type":46,"tag":358,"props":461,"children":463},{"class":360,"line":462},7,[464],{"type":46,"tag":358,"props":465,"children":466},{"style":365},[467],{"type":51,"value":468},"# Check for overflow beyond the original slide canvas\n",{"type":46,"tag":358,"props":470,"children":472},{"class":360,"line":471},8,[473,477,482],{"type":46,"tag":358,"props":474,"children":475},{"style":375},[476],{"type":51,"value":378},{"type":46,"tag":358,"props":478,"children":479},{"style":381},[480],{"type":51,"value":481}," scripts\u002Fslides_test.py",{"type":46,"tag":358,"props":483,"children":484},{"style":381},[485],{"type":51,"value":486}," deck.pptx\n",{"type":46,"tag":358,"props":488,"children":490},{"class":360,"line":489},9,[491],{"type":46,"tag":358,"props":492,"children":493},{"emptyLinePlaceholder":406},[494],{"type":51,"value":409},{"type":46,"tag":358,"props":496,"children":498},{"class":360,"line":497},10,[499],{"type":46,"tag":358,"props":500,"children":501},{"style":365},[502],{"type":51,"value":503},"# Detect missing or substituted fonts\n",{"type":46,"tag":358,"props":505,"children":507},{"class":360,"line":506},11,[508,512,517,521],{"type":46,"tag":358,"props":509,"children":510},{"style":375},[511],{"type":51,"value":378},{"type":46,"tag":358,"props":513,"children":514},{"style":381},[515],{"type":51,"value":516}," scripts\u002Fdetect_font.py",{"type":46,"tag":358,"props":518,"children":519},{"style":381},[520],{"type":51,"value":389},{"type":46,"tag":358,"props":522,"children":523},{"style":381},[524],{"type":51,"value":525}," --json\n",{"type":46,"tag":527,"props":528,"children":529},"style",{},[530],{"type":51,"value":531},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":533,"total":657},[534,553,570,586,601,624,641],{"slug":535,"name":535,"fn":536,"description":537,"org":538,"tags":539,"stars":25,"repoUrl":26,"updatedAt":552},"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},[540,543,546,549],{"name":541,"slug":542,"type":15},"Creative","creative",{"name":544,"slug":545,"type":15},"Generative Art","generative-art",{"name":547,"slug":548,"type":15},"Graphics","graphics",{"name":550,"slug":551,"type":15},"JavaScript","javascript","2026-07-13T06:41:35.540127",{"slug":554,"name":554,"fn":555,"description":556,"org":557,"tags":558,"stars":25,"repoUrl":26,"updatedAt":569},"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},[559,562,565,566],{"name":560,"slug":561,"type":15},"Best Practices","best-practices",{"name":563,"slug":564,"type":15},"Engineering","engineering",{"name":550,"slug":551,"type":15},{"name":567,"slug":568,"type":15},"TypeScript","typescript","2026-07-13T06:43:13.153309",{"slug":571,"name":571,"fn":572,"description":573,"org":574,"tags":575,"stars":25,"repoUrl":26,"updatedAt":585},"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},[576,579,582],{"name":577,"slug":578,"type":15},"Branding","branding",{"name":580,"slug":581,"type":15},"Design","design",{"name":583,"slug":584,"type":15},"Typography","typography","2026-07-13T06:43:06.077629",{"slug":587,"name":587,"fn":588,"description":589,"org":590,"tags":591,"stars":25,"repoUrl":26,"updatedAt":600},"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},[592,593,594,597],{"name":541,"slug":542,"type":15},{"name":580,"slug":581,"type":15},{"name":595,"slug":596,"type":15},"Images","images",{"name":598,"slug":599,"type":15},"PDF","pdf","2026-07-13T06:39:58.803113",{"slug":602,"name":602,"fn":603,"description":604,"org":605,"tags":606,"stars":25,"repoUrl":26,"updatedAt":623},"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},[607,610,613,616,617,620],{"name":608,"slug":609,"type":15},"CI\u002FCD","ci-cd",{"name":611,"slug":612,"type":15},"Containers","containers",{"name":614,"slug":615,"type":15},"Deployment","deployment",{"name":563,"slug":564,"type":15},{"name":618,"slug":619,"type":15},"Kotlin","kotlin",{"name":621,"slug":622,"type":15},"Spring","spring","2026-07-13T06:41:47.83899",{"slug":625,"name":625,"fn":626,"description":627,"org":628,"tags":629,"stars":25,"repoUrl":26,"updatedAt":640},"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},[630,633,636,639],{"name":631,"slug":632,"type":15},"Cloudflare","cloudflare",{"name":634,"slug":635,"type":15},"Cloudflare Pages","cloudflare-pages",{"name":637,"slug":638,"type":15},"Cloudflare Workers","cloudflare-workers",{"name":614,"slug":615,"type":15},"2026-07-17T06:04:42.853896",{"slug":642,"name":642,"fn":643,"description":644,"org":645,"tags":646,"stars":25,"repoUrl":26,"updatedAt":656},"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},[647,650,653],{"name":648,"slug":649,"type":15},"Automation","automation",{"name":651,"slug":652,"type":15},"Desktop","desktop",{"name":654,"slug":655,"type":15},"UI Components","ui-components","2026-07-13T06:40:38.798626",128,{"items":659,"total":784},[660,676,685,694,705,715,724,733,742,752,761,774],{"slug":661,"name":661,"fn":662,"description":663,"org":664,"tags":665,"stars":673,"repoUrl":674,"updatedAt":675},"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},[666,669,672],{"name":667,"slug":668,"type":15},"Architecture","architecture",{"name":670,"slug":671,"type":15},"Configuration","configuration",{"name":563,"slug":564,"type":15},1650,"https:\u002F\u002Fgithub.com\u002FJetBrains\u002FMPS","2026-07-17T06:06:57.311661",{"slug":677,"name":677,"fn":678,"description":679,"org":680,"tags":681,"stars":673,"repoUrl":674,"updatedAt":684},"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},[682,683],{"name":667,"slug":668,"type":15},{"name":563,"slug":564,"type":15},"2026-07-17T06:04:48.066901",{"slug":686,"name":686,"fn":687,"description":688,"org":689,"tags":690,"stars":673,"repoUrl":674,"updatedAt":693},"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},[691,692],{"name":667,"slug":668,"type":15},{"name":563,"slug":564,"type":15},"2026-07-13T06:45:21.757084",{"slug":695,"name":695,"fn":696,"description":697,"org":698,"tags":699,"stars":673,"repoUrl":674,"updatedAt":704},"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},[700,701],{"name":667,"slug":668,"type":15},{"name":702,"slug":703,"type":15},"Code Analysis","code-analysis","2026-07-23T05:41:33.639365",{"slug":706,"name":706,"fn":707,"description":708,"org":709,"tags":710,"stars":673,"repoUrl":674,"updatedAt":714},"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},[711],{"name":712,"slug":713,"type":15},"Data Analysis","data-analysis","2026-07-13T06:45:19.114674",{"slug":716,"name":716,"fn":717,"description":718,"org":719,"tags":720,"stars":673,"repoUrl":674,"updatedAt":723},"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},[721,722],{"name":580,"slug":581,"type":15},{"name":654,"slug":655,"type":15},"2026-07-23T05:41:56.638151",{"slug":725,"name":725,"fn":726,"description":727,"org":728,"tags":729,"stars":673,"repoUrl":674,"updatedAt":732},"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},[730,731],{"name":563,"slug":564,"type":15},{"name":654,"slug":655,"type":15},"2026-07-23T05:41:49.666535",{"slug":734,"name":734,"fn":735,"description":736,"org":737,"tags":738,"stars":673,"repoUrl":674,"updatedAt":741},"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},[739,740],{"name":667,"slug":668,"type":15},{"name":563,"slug":564,"type":15},"2026-07-13T06:44:59.507855",{"slug":743,"name":743,"fn":744,"description":745,"org":746,"tags":747,"stars":673,"repoUrl":674,"updatedAt":751},"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},[748,749,750],{"name":667,"slug":668,"type":15},{"name":702,"slug":703,"type":15},{"name":563,"slug":564,"type":15},"2026-07-17T06:06:58.042999",{"slug":753,"name":753,"fn":754,"description":755,"org":756,"tags":757,"stars":673,"repoUrl":674,"updatedAt":760},"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},[758,759],{"name":667,"slug":668,"type":15},{"name":563,"slug":564,"type":15},"2026-07-23T05:41:48.692899",{"slug":762,"name":762,"fn":763,"description":764,"org":765,"tags":766,"stars":673,"repoUrl":674,"updatedAt":773},"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},[767,770],{"name":768,"slug":769,"type":15},"Debugging","debugging",{"name":771,"slug":772,"type":15},"Migration","migration","2026-07-13T06:45:20.372122",{"slug":775,"name":775,"fn":776,"description":777,"org":778,"tags":779,"stars":673,"repoUrl":674,"updatedAt":783},"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},[780],{"name":781,"slug":782,"type":15},"Data Modeling","data-modeling","2026-07-23T05:41:30.705975",188]