refit

Upgrade workflows to the latest Spacedock version with schema migration.

73|7|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/spacedock-dev/spacedock --skill refit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: refit
Source: https://github.com/spacedock-dev/spacedock/tree/main/skills/refit
Command: npx skills add https://github.com/spacedock-dev/spacedock --skill refit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires spacedock-plugin, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of keeping workflows up-to-date with the latest Spacedock version, ensuring compatibility and leveraging new features.

Core Features & Use Cases

  • Workflow Refit: Upgrade existing workflows to the current Spacedock version, including scaffolding files and schema data.
  • Automated Upgrades: Execute automated upgrades for certain files while requiring manual review for others.
  • Schema Migration: Detect and migrate schema changes to maintain data integrity.
  • Use Case: Ideal for developers and project managers looking to ensure their workflows are compatible with the latest Spacedock features and improvements.

Quick Start

Run the refit skill with the directory of the workflow you want to upgrade: refit skill --dir /path/to/workflow

Frequently Asked Questions about refit

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

FAQPage Schema
How do I upgrade my workflow to the latest Spacedock version?

To upgrade your workflow to the latest Spacedock version, run the refit command pointing to your workflow directory to execute automated file upgrades and scaffolding updates.

What is schema migration and how does it work during a workflow upgrade?

Schema migration detects and applies structural changes to maintain data integrity when upgrading workflows, ensuring your configuration files remain compatible with the latest Spacedock schema requirements.

Do I need the Spacedock plugin installed to run automated refactoring?

Yes, you need the Spacedock plugin installed and access to related configuration files, as the refit process requires interacting with the plugin to handle both full and incremental updates.

Are all file upgrades automated during a Spacedock workflow refit?

Not all file upgrades are automated; the refit process executes automated upgrades for certain files while flagging sensitive changes to require manual review before applying them.

What's the best way to handle incremental updates for existing Spacedock workflows?

The best way to handle incremental updates is running the refit skill against your workflow directory, which processes targeted scaffolding and schema changes without performing a full upgrade.