migrate-recipes

Apply versioned migration notes to update AutoSkillit recipes.

5|1|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/TalonT-Org/AutoSkillit --skill migrate-recipes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: migrate-recipes
Source: https://github.com/TalonT-Org/AutoSkillit/tree/main/src/autoskillit/skills/migrate-recipes
Command: npx skills add https://github.com/TalonT-Org/AutoSkillit --skill migrate-recipes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of updating AutoSkillit recipes to newer versions, ensuring compatibility and leveraging new features without manual intervention.

Core Features & Use Cases

  • Automated Recipe Migration: Applies versioned migration notes to existing AutoSkillit recipes.
  • Validation & Error Handling: Includes robust validation and retry mechanisms to ensure successful migration or provide clear error feedback.
  • Use Case: When AutoSkillit releases a new version with changes to recipe syntax, this Skill can automatically update your custom recipes to comply with the new standard.

Quick Start

Use the migrate-recipes skill to apply migration notes to the recipe file located at '/path/to/your/recipe.yaml'.

Frequently Asked Questions about migrate-recipes

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

FAQPage Schema
How do I update AutoSkillit recipes to a new version automatically?

To update AutoSkillit recipes automatically, apply versioned migration notes to your existing files using a migration script that parses content and executes deterministic updates for the target version. This handles compatibility changes without manual edits.

What is recipe migration and when do I need it for AutoSkillit?

Recipe migration is the process of applying versioned migration notes to update AutoSkillit recipes, ensuring compatibility with newer versions. You need it when AutoSkillit releases a new version with changes to recipe syntax or features.

What arguments do I need to run a recipe migration script?

Running a recipe migration script requires specific arguments: script_path, script_content, migration_notes, and target_version. These inputs enable the script to validate paths, parse content, and apply deterministic task execution for updates.

Does the AutoSkillit recipe update process validate script paths and content?

Yes, the AutoSkillit recipe update process includes robust validation for script paths and content parsing. It provides retry mechanisms to ensure successful migration or returns clear error feedback if validation fails.

What happens if recipe migration fails due to syntax changes?

If recipe migration fails due to syntax changes, the validation and error handling mechanisms provide clear error feedback. The script attempts retry mechanisms to ensure successful migration before returning specific failure details.