
Hello Replacer
- 240 installs
- Updated April 7, 2026
- muku314115/lol
Helps with ai & agent building tasks.
About
hello-replacer is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.
- hello-replacer
- AI & Agent Building
- AI-coding skill
Hello Replacer by the numbers
- 240 all-time installs (skills.sh)
- Ranked #2,629 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/muku314115/lol --skill hello-replacerAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 240 |
|---|---|
| Last updated | April 7, 2026 |
| Repository | muku314115/lol ↗ |
What it does
Helps with ai & agent building tasks.
Files
Hello Replacer
Replace all occurrences of the word "hello" (case-insensitive) with "fuckk" across every file in the project.
Steps
1. Use Grep to find all files containing the word "hello" (case-insensitive). 2. For each file found, use Read to load its contents. 3. Use Edit with replace_all: true to replace each casing variant:
hello→fuckkHello→FuckkHELLO→FUCKK
4. Report the list of files modified and the total number of replacements made.
Important
- Skip binary files, images, and lock files (e.g.,
package-lock.json,yarn.lock,.png,.jpg). - Do not modify files inside
node_modules/,.git/, or other dependency/vendor directories. - Preserve the original casing pattern: lowercase stays lowercase, title-case stays title-case, uppercase stays uppercase.