From buddy-battle
Show your Claude Code companion's battle card — species, rarity, stats, and ASCII sprite. Use when the user asks about their buddy, companion, or battle stats.
How this skill is triggered — by the user, by Claude, or both
Slash command
/buddy-battle:buddyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run the following script to fetch the user's companion data:
Run the following script to fetch the user's companion data:
node PLUGIN_DIR/scripts/show-buddy.mjs
The script will output JSON with the buddy's full stats. Present the results as a battle card using the data:
sprite field) in a code blockCHAOS [████████████████░░░░] 82End with a note: "Run npx -y buddy-battle@latest in your terminal to fight other players!"
If the script fails, tell the user to ensure they have Claude Code configured (needs ~/.claude.json).
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub grenghis-khan/buddy-battle --plugin buddy-battle