[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-planetscale-planetscale-readonly-inventory":3,"mdc-p98tnt-key":34,"related-repo-planetscale-planetscale-readonly-inventory":1112,"related-org-planetscale-planetscale-readonly-inventory":1221},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":23,"repoUrl":24,"updatedAt":25,"license":26,"forks":27,"topics":28,"repo":29,"sourceUrl":32,"mdContent":33},"planetscale-readonly-inventory","collect PlanetScale database inventory and evidence","Collect read-only evidence about PlanetScale org, database, branches, webhooks, backups, roles, Insights, recommendations, and traffic configuration.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"planetscale","PlanetScale","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fplanetscale.png",[12,16,19,22],{"name":13,"slug":14,"type":15},"Observability","observability","tag",{"name":17,"slug":18,"type":15},"Audit","audit",{"name":20,"slug":21,"type":15},"Database","database",{"name":9,"slug":8,"type":15},50,"https:\u002F\u002Fgithub.com\u002Fplanetscale\u002Fskills","2026-07-07T06:38:30.895094",null,1,[],{"repoUrl":24,"stars":23,"forks":27,"topics":30,"description":31},[],"Skills that help you configure and get the most out of PlanetScale","https:\u002F\u002Fgithub.com\u002Fplanetscale\u002Fskills\u002Ftree\u002FHEAD\u002F01-readonly-inventory","---\nname: planetscale-readonly-inventory\ndescription: Collect read-only evidence about PlanetScale org, database, branches, webhooks, backups, roles, Insights, recommendations, and traffic configuration.\n---\n\n# Read-only inventory\n\n## Purpose\n\nBuild an evidence-backed inventory of a PlanetScale database without making changes.\n\n## Allowed actions\n\nAllowed by default:\n\n- List organizations, databases, branches, keyspaces, regions, and sizes.\n- Read branch metadata.\n- Read webhook configuration.\n- Read schema recommendations.\n- Read Query Insights, anomalies, and query patterns through MCP or API.\n- Read traffic budgets and rules.\n- Read Postgres roles and non-secret role metadata.\n- Read backup schedules and restore metadata.\n- Read branch schema.\n- Inspect live connection\u002Fsession metadata with the Connections CLI view.\n- Inspect repository files for frameworks, ORMs, migrations, SQL tagging, and connection config.\n- Inspect Terraform or other infrastructure-as-code definitions for\n  PlanetScale roles, backups, backup policies, Postgres parameters, and\n  supported extensions.\n\nNot allowed without explicit approval:\n\n- Any create, update, delete, enable, disable, reset, deploy, restore, promote, enforce, or apply operation.\n- Any SQL mutation.\n- Any command that emits new credentials unless the operator explicitly asked for credential work.\n\n## Interfaces and documentation grounding\n\nGround every command and endpoint in the official documentation instead of\nguessing. PlanetScale publishes agent-readable docs:\n\n- Docs index: https:\u002F\u002Fplanetscale.com\u002Fdocs\u002Fllms.txt\n- Any docs page as markdown: append `.md` to its URL\n- API reference: https:\u002F\u002Fplanetscale.com\u002Fdocs\u002Fopenapi.yaml (OpenAPI 3.0)\n\nVerify an endpoint path in the API reference before calling it. A 404 from\nan unverified path is a wrong path, not a finding; do not record it as\nplatform state and do not conclude \"not configured\" from it.\n\nVerified interface notes (recheck against the docs when a command fails):\n\n- `pscale database show \u003Cdatabase> --org \u003Corg>` — the org is a flag, not a\n  positional argument.\n- `pscale api \u003Cpath>` takes org-relative paths such as\n  `organizations\u002F{org}\u002Fdatabases\u002F{db}\u002Fbranches\u002F{branch}` — there is no\n  `get` subcommand and no `\u002Fv1\u002F` prefix. Pass query parameters with\n  `-Q key=value` flags; embedding `?`\u002F`&` in the path breaks under shell\n  globbing.\n- `pscale webhook list \u003Cdatabase> --org \u003Corg>` — the database is a\n  positional argument. `pscale backup list \u003Cdatabase> \u003Cbranch>` requires\n  the branch.\n- `pscale branch connections top \u003Cdatabase> \u003Cbranch>` — live read-only\n  session inventory works for Postgres and Vitess over a reserved\n  administrative connection. Do not cancel queries or terminate connections\n  unless the operator explicitly approves that operational action.\n- Query Insights is public API. Live query telemetry:\n  `...\u002Fbranches\u002F{branch}\u002Finsights` (per-pattern statistics; supports\n  `from`\u002F`to`\u002F`period`, `q`, `sort`, `dir`, `tablet_type`, `type`,\n  `fields`, and pagination). Related endpoints under the same branch path:\n  `insights\u002Ferrors`, `insights\u002Fanomalies`, `insights\u002Ftags`,\n  `insights\u002Ftags\u002Fsummaries`, `insights\u002F{fingerprint}` (individual\n  executions), `insights\u002F{fingerprint}\u002Fsummary`, and\n  `insights\u002F{fingerprint}\u002Ftraffic\u002Fbudgets`. The `query-patterns` path\n  returns generated report metadata, not live patterns.\n- Traffic budgets: `...\u002Fbranches\u002F{branch}\u002Ftraffic\u002Fbudgets`. The CLI has no\n  `pscale traffic-control budget list`; use the API for inventory.\n- Postgres roles: list via `...\u002Fbranches\u002F{branch}\u002Froles`; fetch a single\n  role by ID, not name (`pscale role get \u003Cdb> \u003Cbranch> \u003Crole-id>`).\n- IP restrictions: database-level\n  `organizations\u002F{org}\u002Fdatabases\u002F{db}\u002Fcidrs`. Branch-level IP-restriction\n  paths are not valid.\n- Schema recommendations: database-level\n  `...\u002Fdatabases\u002F{db}\u002Fschema-recommendations` (the branch-level path is\n  not valid). Requesting `page=2` currently returns 404 even when the\n  response reports `next_page`; use the database object's\n  `open_schema_recommendations_count` as the authoritative total, treat\n  the returned page as a sample, and state in the report when the itemized\n  list covers only part of the total.\n- PITR state and branch-level backup policies have no verified read path;\n  record backup posture from `pscale backup list` and the database-level\n  backup policy, and mark PITR \"not assessed in this run\" rather than\n  probing paths.\n- List endpoints paginate; follow the pagination parameters until\n  exhausted before reporting counts (except the schema-recommendations\n  case above).\n\nRecord access failures (403s, missing token scopes, timeouts) in the\ninternal run log for the operator. They are not findings and do not enter\nthe customer report (see `..\u002F10-customer-report-template\u002FSKILL.md`).\n\n## Inventory checklist\n\n### Database identity\n\nRecord:\n\n- Organization.\n- Database.\n- Branch.\n- Engine: Vitess or Postgres.\n- Region and cloud provider.\n- Production\u002Fdevelopment branch status.\n- Branch protection and safe workflow state.\n- Size and cluster shape.\n\n### Branches and schema workflow\n\nFor Vitess, record:\n\n- Production branch.\n- Whether safe migrations are enabled for production and staging branches.\n- Open deploy requests.\n- Deploy request approval setting.\n- Pending schema changes.\n- Whether branch strategy has a staging branch with safe migrations enabled.\n\nFor Postgres, record:\n\n- Branch list.\n- Whether branches were created from backup or empty.\n- Whether schema changes are managed manually, through migrations, or through an ORM.\n- Whether a separate branch is used for migration testing.\n- Whether the team expects Vitess-style deploy requests; if yes, flag that Postgres branches do not use deploy requests in the same way.\n\n### Observability\n\nRecord:\n\n- Insights availability.\n- Whether query tags are present.\n- Which tags appear.\n- Whether high-cardinality tags are present.\n- Whether complete\u002Fraw query collection is enabled.\n- Active anomalies.\n- Query patterns with high latency, high rows read, high error rate, or high execution count.\n- Postgres CPU-heavy query patterns and Vitess vindex-usage data when exposed\n  by the Insights interface in use.\n- Whether application deploy identifiers are visible in comments or tags.\n\n### Recommendations\n\nRecord:\n\n- Open schema recommendations.\n- Recommendation type.\n- Affected table\u002Fquery.\n- Proposed DDL or action.\n- Whether a branch\u002Fdeploy workflow exists to evaluate it safely.\n- Whether the recommendation can be implemented as application code, ORM migration, or database DDL.\n\n### Webhooks and automation\n\nRecord:\n\n- Configured webhooks.\n- Subscribed events.\n- Enabled state.\n- Last delivery success or failure.\n- Destination category: Slack, PagerDuty, internal automation, CI, agent queue, unknown.\n- Whether webhook signature verification is documented or implemented.\n- Whether webhook handling is idempotent and asynchronous.\n\n### Postgres Traffic Control\n\nFor Postgres only, record:\n\n- Existing budgets and rules.\n- Budget modes: off, warn, enforce.\n- Limits: rate, capacity, burst, concurrency, warning threshold.\n- Rules by fingerprint, keyspace, query kind, or tags.\n- Whether rules are tied to meaningful SQLCommenter tags.\n- Whether any production budget is in enforce mode.\n\n### Postgres safety\n\nFor Postgres only, record:\n\n- Application role usage.\n- Whether apps use the default role.\n- Whether app roles are least-privilege.\n- Whether pg_strict is enabled for application roles.\n- Whether PgBouncer is used for appropriate workloads.\n- Whether live connections show blockers, idle-in-transaction sessions, or\n  connection saturation during an active incident.\n- Whether private connectivity and IP restrictions are configured.\n- Whether backup retention and PITR meet the customer’s recovery expectations.\n\n### Vitess safety\n\nFor Vitess only, record:\n\n- Safe migrations state.\n- Deploy request workflow.\n- Admin approval requirement.\n- Gated deployment usage.\n- Schema revert availability.\n- Branch and keyspace topology.\n- Sharding\u002Fvschema status.\n- Whether sharded query patterns use relevant vindexes.\n- Backups and restore posture.\n\n## Evidence format\n\nFor every finding, include evidence:\n\n- Source: MCP, CLI, API, dashboard-observed, SQL read-only, repository file.\n- Path or command used.\n- Timestamp.\n- Raw value or concise excerpt.\n- Confidence: high, medium, low.\n\n## Output\n\nReturn:\n\n- Inventory table.\n- Missing evidence table.\n- Risk flags.\n- Recommended next skills to run.\n\nEnd with:\n\n“No changes have been applied.”\n",{"data":35,"body":36},{"name":4,"description":6},{"type":37,"children":38},"root",[39,48,55,61,67,72,137,142,160,166,171,214,219,224,576,588,594,601,606,649,655,660,693,698,726,730,734,782,788,792,825,831,835,873,879,884,917,923,927,970,976,981,1029,1035,1040,1068,1074,1079,1102,1107],{"type":40,"tag":41,"props":42,"children":44},"element","h1",{"id":43},"read-only-inventory",[45],{"type":46,"value":47},"text","Read-only inventory",{"type":40,"tag":49,"props":50,"children":52},"h2",{"id":51},"purpose",[53],{"type":46,"value":54},"Purpose",{"type":40,"tag":56,"props":57,"children":58},"p",{},[59],{"type":46,"value":60},"Build an evidence-backed inventory of a PlanetScale database without making changes.",{"type":40,"tag":49,"props":62,"children":64},{"id":63},"allowed-actions",[65],{"type":46,"value":66},"Allowed actions",{"type":40,"tag":56,"props":68,"children":69},{},[70],{"type":46,"value":71},"Allowed by default:",{"type":40,"tag":73,"props":74,"children":75},"ul",{},[76,82,87,92,97,102,107,112,117,122,127,132],{"type":40,"tag":77,"props":78,"children":79},"li",{},[80],{"type":46,"value":81},"List organizations, databases, branches, keyspaces, regions, and sizes.",{"type":40,"tag":77,"props":83,"children":84},{},[85],{"type":46,"value":86},"Read branch metadata.",{"type":40,"tag":77,"props":88,"children":89},{},[90],{"type":46,"value":91},"Read webhook configuration.",{"type":40,"tag":77,"props":93,"children":94},{},[95],{"type":46,"value":96},"Read schema recommendations.",{"type":40,"tag":77,"props":98,"children":99},{},[100],{"type":46,"value":101},"Read Query Insights, anomalies, and query patterns through MCP or API.",{"type":40,"tag":77,"props":103,"children":104},{},[105],{"type":46,"value":106},"Read traffic budgets and rules.",{"type":40,"tag":77,"props":108,"children":109},{},[110],{"type":46,"value":111},"Read Postgres roles and non-secret role metadata.",{"type":40,"tag":77,"props":113,"children":114},{},[115],{"type":46,"value":116},"Read backup schedules and restore metadata.",{"type":40,"tag":77,"props":118,"children":119},{},[120],{"type":46,"value":121},"Read branch schema.",{"type":40,"tag":77,"props":123,"children":124},{},[125],{"type":46,"value":126},"Inspect live connection\u002Fsession metadata with the Connections CLI view.",{"type":40,"tag":77,"props":128,"children":129},{},[130],{"type":46,"value":131},"Inspect repository files for frameworks, ORMs, migrations, SQL tagging, and connection config.",{"type":40,"tag":77,"props":133,"children":134},{},[135],{"type":46,"value":136},"Inspect Terraform or other infrastructure-as-code definitions for\nPlanetScale roles, backups, backup policies, Postgres parameters, and\nsupported extensions.",{"type":40,"tag":56,"props":138,"children":139},{},[140],{"type":46,"value":141},"Not allowed without explicit approval:",{"type":40,"tag":73,"props":143,"children":144},{},[145,150,155],{"type":40,"tag":77,"props":146,"children":147},{},[148],{"type":46,"value":149},"Any create, update, delete, enable, disable, reset, deploy, restore, promote, enforce, or apply operation.",{"type":40,"tag":77,"props":151,"children":152},{},[153],{"type":46,"value":154},"Any SQL mutation.",{"type":40,"tag":77,"props":156,"children":157},{},[158],{"type":46,"value":159},"Any command that emits new credentials unless the operator explicitly asked for credential work.",{"type":40,"tag":49,"props":161,"children":163},{"id":162},"interfaces-and-documentation-grounding",[164],{"type":46,"value":165},"Interfaces and documentation grounding",{"type":40,"tag":56,"props":167,"children":168},{},[169],{"type":46,"value":170},"Ground every command and endpoint in the official documentation instead of\nguessing. PlanetScale publishes agent-readable docs:",{"type":40,"tag":73,"props":172,"children":173},{},[174,187,201],{"type":40,"tag":77,"props":175,"children":176},{},[177,179],{"type":46,"value":178},"Docs index: ",{"type":40,"tag":180,"props":181,"children":185},"a",{"href":182,"rel":183},"https:\u002F\u002Fplanetscale.com\u002Fdocs\u002Fllms.txt",[184],"nofollow",[186],{"type":46,"value":182},{"type":40,"tag":77,"props":188,"children":189},{},[190,192,199],{"type":46,"value":191},"Any docs page as markdown: append ",{"type":40,"tag":193,"props":194,"children":196},"code",{"className":195},[],[197],{"type":46,"value":198},".md",{"type":46,"value":200}," to its URL",{"type":40,"tag":77,"props":202,"children":203},{},[204,206,212],{"type":46,"value":205},"API reference: ",{"type":40,"tag":180,"props":207,"children":210},{"href":208,"rel":209},"https:\u002F\u002Fplanetscale.com\u002Fdocs\u002Fopenapi.yaml",[184],[211],{"type":46,"value":208},{"type":46,"value":213}," (OpenAPI 3.0)",{"type":40,"tag":56,"props":215,"children":216},{},[217],{"type":46,"value":218},"Verify an endpoint path in the API reference before calling it. A 404 from\nan unverified path is a wrong path, not a finding; do not record it as\nplatform state and do not conclude \"not configured\" from it.",{"type":40,"tag":56,"props":220,"children":221},{},[222],{"type":46,"value":223},"Verified interface notes (recheck against the docs when a command fails):",{"type":40,"tag":73,"props":225,"children":226},{},[227,238,297,316,327,466,487,508,521,558,571],{"type":40,"tag":77,"props":228,"children":229},{},[230,236],{"type":40,"tag":193,"props":231,"children":233},{"className":232},[],[234],{"type":46,"value":235},"pscale database show \u003Cdatabase> --org \u003Corg>",{"type":46,"value":237}," — the org is a flag, not a\npositional argument.",{"type":40,"tag":77,"props":239,"children":240},{},[241,247,249,255,257,263,265,271,273,279,281,287,289,295],{"type":40,"tag":193,"props":242,"children":244},{"className":243},[],[245],{"type":46,"value":246},"pscale api \u003Cpath>",{"type":46,"value":248}," takes org-relative paths such as\n",{"type":40,"tag":193,"props":250,"children":252},{"className":251},[],[253],{"type":46,"value":254},"organizations\u002F{org}\u002Fdatabases\u002F{db}\u002Fbranches\u002F{branch}",{"type":46,"value":256}," — there is no\n",{"type":40,"tag":193,"props":258,"children":260},{"className":259},[],[261],{"type":46,"value":262},"get",{"type":46,"value":264}," subcommand and no ",{"type":40,"tag":193,"props":266,"children":268},{"className":267},[],[269],{"type":46,"value":270},"\u002Fv1\u002F",{"type":46,"value":272}," prefix. Pass query parameters with\n",{"type":40,"tag":193,"props":274,"children":276},{"className":275},[],[277],{"type":46,"value":278},"-Q key=value",{"type":46,"value":280}," flags; embedding ",{"type":40,"tag":193,"props":282,"children":284},{"className":283},[],[285],{"type":46,"value":286},"?",{"type":46,"value":288},"\u002F",{"type":40,"tag":193,"props":290,"children":292},{"className":291},[],[293],{"type":46,"value":294},"&",{"type":46,"value":296}," in the path breaks under shell\nglobbing.",{"type":40,"tag":77,"props":298,"children":299},{},[300,306,308,314],{"type":40,"tag":193,"props":301,"children":303},{"className":302},[],[304],{"type":46,"value":305},"pscale webhook list \u003Cdatabase> --org \u003Corg>",{"type":46,"value":307}," — the database is a\npositional argument. ",{"type":40,"tag":193,"props":309,"children":311},{"className":310},[],[312],{"type":46,"value":313},"pscale backup list \u003Cdatabase> \u003Cbranch>",{"type":46,"value":315}," requires\nthe branch.",{"type":40,"tag":77,"props":317,"children":318},{},[319,325],{"type":40,"tag":193,"props":320,"children":322},{"className":321},[],[323],{"type":46,"value":324},"pscale branch connections top \u003Cdatabase> \u003Cbranch>",{"type":46,"value":326}," — live read-only\nsession inventory works for Postgres and Vitess over a reserved\nadministrative connection. Do not cancel queries or terminate connections\nunless the operator explicitly approves that operational action.",{"type":40,"tag":77,"props":328,"children":329},{},[330,332,338,340,346,347,353,354,360,362,368,369,375,376,382,383,389,390,396,398,404,406,412,413,419,420,426,427,433,434,440,442,448,450,456,458,464],{"type":46,"value":331},"Query Insights is public API. Live query telemetry:\n",{"type":40,"tag":193,"props":333,"children":335},{"className":334},[],[336],{"type":46,"value":337},"...\u002Fbranches\u002F{branch}\u002Finsights",{"type":46,"value":339}," (per-pattern statistics; supports\n",{"type":40,"tag":193,"props":341,"children":343},{"className":342},[],[344],{"type":46,"value":345},"from",{"type":46,"value":288},{"type":40,"tag":193,"props":348,"children":350},{"className":349},[],[351],{"type":46,"value":352},"to",{"type":46,"value":288},{"type":40,"tag":193,"props":355,"children":357},{"className":356},[],[358],{"type":46,"value":359},"period",{"type":46,"value":361},", ",{"type":40,"tag":193,"props":363,"children":365},{"className":364},[],[366],{"type":46,"value":367},"q",{"type":46,"value":361},{"type":40,"tag":193,"props":370,"children":372},{"className":371},[],[373],{"type":46,"value":374},"sort",{"type":46,"value":361},{"type":40,"tag":193,"props":377,"children":379},{"className":378},[],[380],{"type":46,"value":381},"dir",{"type":46,"value":361},{"type":40,"tag":193,"props":384,"children":386},{"className":385},[],[387],{"type":46,"value":388},"tablet_type",{"type":46,"value":361},{"type":40,"tag":193,"props":391,"children":393},{"className":392},[],[394],{"type":46,"value":395},"type",{"type":46,"value":397},",\n",{"type":40,"tag":193,"props":399,"children":401},{"className":400},[],[402],{"type":46,"value":403},"fields",{"type":46,"value":405},", and pagination). Related endpoints under the same branch path:\n",{"type":40,"tag":193,"props":407,"children":409},{"className":408},[],[410],{"type":46,"value":411},"insights\u002Ferrors",{"type":46,"value":361},{"type":40,"tag":193,"props":414,"children":416},{"className":415},[],[417],{"type":46,"value":418},"insights\u002Fanomalies",{"type":46,"value":361},{"type":40,"tag":193,"props":421,"children":423},{"className":422},[],[424],{"type":46,"value":425},"insights\u002Ftags",{"type":46,"value":397},{"type":40,"tag":193,"props":428,"children":430},{"className":429},[],[431],{"type":46,"value":432},"insights\u002Ftags\u002Fsummaries",{"type":46,"value":361},{"type":40,"tag":193,"props":435,"children":437},{"className":436},[],[438],{"type":46,"value":439},"insights\u002F{fingerprint}",{"type":46,"value":441}," (individual\nexecutions), ",{"type":40,"tag":193,"props":443,"children":445},{"className":444},[],[446],{"type":46,"value":447},"insights\u002F{fingerprint}\u002Fsummary",{"type":46,"value":449},", and\n",{"type":40,"tag":193,"props":451,"children":453},{"className":452},[],[454],{"type":46,"value":455},"insights\u002F{fingerprint}\u002Ftraffic\u002Fbudgets",{"type":46,"value":457},". The ",{"type":40,"tag":193,"props":459,"children":461},{"className":460},[],[462],{"type":46,"value":463},"query-patterns",{"type":46,"value":465}," path\nreturns generated report metadata, not live patterns.",{"type":40,"tag":77,"props":467,"children":468},{},[469,471,477,479,485],{"type":46,"value":470},"Traffic budgets: ",{"type":40,"tag":193,"props":472,"children":474},{"className":473},[],[475],{"type":46,"value":476},"...\u002Fbranches\u002F{branch}\u002Ftraffic\u002Fbudgets",{"type":46,"value":478},". The CLI has no\n",{"type":40,"tag":193,"props":480,"children":482},{"className":481},[],[483],{"type":46,"value":484},"pscale traffic-control budget list",{"type":46,"value":486},"; use the API for inventory.",{"type":40,"tag":77,"props":488,"children":489},{},[490,492,498,500,506],{"type":46,"value":491},"Postgres roles: list via ",{"type":40,"tag":193,"props":493,"children":495},{"className":494},[],[496],{"type":46,"value":497},"...\u002Fbranches\u002F{branch}\u002Froles",{"type":46,"value":499},"; fetch a single\nrole by ID, not name (",{"type":40,"tag":193,"props":501,"children":503},{"className":502},[],[504],{"type":46,"value":505},"pscale role get \u003Cdb> \u003Cbranch> \u003Crole-id>",{"type":46,"value":507},").",{"type":40,"tag":77,"props":509,"children":510},{},[511,513,519],{"type":46,"value":512},"IP restrictions: database-level\n",{"type":40,"tag":193,"props":514,"children":516},{"className":515},[],[517],{"type":46,"value":518},"organizations\u002F{org}\u002Fdatabases\u002F{db}\u002Fcidrs",{"type":46,"value":520},". Branch-level IP-restriction\npaths are not valid.",{"type":40,"tag":77,"props":522,"children":523},{},[524,526,532,534,540,542,548,550,556],{"type":46,"value":525},"Schema recommendations: database-level\n",{"type":40,"tag":193,"props":527,"children":529},{"className":528},[],[530],{"type":46,"value":531},"...\u002Fdatabases\u002F{db}\u002Fschema-recommendations",{"type":46,"value":533}," (the branch-level path is\nnot valid). Requesting ",{"type":40,"tag":193,"props":535,"children":537},{"className":536},[],[538],{"type":46,"value":539},"page=2",{"type":46,"value":541}," currently returns 404 even when the\nresponse reports ",{"type":40,"tag":193,"props":543,"children":545},{"className":544},[],[546],{"type":46,"value":547},"next_page",{"type":46,"value":549},"; use the database object's\n",{"type":40,"tag":193,"props":551,"children":553},{"className":552},[],[554],{"type":46,"value":555},"open_schema_recommendations_count",{"type":46,"value":557}," as the authoritative total, treat\nthe returned page as a sample, and state in the report when the itemized\nlist covers only part of the total.",{"type":40,"tag":77,"props":559,"children":560},{},[561,563,569],{"type":46,"value":562},"PITR state and branch-level backup policies have no verified read path;\nrecord backup posture from ",{"type":40,"tag":193,"props":564,"children":566},{"className":565},[],[567],{"type":46,"value":568},"pscale backup list",{"type":46,"value":570}," and the database-level\nbackup policy, and mark PITR \"not assessed in this run\" rather than\nprobing paths.",{"type":40,"tag":77,"props":572,"children":573},{},[574],{"type":46,"value":575},"List endpoints paginate; follow the pagination parameters until\nexhausted before reporting counts (except the schema-recommendations\ncase above).",{"type":40,"tag":56,"props":577,"children":578},{},[579,581,587],{"type":46,"value":580},"Record access failures (403s, missing token scopes, timeouts) in the\ninternal run log for the operator. They are not findings and do not enter\nthe customer report (see ",{"type":40,"tag":193,"props":582,"children":584},{"className":583},[],[585],{"type":46,"value":586},"..\u002F10-customer-report-template\u002FSKILL.md",{"type":46,"value":507},{"type":40,"tag":49,"props":589,"children":591},{"id":590},"inventory-checklist",[592],{"type":46,"value":593},"Inventory checklist",{"type":40,"tag":595,"props":596,"children":598},"h3",{"id":597},"database-identity",[599],{"type":46,"value":600},"Database identity",{"type":40,"tag":56,"props":602,"children":603},{},[604],{"type":46,"value":605},"Record:",{"type":40,"tag":73,"props":607,"children":608},{},[609,614,619,624,629,634,639,644],{"type":40,"tag":77,"props":610,"children":611},{},[612],{"type":46,"value":613},"Organization.",{"type":40,"tag":77,"props":615,"children":616},{},[617],{"type":46,"value":618},"Database.",{"type":40,"tag":77,"props":620,"children":621},{},[622],{"type":46,"value":623},"Branch.",{"type":40,"tag":77,"props":625,"children":626},{},[627],{"type":46,"value":628},"Engine: Vitess or Postgres.",{"type":40,"tag":77,"props":630,"children":631},{},[632],{"type":46,"value":633},"Region and cloud provider.",{"type":40,"tag":77,"props":635,"children":636},{},[637],{"type":46,"value":638},"Production\u002Fdevelopment branch status.",{"type":40,"tag":77,"props":640,"children":641},{},[642],{"type":46,"value":643},"Branch protection and safe workflow state.",{"type":40,"tag":77,"props":645,"children":646},{},[647],{"type":46,"value":648},"Size and cluster shape.",{"type":40,"tag":595,"props":650,"children":652},{"id":651},"branches-and-schema-workflow",[653],{"type":46,"value":654},"Branches and schema workflow",{"type":40,"tag":56,"props":656,"children":657},{},[658],{"type":46,"value":659},"For Vitess, record:",{"type":40,"tag":73,"props":661,"children":662},{},[663,668,673,678,683,688],{"type":40,"tag":77,"props":664,"children":665},{},[666],{"type":46,"value":667},"Production branch.",{"type":40,"tag":77,"props":669,"children":670},{},[671],{"type":46,"value":672},"Whether safe migrations are enabled for production and staging branches.",{"type":40,"tag":77,"props":674,"children":675},{},[676],{"type":46,"value":677},"Open deploy requests.",{"type":40,"tag":77,"props":679,"children":680},{},[681],{"type":46,"value":682},"Deploy request approval setting.",{"type":40,"tag":77,"props":684,"children":685},{},[686],{"type":46,"value":687},"Pending schema changes.",{"type":40,"tag":77,"props":689,"children":690},{},[691],{"type":46,"value":692},"Whether branch strategy has a staging branch with safe migrations enabled.",{"type":40,"tag":56,"props":694,"children":695},{},[696],{"type":46,"value":697},"For Postgres, record:",{"type":40,"tag":73,"props":699,"children":700},{},[701,706,711,716,721],{"type":40,"tag":77,"props":702,"children":703},{},[704],{"type":46,"value":705},"Branch list.",{"type":40,"tag":77,"props":707,"children":708},{},[709],{"type":46,"value":710},"Whether branches were created from backup or empty.",{"type":40,"tag":77,"props":712,"children":713},{},[714],{"type":46,"value":715},"Whether schema changes are managed manually, through migrations, or through an ORM.",{"type":40,"tag":77,"props":717,"children":718},{},[719],{"type":46,"value":720},"Whether a separate branch is used for migration testing.",{"type":40,"tag":77,"props":722,"children":723},{},[724],{"type":46,"value":725},"Whether the team expects Vitess-style deploy requests; if yes, flag that Postgres branches do not use deploy requests in the same way.",{"type":40,"tag":595,"props":727,"children":728},{"id":14},[729],{"type":46,"value":13},{"type":40,"tag":56,"props":731,"children":732},{},[733],{"type":46,"value":605},{"type":40,"tag":73,"props":735,"children":736},{},[737,742,747,752,757,762,767,772,777],{"type":40,"tag":77,"props":738,"children":739},{},[740],{"type":46,"value":741},"Insights availability.",{"type":40,"tag":77,"props":743,"children":744},{},[745],{"type":46,"value":746},"Whether query tags are present.",{"type":40,"tag":77,"props":748,"children":749},{},[750],{"type":46,"value":751},"Which tags appear.",{"type":40,"tag":77,"props":753,"children":754},{},[755],{"type":46,"value":756},"Whether high-cardinality tags are present.",{"type":40,"tag":77,"props":758,"children":759},{},[760],{"type":46,"value":761},"Whether complete\u002Fraw query collection is enabled.",{"type":40,"tag":77,"props":763,"children":764},{},[765],{"type":46,"value":766},"Active anomalies.",{"type":40,"tag":77,"props":768,"children":769},{},[770],{"type":46,"value":771},"Query patterns with high latency, high rows read, high error rate, or high execution count.",{"type":40,"tag":77,"props":773,"children":774},{},[775],{"type":46,"value":776},"Postgres CPU-heavy query patterns and Vitess vindex-usage data when exposed\nby the Insights interface in use.",{"type":40,"tag":77,"props":778,"children":779},{},[780],{"type":46,"value":781},"Whether application deploy identifiers are visible in comments or tags.",{"type":40,"tag":595,"props":783,"children":785},{"id":784},"recommendations",[786],{"type":46,"value":787},"Recommendations",{"type":40,"tag":56,"props":789,"children":790},{},[791],{"type":46,"value":605},{"type":40,"tag":73,"props":793,"children":794},{},[795,800,805,810,815,820],{"type":40,"tag":77,"props":796,"children":797},{},[798],{"type":46,"value":799},"Open schema recommendations.",{"type":40,"tag":77,"props":801,"children":802},{},[803],{"type":46,"value":804},"Recommendation type.",{"type":40,"tag":77,"props":806,"children":807},{},[808],{"type":46,"value":809},"Affected table\u002Fquery.",{"type":40,"tag":77,"props":811,"children":812},{},[813],{"type":46,"value":814},"Proposed DDL or action.",{"type":40,"tag":77,"props":816,"children":817},{},[818],{"type":46,"value":819},"Whether a branch\u002Fdeploy workflow exists to evaluate it safely.",{"type":40,"tag":77,"props":821,"children":822},{},[823],{"type":46,"value":824},"Whether the recommendation can be implemented as application code, ORM migration, or database DDL.",{"type":40,"tag":595,"props":826,"children":828},{"id":827},"webhooks-and-automation",[829],{"type":46,"value":830},"Webhooks and automation",{"type":40,"tag":56,"props":832,"children":833},{},[834],{"type":46,"value":605},{"type":40,"tag":73,"props":836,"children":837},{},[838,843,848,853,858,863,868],{"type":40,"tag":77,"props":839,"children":840},{},[841],{"type":46,"value":842},"Configured webhooks.",{"type":40,"tag":77,"props":844,"children":845},{},[846],{"type":46,"value":847},"Subscribed events.",{"type":40,"tag":77,"props":849,"children":850},{},[851],{"type":46,"value":852},"Enabled state.",{"type":40,"tag":77,"props":854,"children":855},{},[856],{"type":46,"value":857},"Last delivery success or failure.",{"type":40,"tag":77,"props":859,"children":860},{},[861],{"type":46,"value":862},"Destination category: Slack, PagerDuty, internal automation, CI, agent queue, unknown.",{"type":40,"tag":77,"props":864,"children":865},{},[866],{"type":46,"value":867},"Whether webhook signature verification is documented or implemented.",{"type":40,"tag":77,"props":869,"children":870},{},[871],{"type":46,"value":872},"Whether webhook handling is idempotent and asynchronous.",{"type":40,"tag":595,"props":874,"children":876},{"id":875},"postgres-traffic-control",[877],{"type":46,"value":878},"Postgres Traffic Control",{"type":40,"tag":56,"props":880,"children":881},{},[882],{"type":46,"value":883},"For Postgres only, record:",{"type":40,"tag":73,"props":885,"children":886},{},[887,892,897,902,907,912],{"type":40,"tag":77,"props":888,"children":889},{},[890],{"type":46,"value":891},"Existing budgets and rules.",{"type":40,"tag":77,"props":893,"children":894},{},[895],{"type":46,"value":896},"Budget modes: off, warn, enforce.",{"type":40,"tag":77,"props":898,"children":899},{},[900],{"type":46,"value":901},"Limits: rate, capacity, burst, concurrency, warning threshold.",{"type":40,"tag":77,"props":903,"children":904},{},[905],{"type":46,"value":906},"Rules by fingerprint, keyspace, query kind, or tags.",{"type":40,"tag":77,"props":908,"children":909},{},[910],{"type":46,"value":911},"Whether rules are tied to meaningful SQLCommenter tags.",{"type":40,"tag":77,"props":913,"children":914},{},[915],{"type":46,"value":916},"Whether any production budget is in enforce mode.",{"type":40,"tag":595,"props":918,"children":920},{"id":919},"postgres-safety",[921],{"type":46,"value":922},"Postgres safety",{"type":40,"tag":56,"props":924,"children":925},{},[926],{"type":46,"value":883},{"type":40,"tag":73,"props":928,"children":929},{},[930,935,940,945,950,955,960,965],{"type":40,"tag":77,"props":931,"children":932},{},[933],{"type":46,"value":934},"Application role usage.",{"type":40,"tag":77,"props":936,"children":937},{},[938],{"type":46,"value":939},"Whether apps use the default role.",{"type":40,"tag":77,"props":941,"children":942},{},[943],{"type":46,"value":944},"Whether app roles are least-privilege.",{"type":40,"tag":77,"props":946,"children":947},{},[948],{"type":46,"value":949},"Whether pg_strict is enabled for application roles.",{"type":40,"tag":77,"props":951,"children":952},{},[953],{"type":46,"value":954},"Whether PgBouncer is used for appropriate workloads.",{"type":40,"tag":77,"props":956,"children":957},{},[958],{"type":46,"value":959},"Whether live connections show blockers, idle-in-transaction sessions, or\nconnection saturation during an active incident.",{"type":40,"tag":77,"props":961,"children":962},{},[963],{"type":46,"value":964},"Whether private connectivity and IP restrictions are configured.",{"type":40,"tag":77,"props":966,"children":967},{},[968],{"type":46,"value":969},"Whether backup retention and PITR meet the customer’s recovery expectations.",{"type":40,"tag":595,"props":971,"children":973},{"id":972},"vitess-safety",[974],{"type":46,"value":975},"Vitess safety",{"type":40,"tag":56,"props":977,"children":978},{},[979],{"type":46,"value":980},"For Vitess only, record:",{"type":40,"tag":73,"props":982,"children":983},{},[984,989,994,999,1004,1009,1014,1019,1024],{"type":40,"tag":77,"props":985,"children":986},{},[987],{"type":46,"value":988},"Safe migrations state.",{"type":40,"tag":77,"props":990,"children":991},{},[992],{"type":46,"value":993},"Deploy request workflow.",{"type":40,"tag":77,"props":995,"children":996},{},[997],{"type":46,"value":998},"Admin approval requirement.",{"type":40,"tag":77,"props":1000,"children":1001},{},[1002],{"type":46,"value":1003},"Gated deployment usage.",{"type":40,"tag":77,"props":1005,"children":1006},{},[1007],{"type":46,"value":1008},"Schema revert availability.",{"type":40,"tag":77,"props":1010,"children":1011},{},[1012],{"type":46,"value":1013},"Branch and keyspace topology.",{"type":40,"tag":77,"props":1015,"children":1016},{},[1017],{"type":46,"value":1018},"Sharding\u002Fvschema status.",{"type":40,"tag":77,"props":1020,"children":1021},{},[1022],{"type":46,"value":1023},"Whether sharded query patterns use relevant vindexes.",{"type":40,"tag":77,"props":1025,"children":1026},{},[1027],{"type":46,"value":1028},"Backups and restore posture.",{"type":40,"tag":49,"props":1030,"children":1032},{"id":1031},"evidence-format",[1033],{"type":46,"value":1034},"Evidence format",{"type":40,"tag":56,"props":1036,"children":1037},{},[1038],{"type":46,"value":1039},"For every finding, include evidence:",{"type":40,"tag":73,"props":1041,"children":1042},{},[1043,1048,1053,1058,1063],{"type":40,"tag":77,"props":1044,"children":1045},{},[1046],{"type":46,"value":1047},"Source: MCP, CLI, API, dashboard-observed, SQL read-only, repository file.",{"type":40,"tag":77,"props":1049,"children":1050},{},[1051],{"type":46,"value":1052},"Path or command used.",{"type":40,"tag":77,"props":1054,"children":1055},{},[1056],{"type":46,"value":1057},"Timestamp.",{"type":40,"tag":77,"props":1059,"children":1060},{},[1061],{"type":46,"value":1062},"Raw value or concise excerpt.",{"type":40,"tag":77,"props":1064,"children":1065},{},[1066],{"type":46,"value":1067},"Confidence: high, medium, low.",{"type":40,"tag":49,"props":1069,"children":1071},{"id":1070},"output",[1072],{"type":46,"value":1073},"Output",{"type":40,"tag":56,"props":1075,"children":1076},{},[1077],{"type":46,"value":1078},"Return:",{"type":40,"tag":73,"props":1080,"children":1081},{},[1082,1087,1092,1097],{"type":40,"tag":77,"props":1083,"children":1084},{},[1085],{"type":46,"value":1086},"Inventory table.",{"type":40,"tag":77,"props":1088,"children":1089},{},[1090],{"type":46,"value":1091},"Missing evidence table.",{"type":40,"tag":77,"props":1093,"children":1094},{},[1095],{"type":46,"value":1096},"Risk flags.",{"type":40,"tag":77,"props":1098,"children":1099},{},[1100],{"type":46,"value":1101},"Recommended next skills to run.",{"type":40,"tag":56,"props":1103,"children":1104},{},[1105],{"type":46,"value":1106},"End with:",{"type":40,"tag":56,"props":1108,"children":1109},{},[1110],{"type":46,"value":1111},"“No changes have been applied.”",{"items":1113,"total":1220},[1114,1132,1145,1160,1176,1193,1205],{"slug":1115,"name":1115,"fn":1116,"description":1117,"org":1118,"tags":1119,"stars":23,"repoUrl":24,"updatedAt":1131},"planetscale-autonomous-execution-mode","execute autonomous PlanetScale database changes","Execute approved PlanetScale changes end-to-end without per-step approval when the operator has explicitly acknowledged the risk. Defines the risk-acknowledgment contract, scoped autonomy levels, sensible execution ordering, continuous status reporting, halt conditions, and rollback discipline. Extremely safe, very enabling.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1120,1123,1124,1127,1128],{"name":1121,"slug":1122,"type":15},"Automation","automation",{"name":20,"slug":21,"type":15},{"name":1125,"slug":1126,"type":15},"Operations","operations",{"name":9,"slug":8,"type":15},{"name":1129,"slug":1130,"type":15},"Risk Assessment","risk-assessment","2026-07-05T06:32:41.490537",{"slug":1133,"name":1133,"fn":1134,"description":1135,"org":1136,"tags":1137,"stars":23,"repoUrl":24,"updatedAt":1144},"planetscale-best-practices-matrix","evaluate PlanetScale best practices feature matrix","A concise feature matrix for deciding which PlanetScale safety, observability, and automation recommendations apply by engine.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1138,1139,1140,1143],{"name":1121,"slug":1122,"type":15},{"name":20,"slug":21,"type":15},{"name":1141,"slug":1142,"type":15},"Performance","performance",{"name":9,"slug":8,"type":15},"2026-07-27T06:07:48.188419",{"slug":1146,"name":1146,"fn":1147,"description":1148,"org":1149,"tags":1150,"stars":23,"repoUrl":24,"updatedAt":1159},"planetscale-change-gates-and-approval-contract","enforce approval gates for database mutations","Enforce explicit approval gates for any PlanetScale, database, repository, credential, network, or automation mutation.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1151,1154,1155,1158],{"name":1152,"slug":1153,"type":15},"Approvals","approvals",{"name":20,"slug":21,"type":15},{"name":1156,"slug":1157,"type":15},"Governance","governance",{"name":9,"slug":8,"type":15},"2026-07-07T06:38:42.512288",{"slug":1161,"name":1161,"fn":1162,"description":1163,"org":1164,"tags":1165,"stars":23,"repoUrl":24,"updatedAt":1175},"planetscale-codebase-sqlcommenter-instrumentation","instrument PlanetScale applications with SQLCommenter","Inspect an application repository connected to PlanetScale and recommend SQLCommenter-compatible query tagging packages and conventions.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1166,1169,1170,1171,1172],{"name":1167,"slug":1168,"type":15},"Code Analysis","code-analysis",{"name":20,"slug":21,"type":15},{"name":13,"slug":14,"type":15},{"name":9,"slug":8,"type":15},{"name":1173,"slug":1174,"type":15},"SQL","sql","2026-07-07T06:38:43.813568",{"slug":1177,"name":1177,"fn":1178,"description":1179,"org":1180,"tags":1181,"stars":23,"repoUrl":24,"updatedAt":1192},"planetscale-customer-report-template","generate PlanetScale best practices reports","Produce the final PlanetScale best-practices report after running the inventory and relevant review skills.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1182,1185,1186,1189],{"name":1183,"slug":1184,"type":15},"Documentation","documentation",{"name":9,"slug":8,"type":15},{"name":1187,"slug":1188,"type":15},"Reporting","reporting",{"name":1190,"slug":1191,"type":15},"Templates","templates","2026-07-07T06:38:37.362061",{"slug":1194,"name":1194,"fn":1195,"description":1196,"org":1197,"tags":1198,"stars":23,"repoUrl":24,"updatedAt":1204},"planetscale-mcp-agent-operating-model","configure safe PlanetScale MCP agent behavior","Configure safe agent behavior around PlanetScale MCP, Insights, schema recommendations, and repository work without autonomous production mutation.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1199,1202,1203],{"name":1200,"slug":1201,"type":15},"MCP","mcp",{"name":1125,"slug":1126,"type":15},{"name":9,"slug":8,"type":15},"2026-07-07T06:38:38.675213",{"slug":1206,"name":1206,"fn":1207,"description":1208,"org":1209,"tags":1210,"stars":23,"repoUrl":24,"updatedAt":1219},"planetscale-postgres-safety-review","review PlanetScale Postgres safety and configuration","Review PlanetScale Postgres for Traffic Control, query tags, roles, pg_strict, backups\u002FPITR, private connectivity, webhooks, branches, and safe agent operation.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1211,1212,1213,1216],{"name":17,"slug":18,"type":15},{"name":9,"slug":8,"type":15},{"name":1214,"slug":1215,"type":15},"PostgreSQL","postgresql",{"name":1217,"slug":1218,"type":15},"Security","security","2026-07-07T06:38:34.75135",15,{"items":1222,"total":1338},[1223,1240,1251,1262,1275,1283,1290,1297,1305,1312,1318,1325],{"slug":1224,"name":1224,"fn":1225,"description":1226,"org":1227,"tags":1228,"stars":1237,"repoUrl":1238,"updatedAt":1239},"mysql","plan and optimize MySQL database schemas","Plan and review MySQL\u002FInnoDB schema, indexing, query tuning, transactions, and operations. Use when creating or modifying MySQL tables, indexes, or queries; diagnosing slow\u002Flocking behavior; planning migrations; or troubleshooting replication and connection issues. Load when using a MySQL database.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1229,1232,1233,1235,1236],{"name":1230,"slug":1231,"type":15},"Data Modeling","data-modeling",{"name":20,"slug":21,"type":15},{"name":1234,"slug":1224,"type":15},"MySQL",{"name":1141,"slug":1142,"type":15},{"name":1173,"slug":1174,"type":15},557,"https:\u002F\u002Fgithub.com\u002Fplanetscale\u002Fdatabase-skills","2026-04-06T18:43:45.381961",{"slug":1241,"name":1241,"fn":1242,"description":1243,"org":1244,"tags":1245,"stars":1237,"repoUrl":1238,"updatedAt":1250},"neki","manage sharded PostgreSQL with Neki","Overview and information about Neki, the sharded Postgres product by PlanetScale. Load when working with Neki-related tasks and the need to scale or shard postgres. Load when facing Postgres scaling or sharding issues.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1246,1247,1248,1249],{"name":20,"slug":21,"type":15},{"name":1141,"slug":1142,"type":15},{"name":9,"slug":8,"type":15},{"name":1214,"slug":1215,"type":15},"2026-07-24T05:38:09.09841",{"slug":1252,"name":1252,"fn":1253,"description":1254,"org":1255,"tags":1256,"stars":1237,"repoUrl":1238,"updatedAt":1261},"postgres","optimize PostgreSQL database performance","PostgreSQL best practices, query optimization, connection troubleshooting, and performance improvement. Load when working with Postgres databases.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1257,1258,1259,1260],{"name":20,"slug":21,"type":15},{"name":1141,"slug":1142,"type":15},{"name":1214,"slug":1215,"type":15},{"name":1173,"slug":1174,"type":15},"2026-04-06T18:43:44.126777",{"slug":1263,"name":1263,"fn":1264,"description":1265,"org":1266,"tags":1267,"stars":1237,"repoUrl":1238,"updatedAt":1274},"vitess","optimize Vitess database performance and sharding","Vitess best practices, query optimization, and connection troubleshooting for PlanetScale Vitess databases. Load when working with Vitess databases, sharding, VSchema configuration, keyspace management, or MySQL scaling issues.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1268,1269,1270,1271,1272],{"name":20,"slug":21,"type":15},{"name":1141,"slug":1142,"type":15},{"name":9,"slug":8,"type":15},{"name":1173,"slug":1174,"type":15},{"name":1273,"slug":1263,"type":15},"Vitess","2026-04-06T18:43:42.890969",{"slug":1115,"name":1115,"fn":1116,"description":1117,"org":1276,"tags":1277,"stars":23,"repoUrl":24,"updatedAt":1131},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1278,1279,1280,1281,1282],{"name":1121,"slug":1122,"type":15},{"name":20,"slug":21,"type":15},{"name":1125,"slug":1126,"type":15},{"name":9,"slug":8,"type":15},{"name":1129,"slug":1130,"type":15},{"slug":1133,"name":1133,"fn":1134,"description":1135,"org":1284,"tags":1285,"stars":23,"repoUrl":24,"updatedAt":1144},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1286,1287,1288,1289],{"name":1121,"slug":1122,"type":15},{"name":20,"slug":21,"type":15},{"name":1141,"slug":1142,"type":15},{"name":9,"slug":8,"type":15},{"slug":1146,"name":1146,"fn":1147,"description":1148,"org":1291,"tags":1292,"stars":23,"repoUrl":24,"updatedAt":1159},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1293,1294,1295,1296],{"name":1152,"slug":1153,"type":15},{"name":20,"slug":21,"type":15},{"name":1156,"slug":1157,"type":15},{"name":9,"slug":8,"type":15},{"slug":1161,"name":1161,"fn":1162,"description":1163,"org":1298,"tags":1299,"stars":23,"repoUrl":24,"updatedAt":1175},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1300,1301,1302,1303,1304],{"name":1167,"slug":1168,"type":15},{"name":20,"slug":21,"type":15},{"name":13,"slug":14,"type":15},{"name":9,"slug":8,"type":15},{"name":1173,"slug":1174,"type":15},{"slug":1177,"name":1177,"fn":1178,"description":1179,"org":1306,"tags":1307,"stars":23,"repoUrl":24,"updatedAt":1192},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1308,1309,1310,1311],{"name":1183,"slug":1184,"type":15},{"name":9,"slug":8,"type":15},{"name":1187,"slug":1188,"type":15},{"name":1190,"slug":1191,"type":15},{"slug":1194,"name":1194,"fn":1195,"description":1196,"org":1313,"tags":1314,"stars":23,"repoUrl":24,"updatedAt":1204},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1315,1316,1317],{"name":1200,"slug":1201,"type":15},{"name":1125,"slug":1126,"type":15},{"name":9,"slug":8,"type":15},{"slug":1206,"name":1206,"fn":1207,"description":1208,"org":1319,"tags":1320,"stars":23,"repoUrl":24,"updatedAt":1219},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1321,1322,1323,1324],{"name":17,"slug":18,"type":15},{"name":9,"slug":8,"type":15},{"name":1214,"slug":1215,"type":15},{"name":1217,"slug":1218,"type":15},{"slug":1326,"name":1326,"fn":1327,"description":1328,"org":1329,"tags":1330,"stars":23,"repoUrl":24,"updatedAt":1337},"planetscale-pscale-cli-automation","automate PlanetScale CLI operations","Use the PlanetScale CLI (pscale) from automated agents with --format json, auth check, pscale sql, and per-command --force. Run before other PlanetScale skills when driving pscale directly. Use when the user asks to automate pscale, run CLI commands headless, or verify pscale auth from an agent.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1331,1332,1335,1336],{"name":1121,"slug":1122,"type":15},{"name":1333,"slug":1334,"type":15},"CLI","cli",{"name":20,"slug":21,"type":15},{"name":9,"slug":8,"type":15},"2026-07-07T06:38:33.465495",19]