agntcms-frozen-guard

Detect modified frozen-zone files and provide recovery instructions from the framework source.

Updated May 29, 2026
One-click install
npx skills add https://github.com/AlexHramovich/fr-preview-migration --skill agntcms-frozen-guard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agntcms-frozen-guard
Source: https://github.com/AlexHramovich/fr-preview-migration/tree/main/.claude/skills/frozen-guard
Command: npx skills add https://github.com/AlexHramovich/fr-preview-migration --skill agntcms-frozen-guard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill detects modifications to frozen-zone files in frameworks and provides instructions for recovery by restoring from the framework source.

Core Features & Use Cases

  • Frozen-Zone Detection: Identifies modified frozen-zone files and flags them for review.
  • Recovery Instructions: Explains the process to restore files from the framework source.
  • Use Case: When a developer modifies a frozen-zone file by mistake, this Skill helps them identify the issue and restore the file to its original state.

Quick Start

Use the agntcms-frozen-guard skill to check for any modified frozen-zone files in your project.

Frequently Asked Questions about agntcms-frozen-guard

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

FAQPage Schema
How do I detect modified frozen-zone files in a framework?

To detect modified frozen-zone files in a framework, run a check that scans for changes against the canonical template and flags any altered files for review.

What is a frozen-zone file and why does modifying it break framework maintenance?

A frozen-zone file is a core framework component that should remain unmodified. Altering these files disrupts code integrity and prevents proper system updates.

How do I restore modified frozen-zone files to their original state?

To restore modified frozen-zone files to their original state, follow the provided recovery instructions to replace the altered code by referencing the framework's canonical source template.

Do I need external dependencies to perform a frozen-zone file integrity check?

No, you do not need external dependencies to perform a frozen-zone file integrity check. The detection and recovery process operates independently without requiring external packages.

What is the best way to prevent accidental modifications to frozen-zone files?

The best way to prevent accidental modifications to frozen-zone files is to run regular code integrity checks that identify changes early and provide immediate recovery instructions from the framework source.