| name | xata |
| description | Use this skill when the user wants to manage Xata serverless Postgres — branches, migrations, schema changes, or data operations from the terminal. |
xata Plugin
CLI for Xata serverless Postgres. Manage database branches, run migrations, inspect schema, and operate on data without opening the web UI.
Installation
npm install -g @xata.io/cli
xata --version
Basic Usage
xata auth login
xata dbs list
xata branch create dev --from main
Common Patterns
xata schema pull
xata migrate apply
xata browse
Usage Examples
- "Create a dev branch of my Xata database"
- "Apply Xata migrations from the CLI"
- "List databases in my Xata workspace"
SuperCLI
sc xata _ _ auth login
sc xata _ _ dbs list
sc plugins learn xata