Guepard-CorpGuepard-CorpOfficialยท2 Agent Skills Included

gfs

Git-style version control for PostgreSQL and MySQL databases

Brings Git-like version control to databases with commits, branches, instant rollbacks, and time travel. Protects against bad migrations and dropped tables by snapshotting every database state automatically. Captures schema history, diffs changes between commits, and imports or exports data without manual backup scripts.
npx skills add Guepard-Corp/gfs --all -g -y

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install GFS?โ–ผ

Run `npx skills add Guepard-Corp/gfs --all -g -y` in your terminal to install all skills in this suite globally.

How to roll back a bad database migration?โ–ผ

Run `gfs checkout HEAD~1` to instantly restore your database to the previous committed state. Every change is a commit, so any mistake can be undone in seconds.

Which databases does GFS support?โ–ผ

GFS supports PostgreSQL versions 13 through 18 and MySQL versions 8.0 through 8.1, running in isolated Docker containers.

Does GFS work with Claude Code and Cursor?โ–ผ

Yes. GFS includes a built-in MCP server that connects natively to Claude Code, Claude Desktop, Cursor, Cline, and Windsurf for safe agent-driven database work.

Can I compare database schemas between commits?โ–ผ

Yes. Use `gfs schema diff HEAD~5 HEAD` to compare schemas across any two commits and see table and column changes instantly.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’