migrate-nanoclaw

Extract user-defined customizations from a NanoClaw fork into a replayable migration guide.

Updated Jun 27, 2026
One-click install
npx skills add https://github.com/VincentChong123/nanoclaw-v2-agy-api-proxy --skill migrate-nanoclaw-vincentchong123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: migrate-nanoclaw
Source: https://github.com/VincentChong123/nanoclaw-v2-agy-api-proxy/tree/main/.claude/skills/migrate-nanoclaw
Command: npx skills add https://github.com/VincentChong123/nanoclaw-v2-agy-api-proxy --skill migrate-nanoclaw-vincentchong123

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the pain of managing merge conflicts when upgrading customized NanoClaw forks by extracting user customizations into a replayable migration guide.

Core Features & Use Cases

  • Intent-Based Migration: Captures the logic and implementation of your customizations rather than just raw diffs.
  • Automated Upgrade Path: Uses worktrees to validate and reapply your specific changes onto a clean upstream base.
  • Use Case: If you have heavily modified your NanoClaw agent with custom skills and source code changes, this tool generates a guide to reapply those changes automatically after pulling the latest upstream updates.

Quick Start

Run the migrate-nanoclaw skill to begin the extraction process for your current fork customizations.

Frequently Asked Questions about migrate-nanoclaw

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

FAQPage Schema
How do I upgrade a customized agent fork without merge conflicts?

Intent-based migration solves this by extracting your customizations into a replayable guide. It reapplies your specific code changes onto a clean upstream base, avoiding the merge conflicts that occur when updating heavily modified forks.

What is intent-based migration for refactoring forks?

Intent-based migration captures the logic and implementation of your customizations rather than raw diffs. It extracts these changes to generate a replayable guide that systematically reapplies your modifications onto a fresh base.

How do I extract custom code changes from a git fork for an upgrade?

Run an automated extraction process to identify user-defined modifications within your fork. This generates a replayable migration guide that systematically reapplies your custom changes and skill configurations onto a clean upstream base.

Does this migration approach validate code changes before applying them?

Yes, the migration process uses git worktrees to validate code changes before finalizing the transition. It also ensures system integrity through pre-migration backups and automated dependency management during the upgrade.

Can I automate dependency management during an upstream base upgrade?

Yes, the migration process includes automated dependency management to ensure system integrity. It handles dependency updates automatically while reapplying your extracted customizations onto the clean upstream base.