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 AskUserQuestion is available, use AskUserQuestion
  • otherwise, if request_user_input is available, use request_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
Installs
3
GitHub Stars
2
First Seen
Mar 25, 2026