CLI - claude

claude


The claude group manages the Claude Code integration for your Constellab lab. Use it to install Claude Code (and Node.js if needed), refresh its GWS configuration, manage the GWS skills exposed to Claude Code, and configure the statusline. These commands wire up the AI tooling that ships with the lab.



claude install


Installs the Claude Code CLI tool. Node.js is installed automatically if it is not already present. This is the first command to run when setting up Claude Code in the lab.


gws claude install

This command takes no arguments or options.


# Install Claude Code (and Node.js if missing)
gws claude install

claude update


Updates the Claude Code configuration for GWS (skills and settings). It only runs when Claude Code is already installed and does nothing otherwise, so it is safe to run on any machine.


gws claude update

This command takes no arguments or options.


# Refresh the GWS skills and settings for an existing install
gws claude update

claude skills


Manages the GWS skills exposed to Claude Code. Use --pull to copy the GWS skills into the Claude plugin folder (~/.claude/plugins/gws-commands), or --list to show all available GWS skills. If no flag is given, the command prints usage hints instead of doing anything.


gws claude skills [OPTIONS]


# List all available GWS skills
gws claude skills --list

# Copy the GWS skills to the Claude plugin folder
gws claude skills --pull

Note: gws claude commands is a hidden alias for skills, kept for backwards compatibility. It accepts the same --pull and --list options.


claude statusline


Configures the Claude Code statusline at user level so that it applies in any project on the machine.


gws claude statusline

This command takes no arguments or options.


# Configure the Claude Code statusline for the current user
gws claude statusline
Shine Logo
Technical bricks to reuse or customize

Have you developed a brick?

Share it to accelerate projects for the entire community.