Skiv
Browse documentation

Documentation

CLI

Drive Skiv and its agent from the command line.

The skiv command lets you open files, launch workspaces, and run the agent without leaving your shell.

Opening files

bash
skiv .            # open the current folder
skiv file.ts     # open a file
skiv --new       # open a new window

Running the agent

bash
skiv agent run "add tests for the palette"
skiv agent explain src/palette.tsx

Flags

Open the target in a new window--new
Wait until the window is closed before returning--wait
Open a file at a specific line and column--goto file:line