create-visualizer

Generate and update Vite and TypeScript web visualizers for Kaggle game environments.

445|191|Updated Dec 17, 2019
One-click install
npx skills add https://github.com/Kaggle/kaggle-environments --skill create-visualizer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-visualizer
Source: https://github.com/Kaggle/kaggle-environments/tree/main/.claude/skills/create-visualizer
Command: npx skills add https://github.com/Kaggle/kaggle-environments --skill create-visualizer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation and updating of web-based visualizers for Kaggle game environments, streamlining the development and debugging process for game agents.

Core Features & Use Cases

  • Web Visualizer Generation: Sets up a Vite + TypeScript frontend for interactive game visualization.
  • Replay Playback: Enables playback of game episodes within the visualizer.
  • Use Case: Develop a new agent for ConnectX and quickly generate a visualizer to test its moves and debug its logic against other agents.

Quick Start

Use the create-visualizer skill to generate a web visualizer for the tictactoe environment.

Frequently Asked Questions about create-visualizer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a web visualizer for a Kaggle game environment?

To create a web visualizer for a Kaggle game environment, use this Skill to generate a Vite and TypeScript frontend, which enables interactive debugging and analysis of agent performance through replay playback.

Does the Kaggle game visualizer support replay playback for debugging agents?

Yes, the visualizer supports replay playback for debugging agents. It allows you to play back game episodes within the generated web interface to analyze agent performance and test moves.

Do I need a TypeScript compiler and Vite to develop game visualizers?

Yes, you need a frontend build tool like Vite and a TypeScript compiler for development. These tools are required to build and update the interactive web visualizer for Kaggle game environments.

How do I debug a game agent for ConnectX using a visualizer?

To debug a game agent for ConnectX, generate a web visualizer using this Skill to quickly test its moves and visually analyze the agent's logic against other agents during interactive replay playback.

What is the best way to set up a TypeScript frontend for game visualization?

The best way to set up a TypeScript frontend for game visualization is using this Skill, which automates Vite project configuration to streamline the development process for interactive Kaggle game agents.