File Organization Refactoring — Development skill for Claude Code
Reorganize project files and folders safely with tested, incremental migrations.
How to install File Organization Refactoring
Installs to ~/.claude/skills/agigante80-vibe-coding-prompts-file-organization-refactoring/SKILL.md
mkdir -p ~/.claude/skills/agigante80-vibe-coding-prompts-file-organization-refactoring && curl -fsSL https://raw.githubusercontent.com/agigante80/vibe-coding-prompts/HEAD/prompts/file-organization-refactoring.md -o ~/.claude/skills/agigante80-vibe-coding-prompts-file-organization-refactoring/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What File Organization Refactoring does
name: file-organization-refactoring category: development-workflow version: 1.1.2 updated: 2026-08-28 description: Reorganize project files and folders safely with tested, incremental migrations. platforms: [chatgpt, claude, gemini, copilot-chat]
File & Folder Organization Refactoring
**Objective**
Systematically reorganize project files and folders to establish clear structure, remove obsolete files, standardize naming, and improve maintainability while ensuring correct function
Alternatives in Development
- Flow Parallel — Decompose and execute large changes, migrations, or multi-issue fixes in parallel with quality gates 2.8k ★
- Axiom — Battle-tested Claude Code skills for modern xOS (iOS, iPadOS, watchOS, tvOS) development with 13 production-re 2.6k ★
- Resolve Drizzle Migrations — Resolve Drizzle migration conflicts by accepting upstream and regenerating local migrations 2.5k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
V Memory Refresh
(Re)index docs/superpowers prose into the local V-memory cache so recall is current. Incremental by file hash;
Sync Quickref
Sync your Claude Code quick-reference with current configuration (incremental update with diff)
Compile
Use the loom MCP tools to run incremental compilation.
Update Config Prompt
v3.1.2 OpenCode Config — Incremental Update Prompt
Module Status
Show status of all modules or a specific module (enabled/disabled, version, routes, migrations)
Convex Migrations
Related Agents
Code Refactor Master
Execute refactoring tasks — reorganize files, extract components, update imports, fix patterns across the code
Team Mechanical Refactorer
Pure mechanical refactoring — rename, inline, extract, simplify, or reorganize code with zero behavior change.
Safe Refactor
Safely refactor code by splitting large files, extracting utilities, and improving organization while preservi