migrate-recipe

Migrate personal recipe YAML files to latest template keywords with backups.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/kaneyxx/paper-wiki --skill migrate-recipe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: migrate-recipe
Source: https://github.com/kaneyxx/paper-wiki/tree/main/skills/migrate-recipe
Command: npx skills add https://github.com/kaneyxx/paper-wiki --skill migrate-recipe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Surgically updates a personal recipe file to the latest template keywords without re-running the full setup wizard. It fixes stale keywords when needed to keep the configuration aligned with the bundled templates and avoids touching vault paths or API keys.

Core Features & Use Cases

  • Performs targeted migrations by removing stale keywords and applying replacements without altering user-added topics or other configuration.
  • Safeguards user data through automatic backups (<recipe>.bak.<timestamp>) before any write operation and supports a dry-run mode for previewing changes.
  • Integrates into /paper-wiki workflows via the /paper-wiki:migrate-recipe trigger, enabling maintenance in production setups.

Quick Start

Run the migrate-recipe command against your daily recipe YAML to apply pending migrations.

Frequently Asked Questions about migrate-recipe

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

FAQPage Schema
How do I update stale keywords in my recipe config without re-running the full setup wizard?

The migrate-recipe command detects and replaces stale template keywords in your personal recipe YAML file, preserving user-added topics and configuration while leaving vault paths and API keys untouched.

Can I preview recipe config changes before applying them?

Yes, you can preview recipe config changes using the built-in dry-run mode, which generates diff previews of the targeted keyword migrations without writing any modifications to your original file.

Does the paper-wiki recipe migration modify my vault paths or API keys?

No, the paper-wiki recipe migration does not modify your vault paths or API keys; it strictly targets stale template keywords to keep your configuration aligned with bundled templates.

What is the best way to back up a recipe file before migrating template keywords?

The best way to back up a recipe file is using the migrate-recipe tool, which automatically creates a timestamped .bak backup of your original configuration before performing any write operations.

Are there limitations to running recipe migrations offline?

The migrate-recipe skill operates fully offline with no network calls, meaning its only limitation is that it cannot fetch new templates from remote servers and relies entirely on locally bundled template definitions.