Bloodshed-Rain

Coaching — AI skill for Claude Code

AI community

Generate AI coaching feedback for recent Melee games using the configured LLM.

How to install Coaching

Installs to ~/.claude/skills/bloodshed-rain-themagi-coaching/SKILL.md

Terminal
mkdir -p ~/.claude/skills/bloodshed-rain-themagi-coaching && curl -fsSL https://raw.githubusercontent.com/Bloodshed-Rain/TheMAGI/HEAD/.claude/skills/coaching.md -o ~/.claude/skills/bloodshed-rain-themagi-coaching/SKILL.md

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

What Coaching does


name: coaching description: Generate AI coaching feedback for recent Melee games using the configured LLM user_invocable: true

Generate AI-powered coaching feedback for the user's Melee games.

Usage

  • /coaching - Coach on the most recent game
  • /coaching - Coach on the last N games as a set
  • /coaching - Coach on a specific replay file

Steps

  1. Parse arguments to determine what to coach on
  2. For recent games: `npx tsx src/pipeline-cli.ts --dir <replay-fold

Alternatives in AI

  • Opencodex — Universal provider proxy for OpenAI Codex & Claude Code — use any LLM (Claude, Gemini, Grok, DeepSeek, Ollama… 12.3k ★
  • Firecrawl MCP Server — 🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM c 6.1k ★
  • Inference Serving — ai-research-skills vLLM, SGLang, TensorRT-LLM, llama.cpp 5.4k ★

Full documentation available on GitHub

View Source Repository