_file-output-guard
CommunityEnforce safe file creation with guarded writes.
Authorwxy
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill enforces safe file creation and controlled large-output handling to prevent accidental data loss and session overflows.
Core Features & Use Cases
- Creates files only via create_file commands to avoid HERE-documents.
- Splits large outputs into segments and appends to a single file to prevent session limits.
- Applies guardrails across any operation that writes new content to disk, ensuring predictable, auditable file generation. Use cases include generating large config files, log dumps, or long-form documents in a single file while maintaining safety.
Quick Start
Create a new guarded file using create_file and, if the content is large, append subsequent segments to the same file.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: _file-output-guard Download link: https://github.com/wxy/SilentFeed/archive/main.zip#file-output-guard Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.