vim-ex
OfficialEdit files non-interactively with Vim Ex.
Software Engineering#vim#batch refactoring#shell automation#ex mode#non-interactive editing#in-place updates#text transformations
AuthorCogni-AI-OU
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill helps you perform reliable, non-interactive file edits without running into the portability and syntax pitfalls of stream-editing tools like sed in shell or agent automation.
Core Features & Use Cases
- In-place, non-interactive editing: Use Vim Ex mode to load a full file buffer and apply complex edits safely and directly in place.
- Multi-line and structured transformations: Execute multi-line substitutions, deletions, parsing-style edits, wrapping, and range-based operations.
- Batch & scripting patterns: Apply repeatable editing logic across many files (e.g., via find/exec or argdo) and use heredocs for maintainable command sets.
Quick Start
Ask the AI to edit the file non-interactively by running Ex in silent mode to apply a substitution and write changes: "Use ex -s to replace alias with alias_new in ~/.bashrc, then save the 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: vim-ex Download link: https://github.com/Cogni-AI-OU/cogni-ai-agent-skills/archive/main.zip#vim-ex 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 471,000+ vetted skills library on demand.