migrate-managed-claude-md

Detect VE-managed boundaries in CLAUDE.md and plan VE marker insertion.

3|1|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/netguy204/vibe-engineer --skill migrate-managed-claude-md
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: migrate-managed-claude-md
Source: https://github.com/netguy204/vibe-engineer/tree/main/.agents/skills/migrate-managed-claude-md
Command: npx skills add https://github.com/netguy204/vibe-engineer --skill migrate-managed-claude-md

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill migrates legacy CLAUDE.md content to VE-managed boundaries by automatically inserting VE markers, preserving user customizations outside the managed sections.

Core Features & Use Cases

  • Detect VE-managed content boundaries within CLAUDE.md and plan marker insertion to ensure non-destructive migrations.
  • Generate a MIGRATION.md log to track progress, decisions, and boundary findings during the migration process.
  • Validate and wrap content so future ve init operations only modify the designated VE-managed section, preventing accidental edits to user content.

Quick Start

Run the migration workflow to wrap CLAUDE.md content with VE markers and generate MIGRATION.md with boundary detection results.

Frequently Asked Questions about migrate-managed-claude-md

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add VE markers to CLAUDE.md without losing my custom content?

Adding VE markers to CLAUDE.md safely requires detecting existing content boundaries and wrapping only the managed sections. The migration process preserves all user customizations outside the markers and generates a MIGRATION.md log to track the boundary detection results.

What are VE-managed boundaries in markdown documentation?

VE-managed boundaries are specific markers inserted into markdown files like CLAUDE.md to isolate managed content. They ensure future automated operations only modify the designated sections, preventing accidental edits to surrounding user content.

Does VE marker migration alter the whitespace around my CLAUDE.md content?

VE marker migration supports marker insertion without altering surrounding whitespace. It explicitly preserves content outside the managed boundaries to ensure a non-destructive migration of your existing markdown files.

What happens when no VE-managed sections are found in an existing CLAUDE.md file?

When no existing VE-managed sections are detected in a CLAUDE.md file, the migration plan appends the VE markers at the end of the file. This establishes the managed boundary while keeping all current content intact.

How do I track boundary detection results during a CLAUDE.md migration?

Tracking boundary detection results during migration is handled by generating a MIGRATION.md file. This log records the boundary findings, decisions, and progress of the marker insertion process for review.

Can I use this migration process to prepare CLAUDE.md for future automated ve init operations?

Yes, the migration validates and wraps content so that future ve init operations only modify the designated VE-managed section. This setup prevents accidental automated edits to your customized content.