# Bklit Playground

> DEPRECATED — use bklit-studio instead. Local /playground is no longer the chart development workflow for bklit-ui contributors.

- Skill: `bklit/bklit-playground` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add bklit/bklit-playground`
- Raw SKILL.md: https://api.skillmd.com/api/skills/bklit/bklit-playground/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: bklit (https://skillmd.com/u/bklit)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/bklit/bklit-playground

---


# Deprecated: bklit-playground

**This skill is retired.** Chart prototyping and editing now happen in **Studio** only.

## Use instead

Read and follow **`.agents/skills/bklit-studio/SKILL.md`**.

- Dev URL: **http://localhost:3000/studio** (`pnpm dev` from repo root)
- Optional: `?chart=line-chart` (or any slug from `packages/studio/src/chart-slugs.ts`)

## Why

Studio already includes the editor shell, component tree, properties, motion controls, codegen, and registry-backed previews. The gitignored `/playground` route duplicated wiring and drifted from production Studio.

## `/playground` route

Redirects to `/studio`. Do not scaffold `apps/web/app/playground/page.tsx` or `apps/web/components/playground/` for new chart work.

## Shipping

Unchanged: **`.agents/skills/bklit-ship/SKILL.md`** — prototypes should live in `packages/ui` and `packages/studio`, not under `apps/web/components/playground/`.

