update-resonance

Upgrades the Resonance framework with backup and restore while preserving the .resonance directory.

Updated Dec 1, 2025
One-click install
npx skills add https://github.com/manusco/wolfgang --skill update-resonance-manusco
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: update-resonance
Source: https://github.com/manusco/wolfgang/tree/main/.cursor/skills/update-resonance
Command: npx skills add https://github.com/manusco/wolfgang --skill update-resonance-manusco

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Upgrading the Resonance framework manually risks losing configuration stored in the .resonance/ directory or leaving the project in a broken state. This Skill routes the /update-resonance command to a defined procedure that performs the upgrade with backup and restore safety. ## Core Features & Use Cases - Safe Framework Upgrade: Runs the Resonance update procedure with built-in backup and restore steps. - Configuration Preservation: Keeps the .resonance/ directory intact throughout the upgrade process. - Command Routing: Maps the /update-resonance command to the full procedure defined in .agents/skills/ops/update-resonance/SKILL.md, which is executed according to its Definition of Done. - Use Case: When a new Resonance framework version is released, invoke the command to upgrade in place without manually backing up or restoring your .resonance/ configuration. ## Quick Start Run the /update-resonance command to upgrade the Resonance framework while preserving the .resonance directory with backup and restore safety.

Frequently Asked Questions about update-resonance

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

FAQPage Schema
How do I upgrade the Resonance framework safely?▼

Run the /update-resonance command, which routes to the update procedure defined in .agents/skills/ops/update-resonance/SKILL.md. The procedure performs the upgrade with backup and restore steps so the framework can be recovered if something goes wrong.

Will updating Resonance delete my .resonance directory?▼

No. The update-resonance procedure is designed to preserve the .resonance/ directory during the upgrade. Backup and restore safety is built into the procedure to protect your existing configuration.

Where is the actual Resonance update procedure defined?▼

The full procedure lives in .agents/skills/ops/update-resonance/SKILL.md. The /update-resonance command file only routes to that skill, which must be read in full and executed according to its Definition of Done.

What happens if the Resonance upgrade fails partway through?▼

The procedure includes backup and restore safety, so the framework state can be restored from the backup created before the upgrade began. Follow the Definition of Done in the referenced procedure to verify the final state.