structure-modify

Rename, move, or delete folders while updating all references.

31|5|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/NSEvteev/FullSpec --skill structure-modify-nsevteev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: structure-modify
Source: https://github.com/NSEvteev/FullSpec/tree/main/.claude/skills/structure-modify
Command: npx skills add https://github.com/NSEvteev/FullSpec --skill structure-modify-nsevteev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables safe restructuring of a project's folder hierarchy by renaming, moving, or deleting directories while updating all internal links and preserving the single source of truth (SSOT).

Core Features & Use Cases

  • Rename folders to reflect new module names while preserving references.
  • Move directories to reorganize modules and packages without breaking imports.
  • Delete deprecated or obsolete parts of the project while maintaining consistency across the repository.

Quick Start

Execute a folder rename, move, or delete with /structure-modify to update all references and keep SSOT intact

Frequently Asked Questions about structure-modify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I rename a folder and update all references in my project?

To rename a folder and update references safely, you reorganize the project structure while modifying all cross-package links to maintain a single source of truth. This ensures imports and internal references stay consistent during module renames.

What is the best way to move directories without breaking imports?

The best way to move directories without breaking imports is to enforce single source of truth guidelines during the structural reorganization. This process updates cross-package references and links so the repository remains consistent after moving modules.

Can I safely delete deprecated folders and preserve the single source of truth?

Yes, you can safely delete deprecated folders while preserving the single source of truth by updating all internal links during the removal process. This guarantees cross-package references are cleaned up consistently across the repository.

Does refactoring project structure require updating cross-package references manually?

Refactoring project structure does not require updating cross-package references manually if you enforce workflow steps that maintain the single source of truth. The process automatically updates links and references to keep directory changes safe and consistent.

When do I need to update references for a module reorganization?

You need to update references for a module reorganization whenever you rename, move, or delete directories within your project. This ensures that all internal links and cross-package references remain accurate and the single source of truth is maintained.