Copy User banner
Chili-Piper Chili-Piper

Copy User

Development community

Description

--- description: Copies a user's Chili Piper workspace and team memberships (and, optionally, product licenses) to another existing user — for onboarding onto an existing territory or replacing a departing rep. argument-hint: "<source-user> <target-user> [--licenses] [--apply]" allowed-tools: [Read] --- # /copy-user Copy one user's memberships to another using the `user-copy` skill. > ⚠️ **This skill writes to Chili Piper** (workspace/team memberships, and licenses when requested). It default

Installation

Installs to ~/.claude/skills/chili-piper-mcp-assets-copy-user/SKILL.md

Terminal
mkdir -p ~/.claude/skills/chili-piper-mcp-assets-copy-user && curl -fsSL https://raw.githubusercontent.com/Chili-Piper/mcp-assets/HEAD/commands/copy-user.md -o ~/.claude/skills/chili-piper-mcp-assets-copy-user/SKILL.md

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

Full documentation available on GitHub

View Source Repository