Skip to content

Instantly share code, notes, and snippets.

@insulineru
insulineru / DotaCoach-SKILL.md
Created December 21, 2025 10:00
DotaCoach Skill - Dota 2 coaching and analytics for Claude Code
name description
DotaCoach
Dota 2 coaching, analytics, and game knowledge system. USE WHEN user mentions dota, dota 2, hero, patch, meta, counterpick, matchup, item build, draft, mmr, match id, analyze match, OR wants to analyze patch notes, get hero info, check winrates, find counters, understand abilities, analyze match history, or improve at dota.

DotaCoach

Your personal Dota 2 analyst and coach. Provides real-time game data, patch analysis, hero breakdowns, meta insights, and strategic recommendations using official Valve APIs and OpenDota statistics.

Data Sources

Code Review: Synthetix Orderbook API

Executive Summary

This code review identifies critical issues in the Synthetix Orderbook API codebase that significantly impact maintainability, security, and reliability. The most severe issues include lack of type safety in Redis operations, extensive code duplication, security vulnerabilities, and architectural inconsistencies.

Critical Issues

1. Redis Usage Without Type Safety