What problem does it solve?
This Skill automates the Vibesafe MCP-powered workflow to scan, compile, test, save checkpoints, and report status for Vibesafe units. Activate when you want to run vibesafe CLI commands (scan/compile/test/save/diff/status), regenerate code from specs, or inspect drift and checkpoints.
Core Features & Use Cases
- Scan: List all registered Vibesafe units with metadata.
- Compile: Generate implementations for a unit (supports
target, force).
- Test: Run doctests/quality gates (optional
target).
- Save: Activate checkpoints (optional
target).
- Diff: Check drift against checkpoints.
- Status: Report version, unit counts, and environment.
- Regenerate implementations from specs or verify drift against checkpoints.
Quick Start
Use the vibesafe skill to run common operations like:
- Scan all units: vibesafe scan
- Recompile a unit: vibesafe compile --target app.math.ops/fibonacci
- Check drift or status: vibesafe diff or vibesafe status