Perform batch file operations safely with search, replacement, renaming, or refactoring.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add nobodyonlyc/skills --skill core-file-ops --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Core File Ops?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/nobodyonlyc-core-file-ops)More formats (shields.io, HTML) on the badges page.
---
name: core-file-ops
description: Perform batch file operations safely with search, replacement, renaming, or refactoring.
---
File operation task: $ARGUMENTS
Gather context about the files involved:
```bash
# Understand scope
echo "=== Current directory ==="
ls -la
echo "=== Git status ==="
git status --short
```
Identify what kind of operation is needed and execute it:
**Search & inspect**
- Find files by name, extension, or content pattern
- Show file sizes, counts, structure
**Transform & rewrite**
- Batch rename, move, or reorganize files
- Convert formats (JSON↔YAML, CSV↔TSV, etc.)
- Find-and-replace across multiple files
**Generate & scaffold**
- Create files from a template or pattern
- Scaffold directory structures
**Analyze**
- Diff two files or directories
- Detect duplicates, orphans, or broken references
- Summarize large files (line count, structure, top entries)
Rules:
1. **Preview before destructive actions** — show what will change and get confirmation before deleting, moving, or overwriting files.
2. **Prefer targeted edits** — use Edit tool for small changes; only rewrite whole files when necessary.
3. **Preserve git history** — use `git mv` instead of raw `mv` when renaming tracked files.
4. After completion, show a summary: files affected, before/after if relevant.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed commit message generator. Cuts noise from commit messages while preserving intent and reasoning. Conventional Commits format. Subject ≤50 chars, body only when "why" isn't obvious. Use when user says "write a commit", "commit message", "generate commit", "/commit", or invokes /caveman-commit. Auto-triggers when staging changes.
Ultra-compressed code review comments. Cuts noise from PR feedback while preserving the actionable signal. Each comment is one line: location, problem, fix. Use when user says "review this PR", "code review", "review the diff", "/review", or invokes /caveman-review. Auto-triggers when reviewing pull requests.
Verification loop for Spring Boot projects: build, static analysis, tests with coverage, security scans, and diff review before release or PR.
一个全面的 Claude Code 会话验证系统。
Verification loop for Django projects: migrations, linting, tests with coverage, security scans, and deployment readiness checks before release or PR.