avad-unfreeze

Delete the freeze state file to restore editing across all directories.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/agwacom/avadbot --skill avad-unfreeze
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: avad-unfreeze
Source: https://github.com/agwacom/avadbot/tree/main/skills/avad-unfreeze
Command: npx skills add https://github.com/agwacom/avadbot --skill avad-unfreeze

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clears the edit boundary set by /avad-freeze, allowing edits across all directories.

Core Features & Use Cases

  • Removes the restriction on edits within a session by clearing the freeze boundary.
  • Widen edit scope without ending the session, enabling changes across multiple directories.
  • Useful when collaborative work resumes after a freeze or when implementing batch updates.

Quick Start

Execute /avad-unfreeze to clear the current edit freeze and unlock all directories.

Frequently Asked Questions about avad-unfreeze

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

FAQPage Schema
How do I remove an edit freeze and unlock all directories during an active session?

To remove an edit freeze and unlock all directories, you need to clear the edit boundary set by a session freeze. This action deletes the state file managing the restriction, restoring full editing privileges across all directories without ending the session.

Why does my session still restrict edits after deleting the freeze boundary?

If edit restrictions persist after deleting the freeze boundary, the session may not have checked the correct state file location. The unfreeze process specifically targets and deletes the state file at the designated state directory to ensure the restriction is fully cleared.

Can I widen my edit scope to multiple directories without ending my current session?

Yes, you can widen your edit scope to multiple directories without ending your current session. By clearing the active edit freeze, you remove directory restrictions and enable batch updates across all directories while the session remains active.

Does unfreezing edits permanently remove the freeze hook for future session management?

Unfreezing edits does not permanently remove the freeze hook for future session management. The action deletes only the current state file to restore editing privileges, leaving the underlying freeze hook intact and ready for future reversals.

When should I clear the edit boundary instead of starting a new session?

You should clear the edit boundary instead of starting a new session when collaborative work resumes after a freeze or when implementing batch updates. This allows you to widen the editable scope on the fly without losing your current session context.