whatisgithub

What is skills?

planetscale/skills — explained in plain English

Analysis updated 2026-05-18

101ShellAudience · developerComplexity · 3/5Setup · moderate

In one sentence

A pack of markdown instruction files that teaches AI coding agents to audit a PlanetScale database, report findings with evidence, and apply approved fixes through safe review workflows.

Mindmap

mindmap
  root((PlanetScale Skills))
    What it does
      Audits database configuration
      Produces evidence backed reports
      Executes approved fixes
      Supports scheduled automation
    Tech stack
      Markdown SKILL files
      PlanetScale CLI
      Shell scripts
    Use cases
      Database health review
      Schema change automation
      Query performance triage
    Audience
      Developers using PlanetScale
      Teams running AI coding agents

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Run a read-only audit of a PlanetScale organization's database configuration and safety posture

USE CASE 2

Turn approved schema recommendations into reviewable pull requests and deploy requests

USE CASE 3

Set up scheduled automation that continually watches for and proposes fixes for query regressions

What is it built with?

ShellPlanetScale CLIMarkdown

How does it compare?

planetscale/skillsobra/smallest-agentzzzhhh1/mg-koyeb
Stars101103105
LanguageShellShellShell
Setup difficultymoderateeasymoderate
Complexity3/52/52/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires the authenticated PlanetScale CLI and a compatible AI agent that reads SKILL.md files.

The README does not state a license for this project.

So what is it?

PlanetScale Skills is a pack of instruction files that turns an AI coding agent into a reviewer and operator for PlanetScale, a hosted database service. Rather than being a plugin or piece of custom software, it is written as plain markdown "SKILL.md" files following an open convention that agents such as Claude Code and Cursor already know how to read. Point a compatible agent at a PlanetScale organization, and the skills guide it through auditing configuration, query behavior, safety settings, and backup posture, then, with the user's approval, carrying out fixes. The workflow has four stages. First the agent assesses a database or an entire organization in read-only mode, checking things like branch and schema-change workflow, backup and restore readiness, stored credentials, query performance data, and open recommendations. Second, it produces a single markdown report where every finding is backed by the exact command that produced it, along with a suggested fix and a way to undo it if something goes wrong. Third, once a user approves specific recommendations by their ID, the agent executes the changes through PlanetScale's own built-in safety features, such as development branches, pull requests, and deploy requests with a window to revert. Fourth, for ongoing maintenance, the skills support scheduled automation that continually sweeps for new recommendations and turns them into ready-to-review pull requests. Setup requires installing and authenticating the PlanetScale command-line tool, then copying the skill files into whichever directory the user's AI agent reads skills from, such as a Cursor or Claude Code folder. A setup script is provided that detects installed agents automatically and installs to all of them at once. The skills work best when the agent is run from inside the actual application repository that talks to the database, because then it can trace slow queries back to the specific code that causes them and fix that code directly, not just flag it in a report. By default, every action beyond the initial read-only assessment requires explicit user approval before anything changes. There is also an opt-in fully autonomous mode where a user can authorize the agent to apply an entire set of recommendations without approving each one individually, including in production, but only after typing an explicit risk acknowledgment naming the scope of what is allowed. For unattended scheduled runs, a similarly explicit authorization file must be committed to the repository ahead of time, specifying who owns the automation, what it is allowed to touch, and when that permission expires.

Copy-paste prompts

Prompt 1
Explain how to install PlanetScale Skills for Claude Code using the setup script
Prompt 2
Walk me through running a full PlanetScale best-practices assessment on my organization
Prompt 3
How does the approval process work for applying a recommended schema change
Prompt 4
What is required to set up scheduled, unattended automation with these skills

Frequently asked questions

What is skills?

A pack of markdown instruction files that teaches AI coding agents to audit a PlanetScale database, report findings with evidence, and apply approved fixes through safe review workflows.

What language is skills written in?

Mainly Shell. The stack also includes Shell, PlanetScale CLI, Markdown.

What license does skills use?

The README does not state a license for this project.

How hard is skills to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is skills for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.