·find-replace
</>

find-replace

0xdarkmatter/claude-mods

Modern find-and-replace using sd (simpler than sed) and batch replacement patterns. Triggers on: sd, find replace, batch replace, sed replacement, string replacement, rename.

16Installs·0Trend·@0xdarkmatter

Installation

$npx skills add https://github.com/0xdarkmatter/claude-mods --skill find-replace

SKILL.md

| sed 's/old/new/g' | sd 'old' 'new' | | sed -i 's/old/new/g' | sd 'old' 'new' file | | sed 's#path/to#new/path#g' | sd 'path/to' 'new/path' |

Key difference: sd is global by default, no delimiter issues.

| . | \. | | | \ | | [ ] | \[ \] | | $ | \$ | | \ | \\ |

Modern find-and-replace using sd (simpler than sed) and batch replacement patterns. Triggers on: sd, find replace, batch replace, sed replacement, string replacement, rename. Source: 0xdarkmatter/claude-mods.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/0xdarkmatter/claude-mods --skill find-replace
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is find-replace?

Modern find-and-replace using sd (simpler than sed) and batch replacement patterns. Triggers on: sd, find replace, batch replace, sed replacement, string replacement, rename. Source: 0xdarkmatter/claude-mods.

How do I install find-replace?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/0xdarkmatter/claude-mods --skill find-replace Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/0xdarkmatter/claude-mods