Companion Collection banner
zigizhujian zigizhujian

Companion Collection

Development community

Description

--- description: "Save, list, or switch to a collected companion pet" allowed-tools: Bash(bun:*), Bash(command:*), Read, Edit --- ## Your task Manage the user's companion collection in `~/.claude/plugins/cc-companion/config.json`. The `collection` field is an array of saved pets: ```json { "collection": [ { "name": "Gold Dragon", "salt": "65lGplfSYq3stdD", "species": "dragon", "rarity": "legendary" }, { "name": "Capy", "salt": "wLt7wpVaXCIRr8I", "species": "capybara", "rarity": "leg

Installation

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

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

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

Full documentation available on GitHub

View Source Repository