fastmod
A command-line tool for applying mass updates and repetitive refactors across the codebase.
Install
mkdir -p .claude/skills/fastmod && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/4177" && unzip -o skill.zip -d .claude/skills/fastmod && rm skill.zipInstalls to .claude/skills/fastmod
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Use fastmod to make mass code updates to avoid many repetitive changes.Key capabilities
- →Update codebases with repetitive changes
- →Refactor code across multiple files
- →Perform bulk string replacements
- →Automate widespread code changes
How it works
The skill uses the `fastmod` command-line tool to apply a specified regex pattern and replacement string across a codebase.
Inputs & outputs
When to use fastmod
- →Refactoring code across multiple files
- →Updating API patterns globally
- →Performing bulk string replacement
About fastmod
Uses regex-based patterns to perform bulk search-and-replace operations in the codebase. It improves refactoring productivity by automating widespread code changes.
Use fastmod to make mass code updates to avoid many repetitive changes.
How it compares
This automates repetitive code changes across many files, unlike manual, individual file edits.
Compared to similar skills
fastmod side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| fastmod (this skill) | 3 | 7mo | Review | Beginner |
| software-architecture | 333 | 6mo | No flags | Intermediate |
| oracle | 17 | 2mo | Review | Intermediate |
| clojure-write | 16 | 3mo | No flags | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by pydantic
View all by pydantic →You might also like
software-architecture
davila7
Guide for quality focused software architecture. This skill should be used when users want to write code, design architecture, analyze code, in any case that relates to software development.
oracle
openclaw
Best practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns).
clojure-write
metabase
Guide Clojure and ClojureScript development using REPL-driven workflow, coding conventions, and best practices. Use when writing, developing, or refactoring Clojure/ClojureScript code.
add-uint-support
pytorch
Add unsigned integer (uint) type support to PyTorch operators by updating AT_DISPATCH macros. Use when adding support for uint16, uint32, uint64 types to operators, kernels, or when user mentions enabling unsigned types, barebones unsigned types, or uint support.
cpp-pro
sickn33
Write idiomatic C++ code with modern features, RAII, smart pointers, and STL algorithms. Handles templates, move semantics, and performance optimization. Use PROACTIVELY for C++ refactoring, memory safety, or complex C++ patterns.
python-patterns
affaan-m
Pythonic 惯用法、PEP 8 标准、类型提示以及构建健壮、高效、可维护的 Python 应用程序的最佳实践。