init
Installation
SKILL.md
Scaffold a new Pipecat project by collecting configuration from the user and running pc init in non-interactive mode.
Arguments
/init [--output <PATH>]
--output(optional): Directory where the project will be created. Defaults to the current directory.
Prerequisites
Check if pc is installed by running pc --version. If not installed, tell the user to install it with uv tool install pipecat-ai-cli and stop.
Discover Available Options
Before asking the user any questions, run pc init --list-options to get the current valid values for all fields. The output is JSON:
Related skills