Audit a game environment's README.md and AGENTS.md against its engine implementation. Use when the user asks to "review", "audit", "check", or "fact-check" environment docs, when players report doc/engine discrepancies, or before a competition launch. Also…
Kaggle/kaggle-environments
SkillsMP has collected 12 skills from Kaggle/kaggle-environments. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 12
- GitHub stars
- 446
- GitHub forks
- 192
Skills in this repository
Showing 12 of 12 collected skills.
Audit a game environment's README.md and AGENTS.md against its engine implementation (stale constants, unreachable caps, undocumented preconditions, wrong observation fields). Also use proactively after changing an environment engine that has sibling docs.…
Create or update an LLM harness that lets a language model play a kaggle-environments game. Use this skill whenever the user wants to write a harness, LLM agent, or game-playing prompt for any kaggle-environments game — including OpenSpiel games, word games,…
Review an existing LLM harness for correctness and gameplay-impacting bugs. Use when the user asks to "review", "audit", "check", "look over", or "find bugs in" a harness, or asks whether a harness has issues that could affect win rates. Covers static code…
Run a prompt-ablation study on a kaggle-environments game's LLM harness. Use when the user mentions "ablation", "prompt sensitivity", "test prompt variants", "compare prompts", "ablate the prompt", "prompt rewrite study", or asks whether their prompt wording…
Build a standalone interactive (human vs AI) visualizer for a Kaggle game environment by porting the engine and bundled agents to TypeScript and running them in a web worker. Use after create-visualizer.
Run a prompt-ablation study on a kaggle-environments game's LLM harness. Use when the user mentions "ablation", "prompt sensitivity", "test prompt variants", "compare prompts", "ablate the prompt", "prompt rewrite study", or asks whether their prompt wording…
Review an existing LLM harness for correctness and gameplay-impacting bugs (prompt accuracy, parser robustness, replay-archive scanning, cross-harness sweeps)
Create or update an LLM harness that connects a language model to a kaggle-environments game (prompt generation, response parsing, and tests)
Create or update a Kaggle game environment (Python backend with specification, interpreter, renderer, agents, and tests)
Create or update a web visualizer for a Kaggle game environment (Vite + TypeScript frontend with replay playback)
Onboard a new OpenSpiel game into kaggle-environments, including optional proxy, visualizer, and transformer