KaggleKaggleOfficialยท5 Agent Skills Included

kaggle-environments

Build, test, and visualize competitive game environments

Builds competitive multi-agent game environments with Python interpreters, JSON specifications, and web-based replay visualizers. Connects language models to games through prompt harnesses, then audits prompts, parsers, and docs for gameplay-impacting bugs. Eliminates manual wiring of game registration, replay rendering, and prompt testing so new games ship faster with fewer errors.
npx skills add Kaggle/kaggle-environments --all -g -y
Available:

Routes your coding agent to the right sub-skill for building environments, harnesses, and visualizers, and explains the project structure, commands, and architecture it must follow.

All Skills in This Repository (5)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install kaggle-environments?โ–ผ

Run `npx skills add Kaggle/kaggle-environments --all -g -y` in your terminal to install all skills in this suite globally.

How to create a new Kaggle game environment?โ–ผ

The create-environment skill walks your agent through writing the JSON specification, Python interpreter, renderer, agents, and tests. Registration is automatic once the files exist under the envs directory.

How to connect a language model to a game?โ–ผ

The create-harness skill builds a harness that turns game observations into prompts and parses model responses back into legal moves. The review-harness skill then audits it for prompt and parser bugs.

Can I build a web visualizer for my game?โ–ผ

Yes. The create-visualizer skill scaffolds a Vite plus TypeScript replay player, and create-playable-visualizer adds an interactive human-versus-AI version running in the browser.

Does it support OpenSpiel games?โ–ผ

Yes. The onboard-open-spiel-game skill registers OpenSpiel games, adds structured JSON proxies, and optionally builds visualizers and tests.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’