关于
This skill implements a robust architectural pattern for scientific computing that strictly separates source code from user-generated experimental data, notebooks, and configurations. By using a centralized Project class and structured path management, it prevents Git conflicts, protects notebook templates from being overwritten, and ensures a standardized directory structure across diverse research environments. It is particularly effective for complex image processing pipelines where reproducibility and data isolation are critical, providing a canonical way to handle raw, processed, and analyzed data versions.