Skip to content

CLI Reference

The agc command-line tool provides the following commands:

Initializes AgCel in the current project or directory.

Terminal window
agc init

Lists all available skills. It will show local skills first, and fall back to global skills if the project is not initialized.

Terminal window
agc skills list

Lists all available workflows. It will show local workflows first, and fall back to global ones if the project is not initialized.

Terminal window
agc workflows list

Cleans up global data, removes the server from the IDE configuration, and prompts to uninstall the npm package.

Terminal window
agc uninstall

Displays the help menu with a list of all commands.

Displays the current version of the AgCel CLI.