create_txt_file

$npx mdskill add taracodlabs/aiden/create_txt_file

Creates a text file with specified content at a given path

  • Solves the task of generating and saving text files at specific locations
  • Relies on standard file system operations for execution
  • Uses provided path and content parameters to determine output
  • Delivers results by writing the file directly to the specified location
SKILL.md
.github/skills/create_txt_fileView on GitHub ↗
---
name: create_txt_file
description: Creates a text file with specified content at a given path
version: 1.0.0
origin: local
confidence: low
tags: file, write, text, desktop, create
---

# Create Text File

- Specify the full file path including filename and extension
- Provide exact content to write as a string
- Use forward slashes for path separators regardless of OS
- Ensure parent directories exist before writing
- Simple text tasks complete instantly with minimal overhead
More from taracodlabs/aiden