linxule

Carrel Fix — Development skill for Claude Code

Development community

Detect and resolve environment.json drift in your vault.

How to install Carrel Fix

Installs to ~/.claude/skills/linxule-carrel-carrel-fix/SKILL.md

Terminal
mkdir -p ~/.claude/skills/linxule-carrel-carrel-fix && curl -fsSL https://raw.githubusercontent.com/linxule/carrel/HEAD/commands/carrel-fix.md -o ~/.claude/skills/linxule-carrel-carrel-fix/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Carrel Fix does


description: Detect and resolve environment.json drift in your vault

/carrel-fix — Environment Recovery

Checks `.carrel/environment.json` for drift, previews safe repairs, and escalates ambiguous cases into an interactive recovery flow.

What Happens

  1. Run carrel env validate --vault . --format json
  2. If the file is already valid, report that and stop
  3. Run carrel env fix --safe --dry-run --vault . --format json
  4. Summarize safe fixes in plain language and ask the researc

Alternatives in Development

  • Sanitize — Detect and redact PII from text files — 15 categories (SSNs, credit cards, API keys, etc.), zero dependencies 3.1k ★
  • Resolve Drizzle Migrations — Resolve Drizzle migration conflicts by accepting upstream and regenerating local migrations 2.5k ★
  • Dotenv Vault — Sync environment variables across machines for consistent Claude Code behavior 1.2k ★

Full documentation available on GitHub

View Source Repository