[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-jetbrains-gws-classroom":3,"mdc--hqeev1-key":30,"related-org-jetbrains-gws-classroom":951,"related-repo-jetbrains-gws-classroom":1084},{"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":25,"sourceUrl":28,"mdContent":29},"gws-classroom","manage Google Classroom classes and coursework","Google Classroom: Manage classes, rosters, and coursework.",{"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},"Google Workspace","google-workspace","tag",{"name":17,"slug":18,"type":15},"Education","education",252,"https:\u002F\u002Fgithub.com\u002FJetBrains\u002Fskills","2026-07-17T06:04:37.350224",null,17,[],{"repoUrl":20,"stars":19,"forks":23,"topics":26,"description":27},[],"Curated agent skills collection verified by JetBrains","https:\u002F\u002Fgithub.com\u002FJetBrains\u002Fskills\u002Ftree\u002FHEAD\u002Fgws-classroom","---\nname: gws-classroom\nversion: 1.0.0\ndescription: \"Google Classroom: Manage classes, rosters, and coursework.\"\nmetadata:\n  short-description: \"Manage Google Classroom coursework\"\n  author: Google Workspace\n  openclaw:\n    category: \"productivity\"\n    requires:\n      bins: [\"gws\"]\n    cliHelp: \"gws classroom --help\"\n  source: https:\u002F\u002Fgithub.com\u002Fgoogleworkspace\u002Fcli\u002Ftree\u002Fmain\u002Fskills\u002Fgws-classroom\n---\n\n# classroom (v1)\n\n> **PREREQUISITE:** Read `..\u002Fgws-shared\u002FSKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it.\n\n```bash\ngws classroom \u003Cresource> \u003Cmethod> [flags]\n```\n\n## API Resources\n\n### courses\n\n  - `create` — Creates a course. The user specified in `ownerId` is the owner of the created course and added as a teacher. A non-admin requesting user can only create a course with themselves as the owner. Domain admins can create courses owned by any user within their domain. This method returns the following error codes: * `PERMISSION_DENIED` if the requesting user is not permitted to create courses or for access errors. * `NOT_FOUND` if the primary teacher is not a valid user.\n  - `delete` — Deletes a course. This method returns the following error codes: * `PERMISSION_DENIED` if the requesting user is not permitted to delete the requested course or for access errors. * `NOT_FOUND` if no course exists with the requested ID.\n  - `get` — Returns a course. This method returns the following error codes: * `PERMISSION_DENIED` if the requesting user is not permitted to access the requested course or for access errors. * `NOT_FOUND` if no course exists with the requested ID.\n  - `getGradingPeriodSettings` — Returns the grading period settings in a course. This method returns the following error codes: * `PERMISSION_DENIED` if the requesting user isn't permitted to access the grading period settings in the requested course or for access errors. * `NOT_FOUND` if the requested course does not exist.\n  - `list` — Returns a list of courses that the requesting user is permitted to view, restricted to those that match the request. Returned courses are ordered by creation time, with the most recently created coming first. This method returns the following error codes: * `PERMISSION_DENIED` for access errors. * `INVALID_ARGUMENT` if the query argument is malformed. * `NOT_FOUND` if any users specified in the query arguments do not exist.\n  - `patch` — Updates one or more fields in a course. This method returns the following error codes: * `PERMISSION_DENIED` if the requesting user is not permitted to modify the requested course or for access errors. * `NOT_FOUND` if no course exists with the requested ID. * `INVALID_ARGUMENT` if invalid fields are specified in the update mask or if no update mask is supplied.\n  - `update` — Updates a course. This method returns the following error codes: * `PERMISSION_DENIED` if the requesting user is not permitted to modify the requested course or for access errors. * `NOT_FOUND` if no course exists with the requested ID. * `FAILED_PRECONDITION` for the following request errors: * CourseNotModifiable * CourseTitleCannotContainUrl\n  - `updateGradingPeriodSettings` — Updates grading period settings of a course. Individual grading periods can be added, removed, or modified using this method. The requesting user and course owner must be eligible to modify Grading Periods. For details, see [licensing requirements](https:\u002F\u002Fdevelopers.google.com\u002Fworkspace\u002Fclassroom\u002Fgrading-periods\u002Fmanage-grading-periods#licensing_requirements).\n  - `aliases` — Operations on the 'aliases' resource\n  - `announcements` — Operations on the 'announcements' resource\n  - `courseWork` — Operations on the 'courseWork' resource\n  - `courseWorkMaterials` — Operations on the 'courseWorkMaterials' resource\n  - `posts` — Operations on the 'posts' resource\n  - `studentGroups` — Operations on the 'studentGroups' resource\n  - `students` — Operations on the 'students' resource\n  - `teachers` — Operations on the 'teachers' resource\n  - `topics` — Operations on the 'topics' resource\n\n### invitations\n\n  - `accept` — Accepts an invitation, removing it and adding the invited user to the teachers or students (as appropriate) of the specified course. Only the invited user may accept an invitation. This method returns the following error codes: * `PERMISSION_DENIED` if the requesting user is not permitted to accept the requested invitation or for access errors.\n  - `create` — Creates an invitation. Only one invitation for a user and course may exist at a time. Delete and re-create an invitation to make changes. This method returns the following error codes: * `PERMISSION_DENIED` if the requesting user is not permitted to create invitations for this course or for access errors. * `NOT_FOUND` if the course or the user does not exist. * `FAILED_PRECONDITION`: * if the requested user's account is disabled.\n  - `delete` — Deletes an invitation. This method returns the following error codes: * `PERMISSION_DENIED` if the requesting user is not permitted to delete the requested invitation or for access errors. * `NOT_FOUND` if no invitation exists with the requested ID.\n  - `get` — Returns an invitation. This method returns the following error codes: * `PERMISSION_DENIED` if the requesting user is not permitted to view the requested invitation or for access errors. * `NOT_FOUND` if no invitation exists with the requested ID.\n  - `list` — Returns a list of invitations that the requesting user is permitted to view, restricted to those that match the list request. *Note:* At least one of `user_id` or `course_id` must be supplied. Both fields can be supplied. This method returns the following error codes: * `PERMISSION_DENIED` for access errors.\n\n### registrations\n\n  - `create` — Creates a `Registration`, causing Classroom to start sending notifications from the provided `feed` to the destination provided in `cloudPubSubTopic`. Returns the created `Registration`. Currently, this will be the same as the argument, but with server-assigned fields such as `expiry_time` and `id` filled in. Note that any value specified for the `expiry_time` or `id` fields will be ignored.\n  - `delete` — Deletes a `Registration`, causing Classroom to stop sending notifications for that `Registration`.\n\n### userProfiles\n\n  - `get` — Returns a user profile. This method returns the following error codes: * `PERMISSION_DENIED` if the requesting user is not permitted to access this user profile, if no profile exists with the requested ID, or for access errors.\n  - `guardianInvitations` — Operations on the 'guardianInvitations' resource\n  - `guardians` — Operations on the 'guardians' resource\n\n## Discovering Commands\n\nBefore calling any API method, inspect it:\n\n```bash\n# Browse resources and methods\ngws classroom --help\n\n# Inspect a method's required params, types, and defaults\ngws schema classroom.\u003Cresource>.\u003Cmethod>\n```\n\nUse `gws schema` output to build your `--params` and `--json` flags.\n",{"data":31,"body":42},{"name":4,"version":32,"description":6,"metadata":33},"1.0.0",{"short-description":34,"author":13,"openclaw":35,"source":41},"Manage Google Classroom coursework",{"category":36,"requires":37,"cliHelp":40},"productivity",{"bins":38},[39],"gws","gws classroom --help","https:\u002F\u002Fgithub.com\u002Fgoogleworkspace\u002Fcli\u002Ftree\u002Fmain\u002Fskills\u002Fgws-classroom",{"type":43,"children":44},"root",[45,54,87,160,167,173,504,509,649,654,750,756,798,804,809,917,945],{"type":46,"tag":47,"props":48,"children":50},"element","h1",{"id":49},"classroom-v1",[51],{"type":52,"value":53},"text","classroom (v1)",{"type":46,"tag":55,"props":56,"children":57},"blockquote",{},[58],{"type":46,"tag":59,"props":60,"children":61},"p",{},[62,68,70,77,79,85],{"type":46,"tag":63,"props":64,"children":65},"strong",{},[66],{"type":52,"value":67},"PREREQUISITE:",{"type":52,"value":69}," Read ",{"type":46,"tag":71,"props":72,"children":74},"code",{"className":73},[],[75],{"type":52,"value":76},"..\u002Fgws-shared\u002FSKILL.md",{"type":52,"value":78}," for auth, global flags, and security rules. If missing, run ",{"type":46,"tag":71,"props":80,"children":82},{"className":81},[],[83],{"type":52,"value":84},"gws generate-skills",{"type":52,"value":86}," to create it.",{"type":46,"tag":88,"props":89,"children":94},"pre",{"className":90,"code":91,"language":92,"meta":93,"style":93},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","gws classroom \u003Cresource> \u003Cmethod> [flags]\n","bash","",[95],{"type":46,"tag":71,"props":96,"children":97},{"__ignoreMap":93},[98],{"type":46,"tag":99,"props":100,"children":103},"span",{"class":101,"line":102},"line",1,[104,109,115,121,126,132,137,141,146,151,155],{"type":46,"tag":99,"props":105,"children":107},{"style":106},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[108],{"type":52,"value":39},{"type":46,"tag":99,"props":110,"children":112},{"style":111},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[113],{"type":52,"value":114}," classroom",{"type":46,"tag":99,"props":116,"children":118},{"style":117},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[119],{"type":52,"value":120}," \u003C",{"type":46,"tag":99,"props":122,"children":123},{"style":111},[124],{"type":52,"value":125},"resourc",{"type":46,"tag":99,"props":127,"children":129},{"style":128},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[130],{"type":52,"value":131},"e",{"type":46,"tag":99,"props":133,"children":134},{"style":117},[135],{"type":52,"value":136},">",{"type":46,"tag":99,"props":138,"children":139},{"style":117},[140],{"type":52,"value":120},{"type":46,"tag":99,"props":142,"children":143},{"style":111},[144],{"type":52,"value":145},"metho",{"type":46,"tag":99,"props":147,"children":148},{"style":128},[149],{"type":52,"value":150},"d",{"type":46,"tag":99,"props":152,"children":153},{"style":117},[154],{"type":52,"value":136},{"type":46,"tag":99,"props":156,"children":157},{"style":128},[158],{"type":52,"value":159}," [flags]\n",{"type":46,"tag":161,"props":162,"children":164},"h2",{"id":163},"api-resources",[165],{"type":52,"value":166},"API Resources",{"type":46,"tag":168,"props":169,"children":171},"h3",{"id":170},"courses",[172],{"type":52,"value":170},{"type":46,"tag":174,"props":175,"children":176},"ul",{},[177,213,238,262,287,320,352,383,405,416,427,438,449,460,471,482,493],{"type":46,"tag":178,"props":179,"children":180},"li",{},[181,187,189,195,197,203,205,211],{"type":46,"tag":71,"props":182,"children":184},{"className":183},[],[185],{"type":52,"value":186},"create",{"type":52,"value":188}," — Creates a course. The user specified in ",{"type":46,"tag":71,"props":190,"children":192},{"className":191},[],[193],{"type":52,"value":194},"ownerId",{"type":52,"value":196}," is the owner of the created course and added as a teacher. A non-admin requesting user can only create a course with themselves as the owner. Domain admins can create courses owned by any user within their domain. This method returns the following error codes: * ",{"type":46,"tag":71,"props":198,"children":200},{"className":199},[],[201],{"type":52,"value":202},"PERMISSION_DENIED",{"type":52,"value":204}," if the requesting user is not permitted to create courses or for access errors. * ",{"type":46,"tag":71,"props":206,"children":208},{"className":207},[],[209],{"type":52,"value":210},"NOT_FOUND",{"type":52,"value":212}," if the primary teacher is not a valid user.",{"type":46,"tag":178,"props":214,"children":215},{},[216,222,224,229,231,236],{"type":46,"tag":71,"props":217,"children":219},{"className":218},[],[220],{"type":52,"value":221},"delete",{"type":52,"value":223}," — Deletes a course. This method returns the following error codes: * ",{"type":46,"tag":71,"props":225,"children":227},{"className":226},[],[228],{"type":52,"value":202},{"type":52,"value":230}," if the requesting user is not permitted to delete the requested course or for access errors. * ",{"type":46,"tag":71,"props":232,"children":234},{"className":233},[],[235],{"type":52,"value":210},{"type":52,"value":237}," if no course exists with the requested ID.",{"type":46,"tag":178,"props":239,"children":240},{},[241,247,249,254,256,261],{"type":46,"tag":71,"props":242,"children":244},{"className":243},[],[245],{"type":52,"value":246},"get",{"type":52,"value":248}," — Returns a course. This method returns the following error codes: * ",{"type":46,"tag":71,"props":250,"children":252},{"className":251},[],[253],{"type":52,"value":202},{"type":52,"value":255}," if the requesting user is not permitted to access the requested course or for access errors. * ",{"type":46,"tag":71,"props":257,"children":259},{"className":258},[],[260],{"type":52,"value":210},{"type":52,"value":237},{"type":46,"tag":178,"props":263,"children":264},{},[265,271,273,278,280,285],{"type":46,"tag":71,"props":266,"children":268},{"className":267},[],[269],{"type":52,"value":270},"getGradingPeriodSettings",{"type":52,"value":272}," — Returns the grading period settings in a course. This method returns the following error codes: * ",{"type":46,"tag":71,"props":274,"children":276},{"className":275},[],[277],{"type":52,"value":202},{"type":52,"value":279}," if the requesting user isn't permitted to access the grading period settings in the requested course or for access errors. * ",{"type":46,"tag":71,"props":281,"children":283},{"className":282},[],[284],{"type":52,"value":210},{"type":52,"value":286}," if the requested course does not exist.",{"type":46,"tag":178,"props":288,"children":289},{},[290,296,298,303,305,311,313,318],{"type":46,"tag":71,"props":291,"children":293},{"className":292},[],[294],{"type":52,"value":295},"list",{"type":52,"value":297}," — Returns a list of courses that the requesting user is permitted to view, restricted to those that match the request. Returned courses are ordered by creation time, with the most recently created coming first. This method returns the following error codes: * ",{"type":46,"tag":71,"props":299,"children":301},{"className":300},[],[302],{"type":52,"value":202},{"type":52,"value":304}," for access errors. * ",{"type":46,"tag":71,"props":306,"children":308},{"className":307},[],[309],{"type":52,"value":310},"INVALID_ARGUMENT",{"type":52,"value":312}," if the query argument is malformed. * ",{"type":46,"tag":71,"props":314,"children":316},{"className":315},[],[317],{"type":52,"value":210},{"type":52,"value":319}," if any users specified in the query arguments do not exist.",{"type":46,"tag":178,"props":321,"children":322},{},[323,329,331,336,338,343,345,350],{"type":46,"tag":71,"props":324,"children":326},{"className":325},[],[327],{"type":52,"value":328},"patch",{"type":52,"value":330}," — Updates one or more fields in a course. This method returns the following error codes: * ",{"type":46,"tag":71,"props":332,"children":334},{"className":333},[],[335],{"type":52,"value":202},{"type":52,"value":337}," if the requesting user is not permitted to modify the requested course or for access errors. * ",{"type":46,"tag":71,"props":339,"children":341},{"className":340},[],[342],{"type":52,"value":210},{"type":52,"value":344}," if no course exists with the requested ID. * ",{"type":46,"tag":71,"props":346,"children":348},{"className":347},[],[349],{"type":52,"value":310},{"type":52,"value":351}," if invalid fields are specified in the update mask or if no update mask is supplied.",{"type":46,"tag":178,"props":353,"children":354},{},[355,361,363,368,369,374,375,381],{"type":46,"tag":71,"props":356,"children":358},{"className":357},[],[359],{"type":52,"value":360},"update",{"type":52,"value":362}," — Updates a course. This method returns the following error codes: * ",{"type":46,"tag":71,"props":364,"children":366},{"className":365},[],[367],{"type":52,"value":202},{"type":52,"value":337},{"type":46,"tag":71,"props":370,"children":372},{"className":371},[],[373],{"type":52,"value":210},{"type":52,"value":344},{"type":46,"tag":71,"props":376,"children":378},{"className":377},[],[379],{"type":52,"value":380},"FAILED_PRECONDITION",{"type":52,"value":382}," for the following request errors: * CourseNotModifiable * CourseTitleCannotContainUrl",{"type":46,"tag":178,"props":384,"children":385},{},[386,392,394,403],{"type":46,"tag":71,"props":387,"children":389},{"className":388},[],[390],{"type":52,"value":391},"updateGradingPeriodSettings",{"type":52,"value":393}," — Updates grading period settings of a course. Individual grading periods can be added, removed, or modified using this method. The requesting user and course owner must be eligible to modify Grading Periods. For details, see ",{"type":46,"tag":395,"props":396,"children":400},"a",{"href":397,"rel":398},"https:\u002F\u002Fdevelopers.google.com\u002Fworkspace\u002Fclassroom\u002Fgrading-periods\u002Fmanage-grading-periods#licensing_requirements",[399],"nofollow",[401],{"type":52,"value":402},"licensing requirements",{"type":52,"value":404},".",{"type":46,"tag":178,"props":406,"children":407},{},[408,414],{"type":46,"tag":71,"props":409,"children":411},{"className":410},[],[412],{"type":52,"value":413},"aliases",{"type":52,"value":415}," — Operations on the 'aliases' resource",{"type":46,"tag":178,"props":417,"children":418},{},[419,425],{"type":46,"tag":71,"props":420,"children":422},{"className":421},[],[423],{"type":52,"value":424},"announcements",{"type":52,"value":426}," — Operations on the 'announcements' resource",{"type":46,"tag":178,"props":428,"children":429},{},[430,436],{"type":46,"tag":71,"props":431,"children":433},{"className":432},[],[434],{"type":52,"value":435},"courseWork",{"type":52,"value":437}," — Operations on the 'courseWork' resource",{"type":46,"tag":178,"props":439,"children":440},{},[441,447],{"type":46,"tag":71,"props":442,"children":444},{"className":443},[],[445],{"type":52,"value":446},"courseWorkMaterials",{"type":52,"value":448}," — Operations on the 'courseWorkMaterials' resource",{"type":46,"tag":178,"props":450,"children":451},{},[452,458],{"type":46,"tag":71,"props":453,"children":455},{"className":454},[],[456],{"type":52,"value":457},"posts",{"type":52,"value":459}," — Operations on the 'posts' resource",{"type":46,"tag":178,"props":461,"children":462},{},[463,469],{"type":46,"tag":71,"props":464,"children":466},{"className":465},[],[467],{"type":52,"value":468},"studentGroups",{"type":52,"value":470}," — Operations on the 'studentGroups' resource",{"type":46,"tag":178,"props":472,"children":473},{},[474,480],{"type":46,"tag":71,"props":475,"children":477},{"className":476},[],[478],{"type":52,"value":479},"students",{"type":52,"value":481}," — Operations on the 'students' resource",{"type":46,"tag":178,"props":483,"children":484},{},[485,491],{"type":46,"tag":71,"props":486,"children":488},{"className":487},[],[489],{"type":52,"value":490},"teachers",{"type":52,"value":492}," — Operations on the 'teachers' resource",{"type":46,"tag":178,"props":494,"children":495},{},[496,502],{"type":46,"tag":71,"props":497,"children":499},{"className":498},[],[500],{"type":52,"value":501},"topics",{"type":52,"value":503}," — Operations on the 'topics' resource",{"type":46,"tag":168,"props":505,"children":507},{"id":506},"invitations",[508],{"type":52,"value":506},{"type":46,"tag":174,"props":510,"children":511},{},[512,530,561,585,608],{"type":46,"tag":178,"props":513,"children":514},{},[515,521,523,528],{"type":46,"tag":71,"props":516,"children":518},{"className":517},[],[519],{"type":52,"value":520},"accept",{"type":52,"value":522}," — Accepts an invitation, removing it and adding the invited user to the teachers or students (as appropriate) of the specified course. Only the invited user may accept an invitation. This method returns the following error codes: * ",{"type":46,"tag":71,"props":524,"children":526},{"className":525},[],[527],{"type":52,"value":202},{"type":52,"value":529}," if the requesting user is not permitted to accept the requested invitation or for access errors.",{"type":46,"tag":178,"props":531,"children":532},{},[533,538,540,545,547,552,554,559],{"type":46,"tag":71,"props":534,"children":536},{"className":535},[],[537],{"type":52,"value":186},{"type":52,"value":539}," — Creates an invitation. Only one invitation for a user and course may exist at a time. Delete and re-create an invitation to make changes. This method returns the following error codes: * ",{"type":46,"tag":71,"props":541,"children":543},{"className":542},[],[544],{"type":52,"value":202},{"type":52,"value":546}," if the requesting user is not permitted to create invitations for this course or for access errors. * ",{"type":46,"tag":71,"props":548,"children":550},{"className":549},[],[551],{"type":52,"value":210},{"type":52,"value":553}," if the course or the user does not exist. * ",{"type":46,"tag":71,"props":555,"children":557},{"className":556},[],[558],{"type":52,"value":380},{"type":52,"value":560},": * if the requested user's account is disabled.",{"type":46,"tag":178,"props":562,"children":563},{},[564,569,571,576,578,583],{"type":46,"tag":71,"props":565,"children":567},{"className":566},[],[568],{"type":52,"value":221},{"type":52,"value":570}," — Deletes an invitation. This method returns the following error codes: * ",{"type":46,"tag":71,"props":572,"children":574},{"className":573},[],[575],{"type":52,"value":202},{"type":52,"value":577}," if the requesting user is not permitted to delete the requested invitation or for access errors. * ",{"type":46,"tag":71,"props":579,"children":581},{"className":580},[],[582],{"type":52,"value":210},{"type":52,"value":584}," if no invitation exists with the requested ID.",{"type":46,"tag":178,"props":586,"children":587},{},[588,593,595,600,602,607],{"type":46,"tag":71,"props":589,"children":591},{"className":590},[],[592],{"type":52,"value":246},{"type":52,"value":594}," — Returns an invitation. This method returns the following error codes: * ",{"type":46,"tag":71,"props":596,"children":598},{"className":597},[],[599],{"type":52,"value":202},{"type":52,"value":601}," if the requesting user is not permitted to view the requested invitation or for access errors. * ",{"type":46,"tag":71,"props":603,"children":605},{"className":604},[],[606],{"type":52,"value":210},{"type":52,"value":584},{"type":46,"tag":178,"props":609,"children":610},{},[611,616,618,624,626,632,634,640,642,647],{"type":46,"tag":71,"props":612,"children":614},{"className":613},[],[615],{"type":52,"value":295},{"type":52,"value":617}," — Returns a list of invitations that the requesting user is permitted to view, restricted to those that match the list request. ",{"type":46,"tag":619,"props":620,"children":621},"em",{},[622],{"type":52,"value":623},"Note:",{"type":52,"value":625}," At least one of ",{"type":46,"tag":71,"props":627,"children":629},{"className":628},[],[630],{"type":52,"value":631},"user_id",{"type":52,"value":633}," or ",{"type":46,"tag":71,"props":635,"children":637},{"className":636},[],[638],{"type":52,"value":639},"course_id",{"type":52,"value":641}," must be supplied. Both fields can be supplied. This method returns the following error codes: * ",{"type":46,"tag":71,"props":643,"children":645},{"className":644},[],[646],{"type":52,"value":202},{"type":52,"value":648}," for access errors.",{"type":46,"tag":168,"props":650,"children":652},{"id":651},"registrations",[653],{"type":52,"value":651},{"type":46,"tag":174,"props":655,"children":656},{},[657,727],{"type":46,"tag":178,"props":658,"children":659},{},[660,665,667,673,675,681,683,689,691,696,698,704,706,712,714,719,720,725],{"type":46,"tag":71,"props":661,"children":663},{"className":662},[],[664],{"type":52,"value":186},{"type":52,"value":666}," — Creates a ",{"type":46,"tag":71,"props":668,"children":670},{"className":669},[],[671],{"type":52,"value":672},"Registration",{"type":52,"value":674},", causing Classroom to start sending notifications from the provided ",{"type":46,"tag":71,"props":676,"children":678},{"className":677},[],[679],{"type":52,"value":680},"feed",{"type":52,"value":682}," to the destination provided in ",{"type":46,"tag":71,"props":684,"children":686},{"className":685},[],[687],{"type":52,"value":688},"cloudPubSubTopic",{"type":52,"value":690},". Returns the created ",{"type":46,"tag":71,"props":692,"children":694},{"className":693},[],[695],{"type":52,"value":672},{"type":52,"value":697},". Currently, this will be the same as the argument, but with server-assigned fields such as ",{"type":46,"tag":71,"props":699,"children":701},{"className":700},[],[702],{"type":52,"value":703},"expiry_time",{"type":52,"value":705}," and ",{"type":46,"tag":71,"props":707,"children":709},{"className":708},[],[710],{"type":52,"value":711},"id",{"type":52,"value":713}," filled in. Note that any value specified for the ",{"type":46,"tag":71,"props":715,"children":717},{"className":716},[],[718],{"type":52,"value":703},{"type":52,"value":633},{"type":46,"tag":71,"props":721,"children":723},{"className":722},[],[724],{"type":52,"value":711},{"type":52,"value":726}," fields will be ignored.",{"type":46,"tag":178,"props":728,"children":729},{},[730,735,737,742,744,749],{"type":46,"tag":71,"props":731,"children":733},{"className":732},[],[734],{"type":52,"value":221},{"type":52,"value":736}," — Deletes a ",{"type":46,"tag":71,"props":738,"children":740},{"className":739},[],[741],{"type":52,"value":672},{"type":52,"value":743},", causing Classroom to stop sending notifications for that ",{"type":46,"tag":71,"props":745,"children":747},{"className":746},[],[748],{"type":52,"value":672},{"type":52,"value":404},{"type":46,"tag":168,"props":751,"children":753},{"id":752},"userprofiles",[754],{"type":52,"value":755},"userProfiles",{"type":46,"tag":174,"props":757,"children":758},{},[759,776,787],{"type":46,"tag":178,"props":760,"children":761},{},[762,767,769,774],{"type":46,"tag":71,"props":763,"children":765},{"className":764},[],[766],{"type":52,"value":246},{"type":52,"value":768}," — Returns a user profile. This method returns the following error codes: * ",{"type":46,"tag":71,"props":770,"children":772},{"className":771},[],[773],{"type":52,"value":202},{"type":52,"value":775}," if the requesting user is not permitted to access this user profile, if no profile exists with the requested ID, or for access errors.",{"type":46,"tag":178,"props":777,"children":778},{},[779,785],{"type":46,"tag":71,"props":780,"children":782},{"className":781},[],[783],{"type":52,"value":784},"guardianInvitations",{"type":52,"value":786}," — Operations on the 'guardianInvitations' resource",{"type":46,"tag":178,"props":788,"children":789},{},[790,796],{"type":46,"tag":71,"props":791,"children":793},{"className":792},[],[794],{"type":52,"value":795},"guardians",{"type":52,"value":797}," — Operations on the 'guardians' resource",{"type":46,"tag":161,"props":799,"children":801},{"id":800},"discovering-commands",[802],{"type":52,"value":803},"Discovering Commands",{"type":46,"tag":59,"props":805,"children":806},{},[807],{"type":52,"value":808},"Before calling any API method, inspect it:",{"type":46,"tag":88,"props":810,"children":812},{"className":90,"code":811,"language":92,"meta":93,"style":93},"# Browse resources and methods\ngws classroom --help\n\n# Inspect a method's required params, types, and defaults\ngws schema classroom.\u003Cresource>.\u003Cmethod>\n",[813],{"type":46,"tag":71,"props":814,"children":815},{"__ignoreMap":93},[816,825,842,852,861],{"type":46,"tag":99,"props":817,"children":818},{"class":101,"line":102},[819],{"type":46,"tag":99,"props":820,"children":822},{"style":821},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic",[823],{"type":52,"value":824},"# Browse resources and methods\n",{"type":46,"tag":99,"props":826,"children":828},{"class":101,"line":827},2,[829,833,837],{"type":46,"tag":99,"props":830,"children":831},{"style":106},[832],{"type":52,"value":39},{"type":46,"tag":99,"props":834,"children":835},{"style":111},[836],{"type":52,"value":114},{"type":46,"tag":99,"props":838,"children":839},{"style":111},[840],{"type":52,"value":841}," --help\n",{"type":46,"tag":99,"props":843,"children":845},{"class":101,"line":844},3,[846],{"type":46,"tag":99,"props":847,"children":849},{"emptyLinePlaceholder":848},true,[850],{"type":52,"value":851},"\n",{"type":46,"tag":99,"props":853,"children":855},{"class":101,"line":854},4,[856],{"type":46,"tag":99,"props":857,"children":858},{"style":821},[859],{"type":52,"value":860},"# Inspect a method's required params, types, and defaults\n",{"type":46,"tag":99,"props":862,"children":864},{"class":101,"line":863},5,[865,869,874,879,884,888,892,896,900,904,908,912],{"type":46,"tag":99,"props":866,"children":867},{"style":106},[868],{"type":52,"value":39},{"type":46,"tag":99,"props":870,"children":871},{"style":111},[872],{"type":52,"value":873}," schema",{"type":46,"tag":99,"props":875,"children":876},{"style":111},[877],{"type":52,"value":878}," classroom.",{"type":46,"tag":99,"props":880,"children":881},{"style":117},[882],{"type":52,"value":883},"\u003C",{"type":46,"tag":99,"props":885,"children":886},{"style":111},[887],{"type":52,"value":125},{"type":46,"tag":99,"props":889,"children":890},{"style":128},[891],{"type":52,"value":131},{"type":46,"tag":99,"props":893,"children":894},{"style":117},[895],{"type":52,"value":136},{"type":46,"tag":99,"props":897,"children":898},{"style":111},[899],{"type":52,"value":404},{"type":46,"tag":99,"props":901,"children":902},{"style":117},[903],{"type":52,"value":883},{"type":46,"tag":99,"props":905,"children":906},{"style":111},[907],{"type":52,"value":145},{"type":46,"tag":99,"props":909,"children":910},{"style":128},[911],{"type":52,"value":150},{"type":46,"tag":99,"props":913,"children":914},{"style":117},[915],{"type":52,"value":916},">\n",{"type":46,"tag":59,"props":918,"children":919},{},[920,922,928,930,936,937,943],{"type":52,"value":921},"Use ",{"type":46,"tag":71,"props":923,"children":925},{"className":924},[],[926],{"type":52,"value":927},"gws schema",{"type":52,"value":929}," output to build your ",{"type":46,"tag":71,"props":931,"children":933},{"className":932},[],[934],{"type":52,"value":935},"--params",{"type":52,"value":705},{"type":46,"tag":71,"props":938,"children":940},{"className":939},[],[941],{"type":52,"value":942},"--json",{"type":52,"value":944}," flags.",{"type":46,"tag":946,"props":947,"children":948},"style",{},[949],{"type":52,"value":950},"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":952,"total":1083},[953,971,980,989,1000,1010,1023,1032,1041,1051,1060,1073],{"slug":954,"name":954,"fn":955,"description":956,"org":957,"tags":958,"stars":968,"repoUrl":969,"updatedAt":970},"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},[959,962,965],{"name":960,"slug":961,"type":15},"Architecture","architecture",{"name":963,"slug":964,"type":15},"Configuration","configuration",{"name":966,"slug":967,"type":15},"Engineering","engineering",1650,"https:\u002F\u002Fgithub.com\u002FJetBrains\u002FMPS","2026-07-17T06:06:57.311661",{"slug":972,"name":972,"fn":973,"description":974,"org":975,"tags":976,"stars":968,"repoUrl":969,"updatedAt":979},"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},[977,978],{"name":960,"slug":961,"type":15},{"name":966,"slug":967,"type":15},"2026-07-17T06:04:48.066901",{"slug":981,"name":981,"fn":982,"description":983,"org":984,"tags":985,"stars":968,"repoUrl":969,"updatedAt":988},"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},[986,987],{"name":960,"slug":961,"type":15},{"name":966,"slug":967,"type":15},"2026-07-13T06:45:21.757084",{"slug":990,"name":990,"fn":991,"description":992,"org":993,"tags":994,"stars":968,"repoUrl":969,"updatedAt":999},"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},[995,996],{"name":960,"slug":961,"type":15},{"name":997,"slug":998,"type":15},"Code Analysis","code-analysis","2026-07-23T05:41:33.639365",{"slug":1001,"name":1001,"fn":1002,"description":1003,"org":1004,"tags":1005,"stars":968,"repoUrl":969,"updatedAt":1009},"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},[1006],{"name":1007,"slug":1008,"type":15},"Data Analysis","data-analysis","2026-07-13T06:45:19.114674",{"slug":1011,"name":1011,"fn":1012,"description":1013,"org":1014,"tags":1015,"stars":968,"repoUrl":969,"updatedAt":1022},"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},[1016,1019],{"name":1017,"slug":1018,"type":15},"Design","design",{"name":1020,"slug":1021,"type":15},"UI Components","ui-components","2026-07-23T05:41:56.638151",{"slug":1024,"name":1024,"fn":1025,"description":1026,"org":1027,"tags":1028,"stars":968,"repoUrl":969,"updatedAt":1031},"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},[1029,1030],{"name":966,"slug":967,"type":15},{"name":1020,"slug":1021,"type":15},"2026-07-23T05:41:49.666535",{"slug":1033,"name":1033,"fn":1034,"description":1035,"org":1036,"tags":1037,"stars":968,"repoUrl":969,"updatedAt":1040},"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},[1038,1039],{"name":960,"slug":961,"type":15},{"name":966,"slug":967,"type":15},"2026-07-13T06:44:59.507855",{"slug":1042,"name":1042,"fn":1043,"description":1044,"org":1045,"tags":1046,"stars":968,"repoUrl":969,"updatedAt":1050},"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},[1047,1048,1049],{"name":960,"slug":961,"type":15},{"name":997,"slug":998,"type":15},{"name":966,"slug":967,"type":15},"2026-07-17T06:06:58.042999",{"slug":1052,"name":1052,"fn":1053,"description":1054,"org":1055,"tags":1056,"stars":968,"repoUrl":969,"updatedAt":1059},"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},[1057,1058],{"name":960,"slug":961,"type":15},{"name":966,"slug":967,"type":15},"2026-07-23T05:41:48.692899",{"slug":1061,"name":1061,"fn":1062,"description":1063,"org":1064,"tags":1065,"stars":968,"repoUrl":969,"updatedAt":1072},"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},[1066,1069],{"name":1067,"slug":1068,"type":15},"Debugging","debugging",{"name":1070,"slug":1071,"type":15},"Migration","migration","2026-07-13T06:45:20.372122",{"slug":1074,"name":1074,"fn":1075,"description":1076,"org":1077,"tags":1078,"stars":968,"repoUrl":969,"updatedAt":1082},"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},[1079],{"name":1080,"slug":1081,"type":15},"Data Modeling","data-modeling","2026-07-23T05:41:30.705975",188,{"items":1085,"total":1203},[1086,1105,1120,1134,1149,1172,1189],{"slug":1087,"name":1087,"fn":1088,"description":1089,"org":1090,"tags":1091,"stars":19,"repoUrl":20,"updatedAt":1104},"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},[1092,1095,1098,1101],{"name":1093,"slug":1094,"type":15},"Creative","creative",{"name":1096,"slug":1097,"type":15},"Generative Art","generative-art",{"name":1099,"slug":1100,"type":15},"Graphics","graphics",{"name":1102,"slug":1103,"type":15},"JavaScript","javascript","2026-07-13T06:41:35.540127",{"slug":1106,"name":1106,"fn":1107,"description":1108,"org":1109,"tags":1110,"stars":19,"repoUrl":20,"updatedAt":1119},"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},[1111,1114,1115,1116],{"name":1112,"slug":1113,"type":15},"Best Practices","best-practices",{"name":966,"slug":967,"type":15},{"name":1102,"slug":1103,"type":15},{"name":1117,"slug":1118,"type":15},"TypeScript","typescript","2026-07-13T06:43:13.153309",{"slug":1121,"name":1121,"fn":1122,"description":1123,"org":1124,"tags":1125,"stars":19,"repoUrl":20,"updatedAt":1133},"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},[1126,1129,1130],{"name":1127,"slug":1128,"type":15},"Branding","branding",{"name":1017,"slug":1018,"type":15},{"name":1131,"slug":1132,"type":15},"Typography","typography","2026-07-13T06:43:06.077629",{"slug":1135,"name":1135,"fn":1136,"description":1137,"org":1138,"tags":1139,"stars":19,"repoUrl":20,"updatedAt":1148},"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},[1140,1141,1142,1145],{"name":1093,"slug":1094,"type":15},{"name":1017,"slug":1018,"type":15},{"name":1143,"slug":1144,"type":15},"Images","images",{"name":1146,"slug":1147,"type":15},"PDF","pdf","2026-07-13T06:39:58.803113",{"slug":1150,"name":1150,"fn":1151,"description":1152,"org":1153,"tags":1154,"stars":19,"repoUrl":20,"updatedAt":1171},"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},[1155,1158,1161,1164,1165,1168],{"name":1156,"slug":1157,"type":15},"CI\u002FCD","ci-cd",{"name":1159,"slug":1160,"type":15},"Containers","containers",{"name":1162,"slug":1163,"type":15},"Deployment","deployment",{"name":966,"slug":967,"type":15},{"name":1166,"slug":1167,"type":15},"Kotlin","kotlin",{"name":1169,"slug":1170,"type":15},"Spring","spring","2026-07-13T06:41:47.83899",{"slug":1173,"name":1173,"fn":1174,"description":1175,"org":1176,"tags":1177,"stars":19,"repoUrl":20,"updatedAt":1188},"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},[1178,1181,1184,1187],{"name":1179,"slug":1180,"type":15},"Cloudflare","cloudflare",{"name":1182,"slug":1183,"type":15},"Cloudflare Pages","cloudflare-pages",{"name":1185,"slug":1186,"type":15},"Cloudflare Workers","cloudflare-workers",{"name":1162,"slug":1163,"type":15},"2026-07-17T06:04:42.853896",{"slug":1190,"name":1190,"fn":1191,"description":1192,"org":1193,"tags":1194,"stars":19,"repoUrl":20,"updatedAt":1202},"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},[1195,1198,1201],{"name":1196,"slug":1197,"type":15},"Automation","automation",{"name":1199,"slug":1200,"type":15},"Desktop","desktop",{"name":1020,"slug":1021,"type":15},"2026-07-13T06:40:38.798626",128]