Create a linguistics project
Obtain the project name if the user did not provide one.
Use
scripts/create_project.ps1to create the project:pwsh -File "<SKILL_DIR>/scripts/create_project.ps1" -ProjectName "<PROJECT_NAME>"If the user specifies a parent directory, pass it with
-BaseDirectory:pwsh -File "<SKILL_DIR>/scripts/create_project.ps1" -ProjectName "<PROJECT_NAME>" -BaseDirectory "<PARENT_DIRECTORY>"Report the full path and summarize the generated structure.
The default parent directory is Project inside the current user's Documents folder. Never overwrite an existing project. If the destination exists, report the conflict and ask the user for another name or location.