guard

Warn on destructive commands and restrict edits to a specified directory.

1|1|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/nuurpro/Converza_ai --skill guard-nuurpro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: guard
Source: https://github.com/nuurpro/Converza_ai/tree/main/.claude/skills/guard
Command: npx skills add https://github.com/nuurpro/Converza_ai --skill guard-nuurpro

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Activates both destructive command warnings and directory-scoped edit restrictions to prevent accidental damage to prod or debugging environments.

Core Features & Use Cases

  • Combines /careful warnings for destructive commands with /freeze edit boundaries.
  • Lets operators set a specific directory to protect, ensuring edits outside the boundary are blocked.
  • Supports integration with existing guard-style workflows during live maintenance and debugging.

Quick Start

Provide the directory path to protect to activate guard mode and set the freeze boundary.

Frequently Asked Questions about guard

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

FAQPage Schema
How do I prevent accidental destructive commands during production maintenance?

To prevent accidental destructive commands during production maintenance, you can enable full safety mode to trigger warnings before risky actions execute. This protects live environments by blocking forbidden operations.

Can I restrict file edits to a specific directory boundary while debugging?

Yes, you can restrict file edits to a specific directory boundary by setting a freeze boundary path. This ensures any modifications attempted outside the defined directory are explicitly blocked.

What is directory-scoped edit protection and when do I need it for deployment?

Directory-scoped edit protection is a safety mechanism that confines file modifications to a user-defined path. You need it during live deployment or debugging to prevent accidental changes to critical system files outside the boundary.

Does guard mode work with existing Unix-like maintenance workflows?

Yes, guard mode supports integration with existing guard-style workflows across Unix-like systems. It combines destructive command warnings with edit boundaries without disrupting your current maintenance processes.

How do I activate safety mode to protect a specific debugging environment?

To activate safety mode and protect a debugging environment, provide the target directory path to set the freeze boundary. This immediately enables destructive command warnings and restricts edits to the specified path.

What are the limitations of using directory boundaries for edit restrictions?

The limitation of using directory boundaries for edit restrictions is that edits outside the user-defined path are strictly blocked. This means you must accurately define the target directory to avoid interrupting necessary debugging tasks.