bklit/bklit-ui

bklit-playground

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

First seen May 26, 2026

Installation

$ npx skills add bklit/bklit-ui --skill bklit-playground

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from bklit/bklit-ui · top by installs.

npx skills add bklit/bklit-ui

Browse all from bklit/bklit-ui

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 1.6K
License LICENSE
Default branch main
Open issues 3
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,129 B
  • docs SUMMARY.md 152 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 441 installs

SKILL.md

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/.