hf.warn-new-file-creation

Warn once when new untracked files are created during development workflows.

5|2|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/T-rav/hydraflow --skill hf-warn-new-file-creation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hf.warn-new-file-creation
Source: https://github.com/T-rav/hydraflow/tree/main/.codex/skills/hf.warn-new-file-creation
Command: npx skills add https://github.com/T-rav/hydraflow --skill hf-warn-new-file-creation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill reduces codebase clutter by softly warning when a new file is created, encouraging developers to edit existing files instead of creating additional files.

Core Features & Use Cases

  • Soft warning when a new untracked file is created.
  • Fires on PostToolUse for the Write tool and does not block execution.
  • Warns once per file to avoid repetitive notifications.
  • Suitable for development workflows to maintain lean repositories and reduce drift.

Quick Start

Warn on new file creation and suggest editing existing files when possible.

Frequently Asked Questions about hf.warn-new-file-creation

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

FAQPage Schema
How do I get a warning when creating new files in git?

To get a warning when creating new files in git, this Skill detects untracked files during development workflows and issues a non-intrusive one-time warning per file to reduce codebase clutter. It fires on the Write tool without blocking execution.

What is the best way to prevent codebase bloat from new untracked files?

The best way to prevent codebase bloat from new untracked files is using a soft warning mechanism that encourages editing existing files instead of creating additional ones, maintaining lean repositories and reducing drift.

Does the new file creation warning block my coding workflow?

The new file creation warning does not block your coding workflow. It fires on PostToolUse for the Write tool and records a non-intrusive one-time warning per file, ensuring your development process continues without interruption.

Are template and test files ignored by the new file warning system?

Yes, common templates and test files are ignored by the new file warning system. It specifically targets untracked new files during coding, documentation, and configuration scenarios to reduce file bloat while excluding standard boilerplate.

Why warn on new file creation during software development?

Warning on new file creation during software development reduces codebase clutter and encourages editing existing files. This practice maintains lean repositories and reduces drift across coding, documentation, and configuration scenarios.