file-creation

Create and modify files with validated paths and content.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/fixthatbug/claude-agent-skill-workflow --skill file-creation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: file-creation
Source: https://github.com/fixthatbug/claude-agent-skill-workflow/tree/main/.claude/skills/file-creation
Command: npx skills add https://github.com/fixthatbug/claude-agent-skill-workflow --skill file-creation

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill provides a controlled and validated method for creating, modifying, and managing files, preventing common errors like incorrect naming, permission issues, or accidental overwrites. It ensures file operations adhere to defined policies.

Core Features & Use Cases

  • Policy-Driven Naming: Enforces naming conventions for new files and directories, maintaining project consistency.
  • Input Validation: Validates file content and paths before creation or modification, preventing data corruption.
  • Secure Operations: Ensures file permissions and locations comply with security policies, protecting sensitive data.
  • Use Case: When an AI agent needs to generate a new configuration file, update a script, or create a new documentation page, this skill ensures the operation is performed safely, correctly, and according to project standards.

Quick Start

Use the file-creation skill to create a new Python script named 'my_app_utils.py' in the 'scripts/' directory with basic boilerplate code.