[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-jetbrains-gws-people":3,"mdc--ivo8xv-key":30,"related-repo-jetbrains-gws-people":750,"related-org-jetbrains-gws-people":876},{"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-people","manage Google contacts and profiles","Google People: Manage contacts and profiles.",{"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},"HR","hr",252,"https:\u002F\u002Fgithub.com\u002FJetBrains\u002Fskills","2026-07-13T06:39:41.122077",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-people","---\nname: gws-people\nversion: 1.0.0\ndescription: \"Google People: Manage contacts and profiles.\"\nmetadata:\n  short-description: \"Manage Google contacts and profiles\"\n  author: Google Workspace\n  openclaw:\n    category: \"productivity\"\n    requires:\n      bins: [\"gws\"]\n    cliHelp: \"gws people --help\"\n  source: https:\u002F\u002Fgithub.com\u002Fgoogleworkspace\u002Fcli\u002Ftree\u002Fmain\u002Fskills\u002Fgws-people\n---\n\n# people (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 people \u003Cresource> \u003Cmethod> [flags]\n```\n\n## API Resources\n\n### contactGroups\n\n  - `batchGet` — Get a list of contact groups owned by the authenticated user by specifying a list of contact group resource names.\n  - `create` — Create a new contact group owned by the authenticated user. Created contact group names must be unique to the users contact groups. Attempting to create a group with a duplicate name will return a HTTP 409 error. Mutate requests for the same user should be sent sequentially to avoid increased latency and failures.\n  - `delete` — Delete an existing contact group owned by the authenticated user by specifying a contact group resource name. Mutate requests for the same user should be sent sequentially to avoid increased latency and failures.\n  - `get` — Get a specific contact group owned by the authenticated user by specifying a contact group resource name.\n  - `list` — List all contact groups owned by the authenticated user. Members of the contact groups are not populated.\n  - `update` — Update the name of an existing contact group owned by the authenticated user. Updated contact group names must be unique to the users contact groups. Attempting to create a group with a duplicate name will return a HTTP 409 error. Mutate requests for the same user should be sent sequentially to avoid increased latency and failures.\n  - `members` — Operations on the 'members' resource\n\n### otherContacts\n\n  - `copyOtherContactToMyContactsGroup` — Copies an \"Other contact\" to a new contact in the user's \"myContacts\" group Mutate requests for the same user should be sent sequentially to avoid increased latency and failures.\n  - `list` — List all \"Other contacts\", that is contacts that are not in a contact group. \"Other contacts\" are typically auto created contacts from interactions. Sync tokens expire 7 days after the full sync. A request with an expired sync token will get an error with an [google.rpc.ErrorInfo](https:\u002F\u002Fcloud.google.com\u002Fapis\u002Fdesign\u002Ferrors#error_info) with reason \"EXPIRED_SYNC_TOKEN\". In the case of such an error clients should make a full sync request without a `sync_token`.\n  - `search` — Provides a list of contacts in the authenticated user's other contacts that matches the search query. The query matches on a contact's `names`, `emailAddresses`, and `phoneNumbers` fields that are from the OTHER_CONTACT source. **IMPORTANT**: Before searching, clients should send a warmup request with an empty query to update the cache. See https:\u002F\u002Fdevelopers.google.com\u002Fpeople\u002Fv1\u002Fother-contacts#search_the_users_other_contacts\n\n### people\n\n  - `batchCreateContacts` — Create a batch of new contacts and return the PersonResponses for the newly Mutate requests for the same user should be sent sequentially to avoid increased latency and failures.\n  - `batchUpdateContacts` — Update a batch of contacts and return a map of resource names to PersonResponses for the updated contacts. Mutate requests for the same user should be sent sequentially to avoid increased latency and failures.\n  - `createContact` — Create a new contact and return the person resource for that contact. The request returns a 400 error if more than one field is specified on a field that is a singleton for contact sources: * biographies * birthdays * genders * names Mutate requests for the same user should be sent sequentially to avoid increased latency and failures.\n  - `deleteContactPhoto` — Delete a contact's photo. Mutate requests for the same user should be done sequentially to avoid \u002F\u002F lock contention.\n  - `get` — Provides information about a person by specifying a resource name. Use `people\u002Fme` to indicate the authenticated user. The request returns a 400 error if 'personFields' is not specified.\n  - `getBatchGet` — Provides information about a list of specific people by specifying a list of requested resource names. Use `people\u002Fme` to indicate the authenticated user. The request returns a 400 error if 'personFields' is not specified.\n  - `listDirectoryPeople` — Provides a list of domain profiles and domain contacts in the authenticated user's domain directory. When the `sync_token` is specified, resources deleted since the last sync will be returned as a person with `PersonMetadata.deleted` set to true. When the `page_token` or `sync_token` is specified, all other request parameters must match the first call. Writes may have a propagation delay of several minutes for sync requests. Incremental syncs are not intended for read-after-write use cases.\n  - `searchContacts` — Provides a list of contacts in the authenticated user's grouped contacts that matches the search query. The query matches on a contact's `names`, `nickNames`, `emailAddresses`, `phoneNumbers`, and `organizations` fields that are from the CONTACT source. **IMPORTANT**: Before searching, clients should send a warmup request with an empty query to update the cache. See https:\u002F\u002Fdevelopers.google.com\u002Fpeople\u002Fv1\u002Fcontacts#search_the_users_contacts\n  - `searchDirectoryPeople` — Provides a list of domain profiles and domain contacts in the authenticated user's domain directory that match the search query.\n  - `updateContact` — Update contact data for an existing contact person. Any non-contact data will not be modified. Any non-contact data in the person to update will be ignored. All fields specified in the `update_mask` will be replaced. The server returns a 400 error if `person.metadata.sources` is not specified for the contact to be updated or if there is no contact source.\n  - `updateContactPhoto` — Update a contact's photo. Mutate requests for the same user should be sent sequentially to avoid increased latency and failures.\n  - `connections` — Operations on the 'connections' resource\n\n## Discovering Commands\n\nBefore calling any API method, inspect it:\n\n```bash\n# Browse resources and methods\ngws people --help\n\n# Inspect a method's required params, types, and defaults\ngws schema people.\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 contacts and profiles",{"category":36,"requires":37,"cliHelp":40},"productivity",{"bins":38},[39],"gws","gws people --help","https:\u002F\u002Fgithub.com\u002Fgoogleworkspace\u002Fcli\u002Ftree\u002Fmain\u002Fskills\u002Fgws-people",{"type":43,"children":44},"root",[45,54,87,160,167,174,256,262,353,358,596,602,607,715,744],{"type":46,"tag":47,"props":48,"children":50},"element","h1",{"id":49},"people-v1",[51],{"type":52,"value":53},"text","people (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 people \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}," people",{"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},"contactgroups",[172],{"type":52,"value":173},"contactGroups",{"type":46,"tag":175,"props":176,"children":177},"ul",{},[178,190,201,212,223,234,245],{"type":46,"tag":179,"props":180,"children":181},"li",{},[182,188],{"type":46,"tag":71,"props":183,"children":185},{"className":184},[],[186],{"type":52,"value":187},"batchGet",{"type":52,"value":189}," — Get a list of contact groups owned by the authenticated user by specifying a list of contact group resource names.",{"type":46,"tag":179,"props":191,"children":192},{},[193,199],{"type":46,"tag":71,"props":194,"children":196},{"className":195},[],[197],{"type":52,"value":198},"create",{"type":52,"value":200}," — Create a new contact group owned by the authenticated user. Created contact group names must be unique to the users contact groups. Attempting to create a group with a duplicate name will return a HTTP 409 error. Mutate requests for the same user should be sent sequentially to avoid increased latency and failures.",{"type":46,"tag":179,"props":202,"children":203},{},[204,210],{"type":46,"tag":71,"props":205,"children":207},{"className":206},[],[208],{"type":52,"value":209},"delete",{"type":52,"value":211}," — Delete an existing contact group owned by the authenticated user by specifying a contact group resource name. Mutate requests for the same user should be sent sequentially to avoid increased latency and failures.",{"type":46,"tag":179,"props":213,"children":214},{},[215,221],{"type":46,"tag":71,"props":216,"children":218},{"className":217},[],[219],{"type":52,"value":220},"get",{"type":52,"value":222}," — Get a specific contact group owned by the authenticated user by specifying a contact group resource name.",{"type":46,"tag":179,"props":224,"children":225},{},[226,232],{"type":46,"tag":71,"props":227,"children":229},{"className":228},[],[230],{"type":52,"value":231},"list",{"type":52,"value":233}," — List all contact groups owned by the authenticated user. Members of the contact groups are not populated.",{"type":46,"tag":179,"props":235,"children":236},{},[237,243],{"type":46,"tag":71,"props":238,"children":240},{"className":239},[],[241],{"type":52,"value":242},"update",{"type":52,"value":244}," — Update the name of an existing contact group owned by the authenticated user. Updated contact group names must be unique to the users contact groups. Attempting to create a group with a duplicate name will return a HTTP 409 error. Mutate requests for the same user should be sent sequentially to avoid increased latency and failures.",{"type":46,"tag":179,"props":246,"children":247},{},[248,254],{"type":46,"tag":71,"props":249,"children":251},{"className":250},[],[252],{"type":52,"value":253},"members",{"type":52,"value":255}," — Operations on the 'members' resource",{"type":46,"tag":168,"props":257,"children":259},{"id":258},"othercontacts",[260],{"type":52,"value":261},"otherContacts",{"type":46,"tag":175,"props":263,"children":264},{},[265,276,305],{"type":46,"tag":179,"props":266,"children":267},{},[268,274],{"type":46,"tag":71,"props":269,"children":271},{"className":270},[],[272],{"type":52,"value":273},"copyOtherContactToMyContactsGroup",{"type":52,"value":275}," — Copies an \"Other contact\" to a new contact in the user's \"myContacts\" group Mutate requests for the same user should be sent sequentially to avoid increased latency and failures.",{"type":46,"tag":179,"props":277,"children":278},{},[279,284,286,295,297,303],{"type":46,"tag":71,"props":280,"children":282},{"className":281},[],[283],{"type":52,"value":231},{"type":52,"value":285}," — List all \"Other contacts\", that is contacts that are not in a contact group. \"Other contacts\" are typically auto created contacts from interactions. Sync tokens expire 7 days after the full sync. A request with an expired sync token will get an error with an ",{"type":46,"tag":287,"props":288,"children":292},"a",{"href":289,"rel":290},"https:\u002F\u002Fcloud.google.com\u002Fapis\u002Fdesign\u002Ferrors#error_info",[291],"nofollow",[293],{"type":52,"value":294},"google.rpc.ErrorInfo",{"type":52,"value":296}," with reason \"EXPIRED_SYNC_TOKEN\". In the case of such an error clients should make a full sync request without a ",{"type":46,"tag":71,"props":298,"children":300},{"className":299},[],[301],{"type":52,"value":302},"sync_token",{"type":52,"value":304},".",{"type":46,"tag":179,"props":306,"children":307},{},[308,314,316,322,324,330,332,338,340,345,347],{"type":46,"tag":71,"props":309,"children":311},{"className":310},[],[312],{"type":52,"value":313},"search",{"type":52,"value":315}," — Provides a list of contacts in the authenticated user's other contacts that matches the search query. The query matches on a contact's ",{"type":46,"tag":71,"props":317,"children":319},{"className":318},[],[320],{"type":52,"value":321},"names",{"type":52,"value":323},", ",{"type":46,"tag":71,"props":325,"children":327},{"className":326},[],[328],{"type":52,"value":329},"emailAddresses",{"type":52,"value":331},", and ",{"type":46,"tag":71,"props":333,"children":335},{"className":334},[],[336],{"type":52,"value":337},"phoneNumbers",{"type":52,"value":339}," fields that are from the OTHER_CONTACT source. ",{"type":46,"tag":63,"props":341,"children":342},{},[343],{"type":52,"value":344},"IMPORTANT",{"type":52,"value":346},": Before searching, clients should send a warmup request with an empty query to update the cache. See ",{"type":46,"tag":287,"props":348,"children":351},{"href":349,"rel":350},"https:\u002F\u002Fdevelopers.google.com\u002Fpeople\u002Fv1\u002Fother-contacts#search_the_users_other_contacts",[291],[352],{"type":52,"value":349},{"type":46,"tag":168,"props":354,"children":356},{"id":355},"people",[357],{"type":52,"value":355},{"type":46,"tag":175,"props":359,"children":360},{},[361,372,383,394,405,423,440,481,536,547,574,585],{"type":46,"tag":179,"props":362,"children":363},{},[364,370],{"type":46,"tag":71,"props":365,"children":367},{"className":366},[],[368],{"type":52,"value":369},"batchCreateContacts",{"type":52,"value":371}," — Create a batch of new contacts and return the PersonResponses for the newly Mutate requests for the same user should be sent sequentially to avoid increased latency and failures.",{"type":46,"tag":179,"props":373,"children":374},{},[375,381],{"type":46,"tag":71,"props":376,"children":378},{"className":377},[],[379],{"type":52,"value":380},"batchUpdateContacts",{"type":52,"value":382}," — Update a batch of contacts and return a map of resource names to PersonResponses for the updated contacts. Mutate requests for the same user should be sent sequentially to avoid increased latency and failures.",{"type":46,"tag":179,"props":384,"children":385},{},[386,392],{"type":46,"tag":71,"props":387,"children":389},{"className":388},[],[390],{"type":52,"value":391},"createContact",{"type":52,"value":393}," — Create a new contact and return the person resource for that contact. The request returns a 400 error if more than one field is specified on a field that is a singleton for contact sources: * biographies * birthdays * genders * names Mutate requests for the same user should be sent sequentially to avoid increased latency and failures.",{"type":46,"tag":179,"props":395,"children":396},{},[397,403],{"type":46,"tag":71,"props":398,"children":400},{"className":399},[],[401],{"type":52,"value":402},"deleteContactPhoto",{"type":52,"value":404}," — Delete a contact's photo. Mutate requests for the same user should be done sequentially to avoid \u002F\u002F lock contention.",{"type":46,"tag":179,"props":406,"children":407},{},[408,413,415,421],{"type":46,"tag":71,"props":409,"children":411},{"className":410},[],[412],{"type":52,"value":220},{"type":52,"value":414}," — Provides information about a person by specifying a resource name. Use ",{"type":46,"tag":71,"props":416,"children":418},{"className":417},[],[419],{"type":52,"value":420},"people\u002Fme",{"type":52,"value":422}," to indicate the authenticated user. The request returns a 400 error if 'personFields' is not specified.",{"type":46,"tag":179,"props":424,"children":425},{},[426,432,434,439],{"type":46,"tag":71,"props":427,"children":429},{"className":428},[],[430],{"type":52,"value":431},"getBatchGet",{"type":52,"value":433}," — Provides information about a list of specific people by specifying a list of requested resource names. Use ",{"type":46,"tag":71,"props":435,"children":437},{"className":436},[],[438],{"type":52,"value":420},{"type":52,"value":422},{"type":46,"tag":179,"props":441,"children":442},{},[443,449,451,456,458,464,466,472,474,479],{"type":46,"tag":71,"props":444,"children":446},{"className":445},[],[447],{"type":52,"value":448},"listDirectoryPeople",{"type":52,"value":450}," — Provides a list of domain profiles and domain contacts in the authenticated user's domain directory. When the ",{"type":46,"tag":71,"props":452,"children":454},{"className":453},[],[455],{"type":52,"value":302},{"type":52,"value":457}," is specified, resources deleted since the last sync will be returned as a person with ",{"type":46,"tag":71,"props":459,"children":461},{"className":460},[],[462],{"type":52,"value":463},"PersonMetadata.deleted",{"type":52,"value":465}," set to true. When the ",{"type":46,"tag":71,"props":467,"children":469},{"className":468},[],[470],{"type":52,"value":471},"page_token",{"type":52,"value":473}," or ",{"type":46,"tag":71,"props":475,"children":477},{"className":476},[],[478],{"type":52,"value":302},{"type":52,"value":480}," is specified, all other request parameters must match the first call. Writes may have a propagation delay of several minutes for sync requests. Incremental syncs are not intended for read-after-write use cases.",{"type":46,"tag":179,"props":482,"children":483},{},[484,490,492,497,498,504,505,510,511,516,517,523,525,529,530],{"type":46,"tag":71,"props":485,"children":487},{"className":486},[],[488],{"type":52,"value":489},"searchContacts",{"type":52,"value":491}," — Provides a list of contacts in the authenticated user's grouped contacts that matches the search query. The query matches on a contact's ",{"type":46,"tag":71,"props":493,"children":495},{"className":494},[],[496],{"type":52,"value":321},{"type":52,"value":323},{"type":46,"tag":71,"props":499,"children":501},{"className":500},[],[502],{"type":52,"value":503},"nickNames",{"type":52,"value":323},{"type":46,"tag":71,"props":506,"children":508},{"className":507},[],[509],{"type":52,"value":329},{"type":52,"value":323},{"type":46,"tag":71,"props":512,"children":514},{"className":513},[],[515],{"type":52,"value":337},{"type":52,"value":331},{"type":46,"tag":71,"props":518,"children":520},{"className":519},[],[521],{"type":52,"value":522},"organizations",{"type":52,"value":524}," fields that are from the CONTACT source. ",{"type":46,"tag":63,"props":526,"children":527},{},[528],{"type":52,"value":344},{"type":52,"value":346},{"type":46,"tag":287,"props":531,"children":534},{"href":532,"rel":533},"https:\u002F\u002Fdevelopers.google.com\u002Fpeople\u002Fv1\u002Fcontacts#search_the_users_contacts",[291],[535],{"type":52,"value":532},{"type":46,"tag":179,"props":537,"children":538},{},[539,545],{"type":46,"tag":71,"props":540,"children":542},{"className":541},[],[543],{"type":52,"value":544},"searchDirectoryPeople",{"type":52,"value":546}," — Provides a list of domain profiles and domain contacts in the authenticated user's domain directory that match the search query.",{"type":46,"tag":179,"props":548,"children":549},{},[550,556,558,564,566,572],{"type":46,"tag":71,"props":551,"children":553},{"className":552},[],[554],{"type":52,"value":555},"updateContact",{"type":52,"value":557}," — Update contact data for an existing contact person. Any non-contact data will not be modified. Any non-contact data in the person to update will be ignored. All fields specified in the ",{"type":46,"tag":71,"props":559,"children":561},{"className":560},[],[562],{"type":52,"value":563},"update_mask",{"type":52,"value":565}," will be replaced. The server returns a 400 error if ",{"type":46,"tag":71,"props":567,"children":569},{"className":568},[],[570],{"type":52,"value":571},"person.metadata.sources",{"type":52,"value":573}," is not specified for the contact to be updated or if there is no contact source.",{"type":46,"tag":179,"props":575,"children":576},{},[577,583],{"type":46,"tag":71,"props":578,"children":580},{"className":579},[],[581],{"type":52,"value":582},"updateContactPhoto",{"type":52,"value":584}," — Update a contact's photo. Mutate requests for the same user should be sent sequentially to avoid increased latency and failures.",{"type":46,"tag":179,"props":586,"children":587},{},[588,594],{"type":46,"tag":71,"props":589,"children":591},{"className":590},[],[592],{"type":52,"value":593},"connections",{"type":52,"value":595}," — Operations on the 'connections' resource",{"type":46,"tag":161,"props":597,"children":599},{"id":598},"discovering-commands",[600],{"type":52,"value":601},"Discovering Commands",{"type":46,"tag":59,"props":603,"children":604},{},[605],{"type":52,"value":606},"Before calling any API method, inspect it:",{"type":46,"tag":88,"props":608,"children":610},{"className":90,"code":609,"language":92,"meta":93,"style":93},"# Browse resources and methods\ngws people --help\n\n# Inspect a method's required params, types, and defaults\ngws schema people.\u003Cresource>.\u003Cmethod>\n",[611],{"type":46,"tag":71,"props":612,"children":613},{"__ignoreMap":93},[614,623,640,650,659],{"type":46,"tag":99,"props":615,"children":616},{"class":101,"line":102},[617],{"type":46,"tag":99,"props":618,"children":620},{"style":619},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic",[621],{"type":52,"value":622},"# Browse resources and methods\n",{"type":46,"tag":99,"props":624,"children":626},{"class":101,"line":625},2,[627,631,635],{"type":46,"tag":99,"props":628,"children":629},{"style":106},[630],{"type":52,"value":39},{"type":46,"tag":99,"props":632,"children":633},{"style":111},[634],{"type":52,"value":114},{"type":46,"tag":99,"props":636,"children":637},{"style":111},[638],{"type":52,"value":639}," --help\n",{"type":46,"tag":99,"props":641,"children":643},{"class":101,"line":642},3,[644],{"type":46,"tag":99,"props":645,"children":647},{"emptyLinePlaceholder":646},true,[648],{"type":52,"value":649},"\n",{"type":46,"tag":99,"props":651,"children":653},{"class":101,"line":652},4,[654],{"type":46,"tag":99,"props":655,"children":656},{"style":619},[657],{"type":52,"value":658},"# Inspect a method's required params, types, and defaults\n",{"type":46,"tag":99,"props":660,"children":662},{"class":101,"line":661},5,[663,667,672,677,682,686,690,694,698,702,706,710],{"type":46,"tag":99,"props":664,"children":665},{"style":106},[666],{"type":52,"value":39},{"type":46,"tag":99,"props":668,"children":669},{"style":111},[670],{"type":52,"value":671}," schema",{"type":46,"tag":99,"props":673,"children":674},{"style":111},[675],{"type":52,"value":676}," people.",{"type":46,"tag":99,"props":678,"children":679},{"style":117},[680],{"type":52,"value":681},"\u003C",{"type":46,"tag":99,"props":683,"children":684},{"style":111},[685],{"type":52,"value":125},{"type":46,"tag":99,"props":687,"children":688},{"style":128},[689],{"type":52,"value":131},{"type":46,"tag":99,"props":691,"children":692},{"style":117},[693],{"type":52,"value":136},{"type":46,"tag":99,"props":695,"children":696},{"style":111},[697],{"type":52,"value":304},{"type":46,"tag":99,"props":699,"children":700},{"style":117},[701],{"type":52,"value":681},{"type":46,"tag":99,"props":703,"children":704},{"style":111},[705],{"type":52,"value":145},{"type":46,"tag":99,"props":707,"children":708},{"style":128},[709],{"type":52,"value":150},{"type":46,"tag":99,"props":711,"children":712},{"style":117},[713],{"type":52,"value":714},">\n",{"type":46,"tag":59,"props":716,"children":717},{},[718,720,726,728,734,736,742],{"type":52,"value":719},"Use ",{"type":46,"tag":71,"props":721,"children":723},{"className":722},[],[724],{"type":52,"value":725},"gws schema",{"type":52,"value":727}," output to build your ",{"type":46,"tag":71,"props":729,"children":731},{"className":730},[],[732],{"type":52,"value":733},"--params",{"type":52,"value":735}," and ",{"type":46,"tag":71,"props":737,"children":739},{"className":738},[],[740],{"type":52,"value":741},"--json",{"type":52,"value":743}," flags.",{"type":46,"tag":745,"props":746,"children":747},"style",{},[748],{"type":52,"value":749},"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":751,"total":875},[752,771,788,804,819,842,859],{"slug":753,"name":753,"fn":754,"description":755,"org":756,"tags":757,"stars":19,"repoUrl":20,"updatedAt":770},"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},[758,761,764,767],{"name":759,"slug":760,"type":15},"Creative","creative",{"name":762,"slug":763,"type":15},"Generative Art","generative-art",{"name":765,"slug":766,"type":15},"Graphics","graphics",{"name":768,"slug":769,"type":15},"JavaScript","javascript","2026-07-13T06:41:35.540127",{"slug":772,"name":772,"fn":773,"description":774,"org":775,"tags":776,"stars":19,"repoUrl":20,"updatedAt":787},"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},[777,780,783,784],{"name":778,"slug":779,"type":15},"Best Practices","best-practices",{"name":781,"slug":782,"type":15},"Engineering","engineering",{"name":768,"slug":769,"type":15},{"name":785,"slug":786,"type":15},"TypeScript","typescript","2026-07-13T06:43:13.153309",{"slug":789,"name":789,"fn":790,"description":791,"org":792,"tags":793,"stars":19,"repoUrl":20,"updatedAt":803},"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},[794,797,800],{"name":795,"slug":796,"type":15},"Branding","branding",{"name":798,"slug":799,"type":15},"Design","design",{"name":801,"slug":802,"type":15},"Typography","typography","2026-07-13T06:43:06.077629",{"slug":805,"name":805,"fn":806,"description":807,"org":808,"tags":809,"stars":19,"repoUrl":20,"updatedAt":818},"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},[810,811,812,815],{"name":759,"slug":760,"type":15},{"name":798,"slug":799,"type":15},{"name":813,"slug":814,"type":15},"Images","images",{"name":816,"slug":817,"type":15},"PDF","pdf","2026-07-13T06:39:58.803113",{"slug":820,"name":820,"fn":821,"description":822,"org":823,"tags":824,"stars":19,"repoUrl":20,"updatedAt":841},"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},[825,828,831,834,835,838],{"name":826,"slug":827,"type":15},"CI\u002FCD","ci-cd",{"name":829,"slug":830,"type":15},"Containers","containers",{"name":832,"slug":833,"type":15},"Deployment","deployment",{"name":781,"slug":782,"type":15},{"name":836,"slug":837,"type":15},"Kotlin","kotlin",{"name":839,"slug":840,"type":15},"Spring","spring","2026-07-13T06:41:47.83899",{"slug":843,"name":843,"fn":844,"description":845,"org":846,"tags":847,"stars":19,"repoUrl":20,"updatedAt":858},"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},[848,851,854,857],{"name":849,"slug":850,"type":15},"Cloudflare","cloudflare",{"name":852,"slug":853,"type":15},"Cloudflare Pages","cloudflare-pages",{"name":855,"slug":856,"type":15},"Cloudflare Workers","cloudflare-workers",{"name":832,"slug":833,"type":15},"2026-07-17T06:04:42.853896",{"slug":860,"name":860,"fn":861,"description":862,"org":863,"tags":864,"stars":19,"repoUrl":20,"updatedAt":874},"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},[865,868,871],{"name":866,"slug":867,"type":15},"Automation","automation",{"name":869,"slug":870,"type":15},"Desktop","desktop",{"name":872,"slug":873,"type":15},"UI Components","ui-components","2026-07-13T06:40:38.798626",128,{"items":877,"total":1002},[878,894,903,912,923,933,942,951,960,970,979,992],{"slug":879,"name":879,"fn":880,"description":881,"org":882,"tags":883,"stars":891,"repoUrl":892,"updatedAt":893},"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},[884,887,890],{"name":885,"slug":886,"type":15},"Architecture","architecture",{"name":888,"slug":889,"type":15},"Configuration","configuration",{"name":781,"slug":782,"type":15},1650,"https:\u002F\u002Fgithub.com\u002FJetBrains\u002FMPS","2026-07-17T06:06:57.311661",{"slug":895,"name":895,"fn":896,"description":897,"org":898,"tags":899,"stars":891,"repoUrl":892,"updatedAt":902},"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},[900,901],{"name":885,"slug":886,"type":15},{"name":781,"slug":782,"type":15},"2026-07-17T06:04:48.066901",{"slug":904,"name":904,"fn":905,"description":906,"org":907,"tags":908,"stars":891,"repoUrl":892,"updatedAt":911},"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},[909,910],{"name":885,"slug":886,"type":15},{"name":781,"slug":782,"type":15},"2026-07-13T06:45:21.757084",{"slug":913,"name":913,"fn":914,"description":915,"org":916,"tags":917,"stars":891,"repoUrl":892,"updatedAt":922},"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},[918,919],{"name":885,"slug":886,"type":15},{"name":920,"slug":921,"type":15},"Code Analysis","code-analysis","2026-07-23T05:41:33.639365",{"slug":924,"name":924,"fn":925,"description":926,"org":927,"tags":928,"stars":891,"repoUrl":892,"updatedAt":932},"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},[929],{"name":930,"slug":931,"type":15},"Data Analysis","data-analysis","2026-07-13T06:45:19.114674",{"slug":934,"name":934,"fn":935,"description":936,"org":937,"tags":938,"stars":891,"repoUrl":892,"updatedAt":941},"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},[939,940],{"name":798,"slug":799,"type":15},{"name":872,"slug":873,"type":15},"2026-07-23T05:41:56.638151",{"slug":943,"name":943,"fn":944,"description":945,"org":946,"tags":947,"stars":891,"repoUrl":892,"updatedAt":950},"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},[948,949],{"name":781,"slug":782,"type":15},{"name":872,"slug":873,"type":15},"2026-07-23T05:41:49.666535",{"slug":952,"name":952,"fn":953,"description":954,"org":955,"tags":956,"stars":891,"repoUrl":892,"updatedAt":959},"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},[957,958],{"name":885,"slug":886,"type":15},{"name":781,"slug":782,"type":15},"2026-07-13T06:44:59.507855",{"slug":961,"name":961,"fn":962,"description":963,"org":964,"tags":965,"stars":891,"repoUrl":892,"updatedAt":969},"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},[966,967,968],{"name":885,"slug":886,"type":15},{"name":920,"slug":921,"type":15},{"name":781,"slug":782,"type":15},"2026-07-17T06:06:58.042999",{"slug":971,"name":971,"fn":972,"description":973,"org":974,"tags":975,"stars":891,"repoUrl":892,"updatedAt":978},"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},[976,977],{"name":885,"slug":886,"type":15},{"name":781,"slug":782,"type":15},"2026-07-23T05:41:48.692899",{"slug":980,"name":980,"fn":981,"description":982,"org":983,"tags":984,"stars":891,"repoUrl":892,"updatedAt":991},"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},[985,988],{"name":986,"slug":987,"type":15},"Debugging","debugging",{"name":989,"slug":990,"type":15},"Migration","migration","2026-07-13T06:45:20.372122",{"slug":993,"name":993,"fn":994,"description":995,"org":996,"tags":997,"stars":891,"repoUrl":892,"updatedAt":1001},"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},[998],{"name":999,"slug":1000,"type":15},"Data Modeling","data-modeling","2026-07-23T05:41:30.705975",188]