Companion Customize banner
zigizhujian zigizhujian

Companion Customize

Development community

Description

--- description: "Choose your own companion pet (species, rarity, eyes, hat)" allowed-tools: Bash(bun:*), Bash(command:*) --- ## Your task Help the user customize their companion pet. This is a conversational flow — ask the user questions directly in chat, no need for AskUserQuestion. ### Step 1: Show current pet and ask what to do ```bash PLUGIN_DIR=$(ls -d "${CLAUDE_CONFIG_DIR:-$HOME/.claude}"/plugins/cache/cc-companion/cc-companion/*/ 2>/dev/null | awk -F/ '{ print $(NF-1) "\t" $0 }' | sor

Installation

Installs to ~/.claude/skills/zigizhujian-cc-companion-companion-customize/SKILL.md

Terminal
mkdir -p ~/.claude/skills/zigizhujian-cc-companion-companion-customize && curl -fsSL https://raw.githubusercontent.com/zigizhujian/cc-companion/HEAD/commands/companion-customize.md -o ~/.claude/skills/zigizhujian-cc-companion-companion-customize/SKILL.md

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

Full documentation available on GitHub

View Source Repository