project-safety

Establish safety rules and legacy folder structures for research projects.

127|22|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/flonat/claude-code-flonat --skill project-safety
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-safety
Source: https://github.com/flonat/claude-code-flonat/tree/main/skills/project-safety
Command: npx skills add https://github.com/flonat/claude-code-flonat --skill project-safety

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill prevents accidental data loss and ensures project integrity by establishing strict safety rules and organizational structures before AI modifies research files.

Core Features & Use Cases

  • Data Loss Prevention: Implements rules to never delete critical data or code files.
  • Legacy Folder Strategy: Automatically creates and utilizes a legacy/ folder to store original files before any reorganization.
  • Dry Run Capability: Enables previewing of AI actions before execution to catch potential errors.
  • Use Case: Before asking Claude to refactor your entire project's directory structure, use this skill to set up a safe environment with a legacy/ backup and clear rules, ensuring no original files are lost.

Quick Start

Set up safety rules and folder structures for your research project by running the project-safety skill.

Frequently Asked Questions about project-safety

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

FAQPage Schema
How do I prevent data loss during AI-driven file reorganization?

To prevent data loss during AI-driven file reorganization, implement strict safety rules that never delete original files, utilizing a legacy folder for backups and prioritizing copying over moving.

What is the best way to secure research files before AI modifies the directory structure?

The best way to secure research files is to establish safety rules and folder structures beforehand, creating a legacy folder to store originals and using dry run patterns to preview commands before execution.

How do I set up a safe environment before refactoring my project's directory?

Set up a safe environment by establishing safety rules and folder structures for your research project, generating a legacy backup folder and clear rules to ensure no original files are lost during refactoring.

Why does AI file management accidentally delete my code and data files?

AI file management accidentally deletes code and data files when no safety rules are established, making it critical to enforce rules that never delete files and use a legacy folder for originals.