benchflow-ai / large-scale-text-editing
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/large-scale-text-editing && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/2581" && unzip -o skill.zip -d .claude/skills/large-scale-text-editing && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/large-scale-text-editing/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Provides strategies for efficiently transforming large text files (thousands to millions of lines) using text editors like Vim, sed, or awk. This skill should be used when tasks involve bulk text transformations, CSV manipulation at scale, pattern-based edits across massive files, or when keystroke/operation efficiency is constrained. Applicable to tasks requiring macros, regex substitutions, or batch processing of structured text data.