Add New Service banner
kossakovsky kossakovsky

Add New Service

Development community

Description

# Add New Service: $ARGUMENTS Add a new optional service called **$ARGUMENTS** to the n8n-install project. ## Naming Conventions Derive these from `$ARGUMENTS`: - `SERVICE_SLUG` = lowercase with hyphens, e.g., `my-service` - `SERVICE_SLUG_UNDERSCORE` = lowercase with underscores, e.g., `my_service` - `SERVICE_NAME_UPPER` = UPPERCASE with underscores, e.g., `MY_SERVICE` - `SERVICE_NAME_TITLE` = Title Case, e.g., `MyService` --- ## STEP 1: docker-compose.yml **File:** `docker-compose.yml` #

Installation

Installs to ~/.claude/commands/kossakovsky-n8n-install-add-new-service.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/kossakovsky/n8n-install/HEAD/.claude/commands/add-new-service.md -o ~/.claude/commands/kossakovsky-n8n-install-add-new-service.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository