file-restructurer
Installation
SKILL.md
檔案重構技能
描述
重組專案檔案結構,整理資料夾,進行模組化重構。
觸發條件
- 「重構檔案結構」
- 「整理資料夾」
- 「模組化」
- Workflow 中的重構步驟
重構類型
1. 資料夾結構重組
Before:
├── app.py
├── utils.py
├── database.py
Related skills
重組專案檔案結構,整理資料夾,進行模組化重構。
Before:
├── app.py
├── utils.py
├── database.py