Documentation menu

Install

Install the Prompter CLI, log in with your Anvil account, and initialize your first project.

Requirements

  • Node.js >=20 installed on your machine.
  • An active Anvil account with an `anvil_sk_...` license key.
  • macOS, Linux, or Windows.

Install globally

Install the CLI once on your machine. The same command also updates it to the latest version.

npm install -g @dedesfr/prompter@latest

Log in with your Anvil account

Paste the `anvil_sk_...` license key from the Settings page in your Anvil dashboard. The token is stored locally, so you don't log in again for every project.

prompter login

Initialize in your project

Run this from your project root. Prompter asks which AI tools you use and which skills to install, then downloads them from the registry.

prompter init

Supported AI tools

During `prompter init` you pick from these targets — or skip the dialog with the `--tools` flag.

  • claude
  • codex
  • github-copilot
  • opencode
  • antigravity
  • kilocode
  • droid
  • pi
  • oh-my-pi
  • global

Non-interactive mode

For CI or repeatable setups, specify everything with flags:

prompter init --tools claude codex \
  --skills project-wiki feature-planner \
  --no-interactive

Last updated: May 16, 2026