Pharo project boilerplate creator. Use when the user asks to create a new Pharo/Smalltalk project from scratch, when project structure is missing (no src/ directory or .project file), when the user wants to start a new Smalltalk development project, or when setting up BaselineOf, Core, and Tests package structure.
$npx -y skills add mumez/smalltalk-dev-plugin --skill st-setup-projectInstalls into the current project.
Run `npx skills use "https://github.com/mumez/smalltalk-dev-plugin" --skill "mumez/smalltalk-dev-plugin/st-setup-project"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/mumez/smalltalk-dev-plugin" that are relevant to the current task. Run `npx skills add "https://github.com/mumez/smalltalk-dev-plugin"` and select the relevant skills, then follow their instructions.