@firstpick/pi-skill-dolt-database-version-control

Use automatically when evaluating or applying Dolt, the Git-like version-controlled SQL database, for database branching, merging, diffs, audit history, rollback, or versioned MySQL replica workflows.

Packages

Package details

skill

Install @firstpick/pi-skill-dolt-database-version-control from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@firstpick/pi-skill-dolt-database-version-control
Package
@firstpick/pi-skill-dolt-database-version-control
Version
0.1.2
Published
Jun 8, 2026
Downloads
454/mo · 175/wk
Author
firstpick
License
MIT
Types
skill
Size
23.2 KB
Dependencies
0 dependencies · 0 peers
Pi manifest JSON
{
  "skills": [
    "./skills"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

@firstpick/pi-skill-dolt-database-version-control

A portable Agent Skill / Pi package for researching, evaluating, and applying Dolt, the Git-like version-controlled SQL database.

What it does

  • Adds the dolt-database-version-control skill to Pi's skill library.
  • Guides agents through how, when, why, and where to use Dolt for database branching, merging, diffs, rollback, audit history, and versioned MySQL replica workflows.
  • Includes a source-backed Dolt reference guide at skills/dolt-database-version-control/references/dolt-guide.md.
  • Bundles contract tests for frontmatter, required sections, and reference integrity.

Install

pi install npm:@firstpick/pi-skill-dolt-database-version-control

Configuration

No required configuration.

The skill may ask to verify current Dolt details from official docs before making version-, platform-, or production-readiness claims.

Commands

None.

Tools

None.

Development checks

npm test
npm pack --dry-run

npm test requires Python 3 and uses only the standard library.

Example view

User: Should we use Dolt for branchable customer configuration data?
Agent: Invokes `dolt-database-version-control`, checks the use case against Dolt fit criteria, proposes an adoption shape, lists risks, and recommends validation steps.