Use this skill when the user wants to all-in-one cli tool for database migrations, studio and lsp.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-73a4c204)More formats (shields.io, HTML) on the badges page.
---
name: schema
description: Use this skill when the user wants to all-in-one cli tool for database migrations, studio and lsp.
---
# Schema Plugin
All-in-one CLI tool for database migrations, studio and LSP.
## Commands
### Operations
- `schema migration create` — create migration via schema
- `schema migration up` — up migration via schema
- `schema migration down` — down migration via schema
- `schema migration status` — status migration via schema
- `schema studio start` — start studio via schema
- `schema lsp start` — start lsp via schema
## Usage Examples
- "schema --help"
- "schema <args>"
## Installation
```bash
go install github.com/gigagrug/schema@latest
```
## Examples
```bash
schema --version
schema --help
```
## Key Features
- database\n- migration\n- sql
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!