Skip to main content
Initializes an existing application destination with its configuration and tooling. It writes .gitignore, biome.jsonc, package.json (when absent), README.md, tsconfig.json, .zed/settings.json, and an .env.yml, installs the dev dependencies (Biome, @talosjs/command, TypeScript, and others), initializes a git repository, installs a git commit-msg hook that lints commit messages, and prompts you to select which coding assistants to scaffold skills for (Claude, Codex, Cursor, Gemini, Windsurf, and more — Claude and Codex selected by default) via agent:skills:create.

Usage

Examples

Run with no flags to be prompted for the application name and destination path:
Initialize a specific destination non-interactively:

Options