weft
NewSummary
Weft is a versatile utility skill that provides general-purpose assistance for common development tasks, such as file management, text processing, and system operations.
- It helps developers automate repetitive workflows and streamline their command-line interactions without needing specialized tools.
Install & Usage
mkdir -p .claude/skillsAdd the configuration to .claude/skills/weft.md
/weftUse Cases
Usage Examples
/weft find-and-replace 'old_text' 'new_text' --include '*.js'
/weft batch-rename --pattern 'IMG_*.jpg' --prefix 'vacation_'
/weft convert data.csv --to json --pretty
Security Audits
Frequently Asked Questions
What is weft?
Weft is a versatile utility skill that provides general-purpose assistance for common development tasks, such as file management, text processing, and system operations. It helps developers automate repetitive workflows and streamline their command-line interactions without needing specialized tools.
How to install weft?
To install weft: create the skills directory (mkdir -p .claude/skills), then add the config to .claude/skills/weft.md. Finally, /weft in Claude Code.
What is weft best for?
weft is a other categorized under General. Created by goyoon2.
What can I use weft for?
weft is useful for: Quickly search and replace text across multiple files in a project directory.; Batch rename files according to a pattern or mapping list.; Generate a summary of file sizes, counts, and types in a folder.; Convert between common data formats like JSON, CSV, and YAML.; Extract and compress archives (zip, tar, gz) with simple commands.; Monitor a log file in real-time with filtering and highlighting..