Dance of Tal Dokkaebi Mask

The framework for Agentic AI.

Define persistent personas, compose layered skills, and orchestrate multi-agent workflows. Manage your AI context with the same rigor as your software dependencies.

$curl -fsSL https://danceoftal.com/install.sh | sh
$npm install -g dance-of-tal@latest dot-studio@latest

Two Interfaces. Unified Infrastructure.

DOT provides purpose-built environments for both rapid iteration visually and deep integration programmatically.

DOT CLI

Runs natively as a Model Context Protocol server. Connect your favorite IDE to automatically mount registry assets, manage your project's workspace, and orchestrate workflows without switching context.

mcp.json
{ "mcpServers": { "dance-of-tal": { "command": "npx", "args": ["-y", "dance-of-tal@latest"] } } }

DOT Studio

A canvas-first visual workspace for composing AI systems. Drag and drop assets to build Performers, wire them together as Acts, and test everything live with integrated real-time chat.

Terminal
$ cd my-project $ npx dot-studio . ▲ Studio running at localhost:5173 ✓ Loaded workspace from .dance-of-tal/

The Architecture of Context

Stop relying on unstructured prompts. Break your AI instructions into deterministic, versionable assets.

The Architecture of Context (Talchum Metaphor)
Tal
Core persona and identity of dancers
Dance
Specific movements and skills they perform
Performer
A crystallized unit (Tal + Dances) acting independently
Act
Multiple Performers joined together to animate a single, complex workflow (like a multi-person lion dance)
The entire environment is the Stage

Publish & Consume

A unified registry for AI assets. Install from the registry, add skills from GitHub, edit in Studio, and publish back to the community.

Quick Start

One-liner

Install both DOT CLI and DOT Studio in one step.

macOS / Linux
$curl -fsSL https://danceoftal.com/install.sh | sh
Windows (PowerShell + Bash)
$powershell -NoProfile -ExecutionPolicy Bypass -Command "iwr https://danceoftal.com/install.ps1 -UseBasicParsing | iex"
Quick Start

npm

Install explicitly with npm and launch Studio yourself.

Install packages
$npm install -g dance-of-tal@latest dot-studio@latest
Launch Studio
$dot-studio .
After Install
# 1. Initialize your workspace $ dot init $ dot login # 2. Pull a Performer from the registry $ dot install performer/@acme/sprint/backend-engineer ✓ Found registry definition ✓ Downloaded 1 Tal, 2 Dances into .dance-of-tal/ # 3. Add Dance skills straight from GitHub $ dot add acme/agent-skills ✓ Added 3 Dance skill(s) from acme/agent-skills # 4. Boot the Studio to edit visually $ dot-studio .

Seamless Integration Across the Ecosystem

Cursor
Cursor
Windsurf
Windsurf
Claude
Claude Desktop
Antigravity
Antigravity
Codex
Codex
OpenAI
OpenAI API

Ready to standardize?

Build, orchestrate, and share your AI agent workflows today.