[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-cline-dataproc-skills":3,"mdc-gxltmo-key":30,"related-repo-cline-dataproc-skills":611,"related-org-cline-dataproc-skills":736},{"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},"dataproc-skills","manage Dataproc clusters and jobs","Skills to interact with your Dataproc clusters and jobs.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"cline","Cline","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fcline.png",[12,16],{"name":13,"slug":14,"type":15},"Operations","operations","tag",{"name":17,"slug":18,"type":15},"Data Engineering","data-engineering",10,"https:\u002F\u002Fgithub.com\u002Fcline\u002Fskills","2026-07-12T08:13:42.179275",null,4,[],{"repoUrl":20,"stars":19,"forks":23,"topics":26,"description":27},[],"A collection of skills used at Cline","https:\u002F\u002Fgithub.com\u002Fcline\u002Fskills\u002Ftree\u002FHEAD\u002Fskills\u002Fdataproc-skills","---\nname: dataproc-skills\ndescription: Skills to interact with your Dataproc clusters and jobs.\n---\n\n## Usage\n\nAll scripts can be executed using Node.js. Replace `\u003Cparam_name>` and `\u003Cparam_value>` with actual values.\n\n**Bash:**\n`node \u003Cskill_dir>\u002Fscripts\u002F\u003Cscript_name>.js '{\"\u003Cparam_name>\": \"\u003Cparam_value>\"}'`\n\n**PowerShell:**\n`node \u003Cskill_dir>\u002Fscripts\u002F\u003Cscript_name>.js '{\\\"\u003Cparam_name>\\\": \\\"\u003Cparam_value>\\\"}'`\n\nNote: The scripts automatically load the environment variables from various .env files. Do not ask the user to set vars unless skill executions fails due to env var absence.\n\n## Scripts\n\n### get_cluster\n\nGets a Dataproc cluster\n\n#### Parameters\n\n| Name        | Type   | Description                                                                                                                                                                     | Required | Default |\n| :---------- | :----- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | :------- | :------ |\n| clusterName | string | The short name of the cluster, e.g. for \"projects\u002Fmy-project\u002Fregions\u002Fus-central1\u002Fclusters\u002Fmy-cluster\", pass \"my-cluster\" (the project and region are inherited from the source) | No       |         |\n\n---\n\n### get_job\n\nGets a Dataproc job\n\n#### Parameters\n\n| Name  | Type   | Description                                                                                                                                      | Required | Default |\n| :---- | :----- | :----------------------------------------------------------------------------------------------------------------------------------------------- | :------- | :------ |\n| jobId | string | The job ID, e.g. for \"projects\u002Fmy-project\u002Fregions\u002Fus-central1\u002Fjobs\u002Fmy-job\", pass \"my-job\" (the project and region are inherited from the source) | No       |         |\n\n---\n\n### list_clusters\n\nLists and filters Dataproc clusters\n\n#### Parameters\n\n| Name      | Type    | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | Required | Default |\n| :-------- | :------ | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------- | :------ |\n| filter    | string  | A filter constraining the clusters to list. Filters are case-sensitive and have the following syntax: field = value [AND [field = value]] ... where field is one of status.state, clusterName, or labels.[KEY], and [KEY] is a label key. value can be \\* to match all values. status.state can be one of the following: ACTIVE, INACTIVE, CREATING, RUNNING, ERROR, DELETING, UPDATING, STOPPING, or STOPPED. ACTIVE contains the CREATING, UPDATING, and RUNNING states. INACTIVE contains the DELETING, ERROR, STOPPING, and STOPPED states. clusterName is the name of the cluster provided at creation time. Only the logical AND operator is supported; space-separated items are treated as having an implicit AND operator. | No       |         |\n| pageSize  | integer | The maximum number of clusters to return in a single page (default 20)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | No       | `20`    |\n| pageToken | string  | A page token, received from a previous `ListClusters` call                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | No       |         |\n\n---\n\n### list_jobs\n\nLists and filters Dataproc jobs\n\n#### Parameters\n\n| Name            | Type    | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | Required | Default |\n| :-------------- | :------ | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------- | :------ |\n| filter          | string  | A filter constraining the jobs to list. Filters are case-sensitive and have the following syntax: field = value [AND [field = value]] ... where field is clusterName, status.state, or labels.[KEY], and [KEY] is a label key. value can be \\* to match all values. status.state can be one of the following: PENDING, RUNNING, CANCEL_PENDING, JOB_STATE_CANCELLED, DONE, ERROR, or ATTEMPT_FAILURE. Only the logical AND operator is supported; space-separated items are treated as having an implicit AND operator. Filtering by clusterName is recommended to improve query performance. | No       |         |\n| jobStateMatcher | string  | Specifies if the job state matcher should match ALL jobs, only ACTIVE jobs, or only NON_ACTIVE jobs. Defaults to ALL. Supported values: ALL, ACTIVE, NON_ACTIVE.                                                                                                                                                                                                                                                                                                                                                                                                                              | No       |         |\n| pageSize        | integer | The maximum number of jobs to return in a single page (default 20)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | No       | `20`    |\n| pageToken       | string  | A page token, received from a previous `ListJobs` call                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | No       |         |\n\n---\n",{"data":31,"body":32},{"name":4,"description":6},{"type":33,"children":34},"root",[35,44,67,82,96,101,107,113,118,125,195,199,204,209,214,270,273,278,283,288,433,436,441,446,451,608],{"type":36,"tag":37,"props":38,"children":40},"element","h2",{"id":39},"usage",[41],{"type":42,"value":43},"text","Usage",{"type":36,"tag":45,"props":46,"children":47},"p",{},[48,50,57,59,65],{"type":42,"value":49},"All scripts can be executed using Node.js. Replace ",{"type":36,"tag":51,"props":52,"children":54},"code",{"className":53},[],[55],{"type":42,"value":56},"\u003Cparam_name>",{"type":42,"value":58}," and ",{"type":36,"tag":51,"props":60,"children":62},{"className":61},[],[63],{"type":42,"value":64},"\u003Cparam_value>",{"type":42,"value":66}," with actual values.",{"type":36,"tag":45,"props":68,"children":69},{},[70,76],{"type":36,"tag":71,"props":72,"children":73},"strong",{},[74],{"type":42,"value":75},"Bash:",{"type":36,"tag":51,"props":77,"children":79},{"className":78},[],[80],{"type":42,"value":81},"node \u003Cskill_dir>\u002Fscripts\u002F\u003Cscript_name>.js '{\"\u003Cparam_name>\": \"\u003Cparam_value>\"}'",{"type":36,"tag":45,"props":83,"children":84},{},[85,90],{"type":36,"tag":71,"props":86,"children":87},{},[88],{"type":42,"value":89},"PowerShell:",{"type":36,"tag":51,"props":91,"children":93},{"className":92},[],[94],{"type":42,"value":95},"node \u003Cskill_dir>\u002Fscripts\u002F\u003Cscript_name>.js '{\\\"\u003Cparam_name>\\\": \\\"\u003Cparam_value>\\\"}'",{"type":36,"tag":45,"props":97,"children":98},{},[99],{"type":42,"value":100},"Note: The scripts automatically load the environment variables from various .env files. Do not ask the user to set vars unless skill executions fails due to env var absence.",{"type":36,"tag":37,"props":102,"children":104},{"id":103},"scripts",[105],{"type":42,"value":106},"Scripts",{"type":36,"tag":108,"props":109,"children":111},"h3",{"id":110},"get_cluster",[112],{"type":42,"value":110},{"type":36,"tag":45,"props":114,"children":115},{},[116],{"type":42,"value":117},"Gets a Dataproc cluster",{"type":36,"tag":119,"props":120,"children":122},"h4",{"id":121},"parameters",[123],{"type":42,"value":124},"Parameters",{"type":36,"tag":126,"props":127,"children":128},"table",{},[129,164],{"type":36,"tag":130,"props":131,"children":132},"thead",{},[133],{"type":36,"tag":134,"props":135,"children":136},"tr",{},[137,144,149,154,159],{"type":36,"tag":138,"props":139,"children":141},"th",{"align":140},"left",[142],{"type":42,"value":143},"Name",{"type":36,"tag":138,"props":145,"children":146},{"align":140},[147],{"type":42,"value":148},"Type",{"type":36,"tag":138,"props":150,"children":151},{"align":140},[152],{"type":42,"value":153},"Description",{"type":36,"tag":138,"props":155,"children":156},{"align":140},[157],{"type":42,"value":158},"Required",{"type":36,"tag":138,"props":160,"children":161},{"align":140},[162],{"type":42,"value":163},"Default",{"type":36,"tag":165,"props":166,"children":167},"tbody",{},[168],{"type":36,"tag":134,"props":169,"children":170},{},[171,177,182,187,192],{"type":36,"tag":172,"props":173,"children":174},"td",{"align":140},[175],{"type":42,"value":176},"clusterName",{"type":36,"tag":172,"props":178,"children":179},{"align":140},[180],{"type":42,"value":181},"string",{"type":36,"tag":172,"props":183,"children":184},{"align":140},[185],{"type":42,"value":186},"The short name of the cluster, e.g. for \"projects\u002Fmy-project\u002Fregions\u002Fus-central1\u002Fclusters\u002Fmy-cluster\", pass \"my-cluster\" (the project and region are inherited from the source)",{"type":36,"tag":172,"props":188,"children":189},{"align":140},[190],{"type":42,"value":191},"No",{"type":36,"tag":172,"props":193,"children":194},{"align":140},[],{"type":36,"tag":196,"props":197,"children":198},"hr",{},[],{"type":36,"tag":108,"props":200,"children":202},{"id":201},"get_job",[203],{"type":42,"value":201},{"type":36,"tag":45,"props":205,"children":206},{},[207],{"type":42,"value":208},"Gets a Dataproc job",{"type":36,"tag":119,"props":210,"children":212},{"id":211},"parameters-1",[213],{"type":42,"value":124},{"type":36,"tag":126,"props":215,"children":216},{},[217,243],{"type":36,"tag":130,"props":218,"children":219},{},[220],{"type":36,"tag":134,"props":221,"children":222},{},[223,227,231,235,239],{"type":36,"tag":138,"props":224,"children":225},{"align":140},[226],{"type":42,"value":143},{"type":36,"tag":138,"props":228,"children":229},{"align":140},[230],{"type":42,"value":148},{"type":36,"tag":138,"props":232,"children":233},{"align":140},[234],{"type":42,"value":153},{"type":36,"tag":138,"props":236,"children":237},{"align":140},[238],{"type":42,"value":158},{"type":36,"tag":138,"props":240,"children":241},{"align":140},[242],{"type":42,"value":163},{"type":36,"tag":165,"props":244,"children":245},{},[246],{"type":36,"tag":134,"props":247,"children":248},{},[249,254,258,263,267],{"type":36,"tag":172,"props":250,"children":251},{"align":140},[252],{"type":42,"value":253},"jobId",{"type":36,"tag":172,"props":255,"children":256},{"align":140},[257],{"type":42,"value":181},{"type":36,"tag":172,"props":259,"children":260},{"align":140},[261],{"type":42,"value":262},"The job ID, e.g. for \"projects\u002Fmy-project\u002Fregions\u002Fus-central1\u002Fjobs\u002Fmy-job\", pass \"my-job\" (the project and region are inherited from the source)",{"type":36,"tag":172,"props":264,"children":265},{"align":140},[266],{"type":42,"value":191},{"type":36,"tag":172,"props":268,"children":269},{"align":140},[],{"type":36,"tag":196,"props":271,"children":272},{},[],{"type":36,"tag":108,"props":274,"children":276},{"id":275},"list_clusters",[277],{"type":42,"value":275},{"type":36,"tag":45,"props":279,"children":280},{},[281],{"type":42,"value":282},"Lists and filters Dataproc clusters",{"type":36,"tag":119,"props":284,"children":286},{"id":285},"parameters-2",[287],{"type":42,"value":124},{"type":36,"tag":126,"props":289,"children":290},{},[291,317],{"type":36,"tag":130,"props":292,"children":293},{},[294],{"type":36,"tag":134,"props":295,"children":296},{},[297,301,305,309,313],{"type":36,"tag":138,"props":298,"children":299},{"align":140},[300],{"type":42,"value":143},{"type":36,"tag":138,"props":302,"children":303},{"align":140},[304],{"type":42,"value":148},{"type":36,"tag":138,"props":306,"children":307},{"align":140},[308],{"type":42,"value":153},{"type":36,"tag":138,"props":310,"children":311},{"align":140},[312],{"type":42,"value":158},{"type":36,"tag":138,"props":314,"children":315},{"align":140},[316],{"type":42,"value":163},{"type":36,"tag":165,"props":318,"children":319},{},[320,370,401],{"type":36,"tag":134,"props":321,"children":322},{},[323,328,332,363,367],{"type":36,"tag":172,"props":324,"children":325},{"align":140},[326],{"type":42,"value":327},"filter",{"type":36,"tag":172,"props":329,"children":330},{"align":140},[331],{"type":42,"value":181},{"type":36,"tag":172,"props":333,"children":334},{"align":140},[335,337,348,350,355,357,361],{"type":42,"value":336},"A filter constraining the clusters to list. Filters are case-sensitive and have the following syntax: field = value ",{"type":36,"tag":338,"props":339,"children":340},"span",{},[341,343],{"type":42,"value":342},"AND ",{"type":36,"tag":338,"props":344,"children":345},{},[346],{"type":42,"value":347},"field = value",{"type":42,"value":349}," ... where field is one of status.state, clusterName, or labels.",{"type":36,"tag":338,"props":351,"children":352},{},[353],{"type":42,"value":354},"KEY",{"type":42,"value":356},", and ",{"type":36,"tag":338,"props":358,"children":359},{},[360],{"type":42,"value":354},{"type":42,"value":362}," is a label key. value can be * to match all values. status.state can be one of the following: ACTIVE, INACTIVE, CREATING, RUNNING, ERROR, DELETING, UPDATING, STOPPING, or STOPPED. ACTIVE contains the CREATING, UPDATING, and RUNNING states. INACTIVE contains the DELETING, ERROR, STOPPING, and STOPPED states. clusterName is the name of the cluster provided at creation time. Only the logical AND operator is supported; space-separated items are treated as having an implicit AND operator.",{"type":36,"tag":172,"props":364,"children":365},{"align":140},[366],{"type":42,"value":191},{"type":36,"tag":172,"props":368,"children":369},{"align":140},[],{"type":36,"tag":134,"props":371,"children":372},{},[373,378,383,388,392],{"type":36,"tag":172,"props":374,"children":375},{"align":140},[376],{"type":42,"value":377},"pageSize",{"type":36,"tag":172,"props":379,"children":380},{"align":140},[381],{"type":42,"value":382},"integer",{"type":36,"tag":172,"props":384,"children":385},{"align":140},[386],{"type":42,"value":387},"The maximum number of clusters to return in a single page (default 20)",{"type":36,"tag":172,"props":389,"children":390},{"align":140},[391],{"type":42,"value":191},{"type":36,"tag":172,"props":393,"children":394},{"align":140},[395],{"type":36,"tag":51,"props":396,"children":398},{"className":397},[],[399],{"type":42,"value":400},"20",{"type":36,"tag":134,"props":402,"children":403},{},[404,409,413,426,430],{"type":36,"tag":172,"props":405,"children":406},{"align":140},[407],{"type":42,"value":408},"pageToken",{"type":36,"tag":172,"props":410,"children":411},{"align":140},[412],{"type":42,"value":181},{"type":36,"tag":172,"props":414,"children":415},{"align":140},[416,418,424],{"type":42,"value":417},"A page token, received from a previous ",{"type":36,"tag":51,"props":419,"children":421},{"className":420},[],[422],{"type":42,"value":423},"ListClusters",{"type":42,"value":425}," call",{"type":36,"tag":172,"props":427,"children":428},{"align":140},[429],{"type":42,"value":191},{"type":36,"tag":172,"props":431,"children":432},{"align":140},[],{"type":36,"tag":196,"props":434,"children":435},{},[],{"type":36,"tag":108,"props":437,"children":439},{"id":438},"list_jobs",[440],{"type":42,"value":438},{"type":36,"tag":45,"props":442,"children":443},{},[444],{"type":42,"value":445},"Lists and filters Dataproc jobs",{"type":36,"tag":119,"props":447,"children":449},{"id":448},"parameters-3",[450],{"type":42,"value":124},{"type":36,"tag":126,"props":452,"children":453},{},[454,480],{"type":36,"tag":130,"props":455,"children":456},{},[457],{"type":36,"tag":134,"props":458,"children":459},{},[460,464,468,472,476],{"type":36,"tag":138,"props":461,"children":462},{"align":140},[463],{"type":42,"value":143},{"type":36,"tag":138,"props":465,"children":466},{"align":140},[467],{"type":42,"value":148},{"type":36,"tag":138,"props":469,"children":470},{"align":140},[471],{"type":42,"value":153},{"type":36,"tag":138,"props":473,"children":474},{"align":140},[475],{"type":42,"value":158},{"type":36,"tag":138,"props":477,"children":478},{"align":140},[479],{"type":42,"value":163},{"type":36,"tag":165,"props":481,"children":482},{},[483,527,551,579],{"type":36,"tag":134,"props":484,"children":485},{},[486,490,494,520,524],{"type":36,"tag":172,"props":487,"children":488},{"align":140},[489],{"type":42,"value":327},{"type":36,"tag":172,"props":491,"children":492},{"align":140},[493],{"type":42,"value":181},{"type":36,"tag":172,"props":495,"children":496},{"align":140},[497,499,507,509,513,514,518],{"type":42,"value":498},"A filter constraining the jobs to list. Filters are case-sensitive and have the following syntax: field = value ",{"type":36,"tag":338,"props":500,"children":501},{},[502,503],{"type":42,"value":342},{"type":36,"tag":338,"props":504,"children":505},{},[506],{"type":42,"value":347},{"type":42,"value":508}," ... where field is clusterName, status.state, or labels.",{"type":36,"tag":338,"props":510,"children":511},{},[512],{"type":42,"value":354},{"type":42,"value":356},{"type":36,"tag":338,"props":515,"children":516},{},[517],{"type":42,"value":354},{"type":42,"value":519}," is a label key. value can be * to match all values. status.state can be one of the following: PENDING, RUNNING, CANCEL_PENDING, JOB_STATE_CANCELLED, DONE, ERROR, or ATTEMPT_FAILURE. Only the logical AND operator is supported; space-separated items are treated as having an implicit AND operator. Filtering by clusterName is recommended to improve query performance.",{"type":36,"tag":172,"props":521,"children":522},{"align":140},[523],{"type":42,"value":191},{"type":36,"tag":172,"props":525,"children":526},{"align":140},[],{"type":36,"tag":134,"props":528,"children":529},{},[530,535,539,544,548],{"type":36,"tag":172,"props":531,"children":532},{"align":140},[533],{"type":42,"value":534},"jobStateMatcher",{"type":36,"tag":172,"props":536,"children":537},{"align":140},[538],{"type":42,"value":181},{"type":36,"tag":172,"props":540,"children":541},{"align":140},[542],{"type":42,"value":543},"Specifies if the job state matcher should match ALL jobs, only ACTIVE jobs, or only NON_ACTIVE jobs. Defaults to ALL. Supported values: ALL, ACTIVE, NON_ACTIVE.",{"type":36,"tag":172,"props":545,"children":546},{"align":140},[547],{"type":42,"value":191},{"type":36,"tag":172,"props":549,"children":550},{"align":140},[],{"type":36,"tag":134,"props":552,"children":553},{},[554,558,562,567,571],{"type":36,"tag":172,"props":555,"children":556},{"align":140},[557],{"type":42,"value":377},{"type":36,"tag":172,"props":559,"children":560},{"align":140},[561],{"type":42,"value":382},{"type":36,"tag":172,"props":563,"children":564},{"align":140},[565],{"type":42,"value":566},"The maximum number of jobs to return in a single page (default 20)",{"type":36,"tag":172,"props":568,"children":569},{"align":140},[570],{"type":42,"value":191},{"type":36,"tag":172,"props":572,"children":573},{"align":140},[574],{"type":36,"tag":51,"props":575,"children":577},{"className":576},[],[578],{"type":42,"value":400},{"type":36,"tag":134,"props":580,"children":581},{},[582,586,590,601,605],{"type":36,"tag":172,"props":583,"children":584},{"align":140},[585],{"type":42,"value":408},{"type":36,"tag":172,"props":587,"children":588},{"align":140},[589],{"type":42,"value":181},{"type":36,"tag":172,"props":591,"children":592},{"align":140},[593,594,600],{"type":42,"value":417},{"type":36,"tag":51,"props":595,"children":597},{"className":596},[],[598],{"type":42,"value":599},"ListJobs",{"type":42,"value":425},{"type":36,"tag":172,"props":602,"children":603},{"align":140},[604],{"type":42,"value":191},{"type":36,"tag":172,"props":606,"children":607},{"align":140},[],{"type":36,"tag":196,"props":609,"children":610},{},[],{"items":612,"total":735},[613,632,652,671,688,704,723],{"slug":614,"name":614,"fn":615,"description":616,"org":617,"tags":618,"stars":19,"repoUrl":20,"updatedAt":631},"amazon-location-service","integrate Amazon Location Service APIs","Integrates Amazon Location Service APIs for AWS applications. Use this skill when users want to add maps (interactive MapLibre or static images); geocode addresses to coordinates or reverse geocode coordinates to addresses; calculate routes, travel times, or service areas; find places and businesses through text search, nearby search, or autocomplete suggestions; retrieve detailed place information including hours, contacts, and addresses; monitor geographical boundaries with geofences; or track device locations. Covers authentication, SDK integration, and all Amazon Location Service capabilities.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[619,622,625,628],{"name":620,"slug":621,"type":15},"API Development","api-development",{"name":623,"slug":624,"type":15},"AWS","aws",{"name":626,"slug":627,"type":15},"Maps","maps",{"name":629,"slug":630,"type":15},"Navigation","navigation","2026-07-12T08:13:53.294026",{"slug":633,"name":633,"fn":634,"description":635,"org":636,"tags":637,"stars":19,"repoUrl":20,"updatedAt":651},"amplify-workflow","build full-stack apps with AWS Amplify","Build and deploy full-stack web and mobile apps with AWS Amplify Gen2 (TypeScript code-first). Covers auth (Cognito), data (AppSync\u002FDynamoDB including schema modeling, enum types, relationships, authorization rules), storage (S3), functions, APIs, and AI (Amplify AI Kit with Bedrock). Supports React, Next.js, Vue, Angular, React Native, Flutter, Swift, and Android. Always use this skill for Amplify Gen2 topics — even for questions you think you know — it contains validated, version-specific patterns that prevent common mistakes. TRIGGER when: user mentions Amplify Gen2; project has amplify\u002F directory or amplify_outputs; code imports @aws-amplify packages; user asks about defineBackend, defineAuth, defineData, defineStorage, or npx ampx. SKIP: Amplify Gen1 (amplify CLI v6), standalone SAM\u002FCDK without Amplify (use aws-serverless), direct Bedrock without Amplify AI Kit (use bedrock).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[638,641,642,645,648],{"name":639,"slug":640,"type":15},"Auth","auth",{"name":623,"slug":624,"type":15},{"name":643,"slug":644,"type":15},"Database","database",{"name":646,"slug":647,"type":15},"Frontend","frontend",{"name":649,"slug":650,"type":15},"TypeScript","typescript","2026-07-12T08:13:47.134012",{"slug":653,"name":653,"fn":654,"description":655,"org":656,"tags":657,"stars":19,"repoUrl":20,"updatedAt":670},"analyzer","analyze queried data for trends","Analyze queried data for trends, week-over-week comparisons, distributions, funnels, cohorts, top-N lists, anomalies, sanity checks, and report-ready findings. Use after or alongside ClickHouse queries when the user wants insight rather than raw rows.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[658,661,664,667],{"name":659,"slug":660,"type":15},"Analytics","analytics",{"name":662,"slug":663,"type":15},"ClickHouse","clickhouse",{"name":665,"slug":666,"type":15},"Data Analysis","data-analysis",{"name":668,"slug":669,"type":15},"Statistics","statistics","2026-07-12T08:14:05.606036",{"slug":672,"name":672,"fn":673,"description":674,"org":675,"tags":676,"stars":19,"repoUrl":20,"updatedAt":687},"artifact-management","manage and organize analysis artifacts","Save, organize, and describe reusable analysis artifacts such as SQL, result snapshots, CSV exports, summaries, caveats, plots, and report-ready files. Use when users ask to save, export, share, cite, reproduce, or organize data-analysis outputs.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[677,678,681,684],{"name":665,"slug":666,"type":15},{"name":679,"slug":680,"type":15},"Productivity","productivity",{"name":682,"slug":683,"type":15},"Reporting","reporting",{"name":685,"slug":686,"type":15},"SQL","sql","2026-07-12T08:14:09.265555",{"slug":689,"name":689,"fn":690,"description":691,"org":692,"tags":693,"stars":19,"repoUrl":20,"updatedAt":703},"attorney-assist","connect with attorneys for legal consultation","Connects the user with a LegalZoom attorney for legal consultation. Use when a user asks about attorneys, lawyers, or legal help, or when contract review reveals high risks or low-confidence findings.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[694,697,700],{"name":695,"slug":696,"type":15},"Contracts","contracts",{"name":698,"slug":699,"type":15},"Legal","legal",{"name":701,"slug":702,"type":15},"Risk Assessment","risk-assessment","2026-07-12T08:13:45.878361",{"slug":705,"name":705,"fn":706,"description":707,"org":708,"tags":709,"stars":19,"repoUrl":20,"updatedAt":722},"building-pydantic-ai-agents","build AI agents with Pydantic AI","Build AI agents with Pydantic AI — tools, capabilities (including on-demand loading), structured output, streaming, testing, and multi-agent patterns. Use when the user mentions Pydantic AI, imports pydantic_ai, or asks to build an AI agent, add tools\u002Fcapabilities, defer capability loading, stream output, define agents from YAML, or test agent behavior.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[710,713,716,719],{"name":711,"slug":712,"type":15},"Agents","agents",{"name":714,"slug":715,"type":15},"LLM","llm",{"name":717,"slug":718,"type":15},"Multi-Agent","multi-agent",{"name":720,"slug":721,"type":15},"Python","python","2026-07-12T08:14:01.893781",{"slug":663,"name":663,"fn":724,"description":725,"org":726,"tags":727,"stars":19,"repoUrl":20,"updatedAt":734},"query ClickHouse databases via CLI","Connect to and query ClickHouse (a local server or a ClickHouse Cloud service) from the terminal using the official clickhousectl CLI, including the browser OAuth login flow. Use when the user wants to run SQL against ClickHouse, explore schemas and tables, inspect Cloud services, or authenticate clickhousectl. For building a local dev environment or deploying to Cloud, defer to the official ClickHouse skills (see Scope).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[728,729,732,733],{"name":659,"slug":660,"type":15},{"name":730,"slug":731,"type":15},"CLI","cli",{"name":662,"slug":663,"type":15},{"name":643,"slug":644,"type":15},"2026-07-12T08:14:06.829692",43,{"items":737,"total":855},[738,745,753,760,767,773,780,787,799,817,837,850],{"slug":614,"name":614,"fn":615,"description":616,"org":739,"tags":740,"stars":19,"repoUrl":20,"updatedAt":631},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[741,742,743,744],{"name":620,"slug":621,"type":15},{"name":623,"slug":624,"type":15},{"name":626,"slug":627,"type":15},{"name":629,"slug":630,"type":15},{"slug":633,"name":633,"fn":634,"description":635,"org":746,"tags":747,"stars":19,"repoUrl":20,"updatedAt":651},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[748,749,750,751,752],{"name":639,"slug":640,"type":15},{"name":623,"slug":624,"type":15},{"name":643,"slug":644,"type":15},{"name":646,"slug":647,"type":15},{"name":649,"slug":650,"type":15},{"slug":653,"name":653,"fn":654,"description":655,"org":754,"tags":755,"stars":19,"repoUrl":20,"updatedAt":670},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[756,757,758,759],{"name":659,"slug":660,"type":15},{"name":662,"slug":663,"type":15},{"name":665,"slug":666,"type":15},{"name":668,"slug":669,"type":15},{"slug":672,"name":672,"fn":673,"description":674,"org":761,"tags":762,"stars":19,"repoUrl":20,"updatedAt":687},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[763,764,765,766],{"name":665,"slug":666,"type":15},{"name":679,"slug":680,"type":15},{"name":682,"slug":683,"type":15},{"name":685,"slug":686,"type":15},{"slug":689,"name":689,"fn":690,"description":691,"org":768,"tags":769,"stars":19,"repoUrl":20,"updatedAt":703},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[770,771,772],{"name":695,"slug":696,"type":15},{"name":698,"slug":699,"type":15},{"name":701,"slug":702,"type":15},{"slug":705,"name":705,"fn":706,"description":707,"org":774,"tags":775,"stars":19,"repoUrl":20,"updatedAt":722},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[776,777,778,779],{"name":711,"slug":712,"type":15},{"name":714,"slug":715,"type":15},{"name":717,"slug":718,"type":15},{"name":720,"slug":721,"type":15},{"slug":663,"name":663,"fn":724,"description":725,"org":781,"tags":782,"stars":19,"repoUrl":20,"updatedAt":734},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[783,784,785,786],{"name":659,"slug":660,"type":15},{"name":730,"slug":731,"type":15},{"name":662,"slug":663,"type":15},{"name":643,"slug":644,"type":15},{"slug":788,"name":788,"fn":789,"description":790,"org":791,"tags":792,"stars":19,"repoUrl":20,"updatedAt":798},"cline-session-history","search and browse Cline session history","Search and browse Cline session history. Use when the user asks to find, list, inspect, or export Cline sessions by time period, prompt content, status, model, provider, source, mode, workspace, or other criteria. Also use when the user wants to read a session transcript or export sessions to a directory. Trigger phrases include \"find my session\", \"search my session history\", \"show me past sessions\", \"what was that session where\", \"find the session that started with\", and any mention of past Cline conversations.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[793,794,797],{"name":711,"slug":712,"type":15},{"name":795,"slug":796,"type":15},"History","history",{"name":679,"slug":680,"type":15},"2026-07-19T06:03:13.945151",{"slug":800,"name":800,"fn":801,"description":802,"org":803,"tags":804,"stars":19,"repoUrl":20,"updatedAt":816},"convex-design","build reactive backends with Convex","Design and build reactive, type-safe, production-grade backends on Convex. Covers schema, queries\u002Fmutations\u002Factions, indexes, auth, file storage, scheduling, real-time multiplayer, mobile backends, and LLM\u002Fagent workflows on Convex's one-platform stack.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[805,806,809,810,813],{"name":639,"slug":640,"type":15},{"name":807,"slug":808,"type":15},"Backend","backend",{"name":643,"slug":644,"type":15},{"name":811,"slug":812,"type":15},"Real-time","real-time",{"name":814,"slug":815,"type":15},"Storage","storage","2026-07-12T08:13:37.101253",{"slug":818,"name":818,"fn":819,"description":820,"org":821,"tags":822,"stars":19,"repoUrl":20,"updatedAt":836},"cosmosdb-best-practices","optimize Azure Cosmos DB performance","Azure Cosmos DB performance optimization and best practices guidelines for NoSQL,\npartitioning, queries, SDK usage, and vector search. Use when writing, reviewing,\nor refactoring code that interacts with Azure Cosmos DB, designing data models,\noptimizing queries, or implementing high-performance database operations.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[823,826,829,830,833],{"name":824,"slug":825,"type":15},"Azure","azure",{"name":827,"slug":828,"type":15},"Cosmos DB","cosmos-db",{"name":643,"slug":644,"type":15},{"name":831,"slug":832,"type":15},"NoSQL","nosql",{"name":834,"slug":835,"type":15},"Performance","performance","2026-07-12T08:13:54.531719",{"slug":838,"name":838,"fn":839,"description":840,"org":841,"tags":842,"stars":19,"repoUrl":20,"updatedAt":849},"data-analyst","analyze ClickHouse analytics data","Act as an interactive data analyst for ClickHouse-backed analytics. Use when the user asks questions about internal data, metrics, dashboards, telemetry, active users, revenue, funnels, trends, distributions, or wants an analyst-style conversation, ad hoc SQL, charts, or a data export against ClickHouse (local or ClickHouse Cloud).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[843,844,845,848],{"name":659,"slug":660,"type":15},{"name":662,"slug":663,"type":15},{"name":846,"slug":847,"type":15},"Dashboards","dashboards",{"name":665,"slug":666,"type":15},"2026-07-12T08:13:31.975246",{"slug":4,"name":4,"fn":5,"description":6,"org":851,"tags":852,"stars":19,"repoUrl":20,"updatedAt":21},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[853,854],{"name":17,"slug":18,"type":15},{"name":13,"slug":14,"type":15},45]