newproject
Installation
SKILL.md
newproject
Sets up a new or existing project end-to-end.
It includes the templates, workflows, and scripts it needs under its own assets/
directory.
When this setup needs structured user input, first detect which question tool is available in the current host environment:
- if
AskUserQuestionis available, useAskUserQuestion - otherwise, if
request_user_inputis available, userequest_user_input - if neither structured question tool is available, ask the user directly in plain text
Do this detection before the first question and keep using the same question tool for the rest of the run.
What This Skill Sets Up
Related skills