refactor-architecture

Installation
SKILL.md

Refactor Architecture

Restructure module boundaries, dependency directions, and responsibility assignments — applicable to any language or project.

Detailed rules live in:

Core Principle

Architectural refactoring changes where code lives and how modules relate — not what the code does. The system's external behavior stays the same; internal organization improves.

When To Use

Use this skill when the task involves:

Installs
3
First Seen
Apr 5, 2026
refactor-architecture — quentinhsu/skills