From buddy-battle
Show the Buddy Battle global PVP leaderboard — top players ranked by ELO. Use when the user asks about the leaderboard, rankings, scores, or top players.
How this skill is triggered — by the user, by Claude, or both
Slash command
/buddy-battle:leaderboardThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run the following script to fetch the global leaderboard:
Run the following script to fetch the global leaderboard:
node PLUGIN_DIR/scripts/show-leaderboard.mjs
The script will output JSON with the top 15 players. Present the results as a leaderboard table:
| Rank | Trainer | ELO | W | L | Streak |
|---|
Format guidelines:
me field in the output), highlight their rowIf there are no players yet, say "No one has battled yet — be the first! Run npx -y buddy-battle@latest in your terminal."
End with: "Want to climb the ranks? Run npx -y buddy-battle@latest in your terminal to fight!"
npx claudepluginhub grenghis-khan/buddy-battle --plugin buddy-battleCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.