vibesafe

Official

Automate Vibesafe toolchain end-to-end.

Authorjulep-ai
Version1.0.0
Installs0

System Documentation

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

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: vibesafe
Download link: https://github.com/julep-ai/vibesafe/archive/main.zip#vibesafe

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository