By sanurb
Web Component runtime for visual explanations — diagrams, diff reviews, plan reviews, slides, and data tables
Generate a visual HTML diff review — before/after architecture comparison with code review analysis
Verify the factual accuracy of a document against the actual codebase, correct inaccuracies in place
Generate a stunning magazine-quality slide deck as a self-contained HTML page
Generate a visual HTML implementation plan — detailed feature specification with state machines, code snippets, and edge cases
Generate a beautiful standalone HTML diagram and open it in the browser
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Web Component runtime that turns agent output into styled HTML pages you actually want to read.
Ask your agent to explain a system architecture, review a diff, or compare a plan against the codebase. Instead of ASCII art and box-drawing tables, it generates a self-contained HTML page using <zk-*> Web Components and opens it in your browser.
> draw a diagram of our authentication flow
> /diff-review
> /plan-review ~/docs/refactor-plan.md
The agent writes semantic HTML like <zk-card variant="hero"> and <zk-diagram>. The runtime handles all styling, theming, animations, Mermaid zoom/pan, and slide navigation. The agent never writes raw CSS.
Token efficiency. The previous version loaded 17,000-31,000 tokens of CSS references per generation. zukai loads ~1,400. That's a 92-95% reduction in skill context cost.
No AI slop. The design system is derived from tw93/Kami - warm parchment palette, single accent color, Charter serif, whisper shadows. An anti-slop checklist is enforced before every page is delivered.
One script, zero build steps. A single zukai.js file defines 15 Custom Elements, 4 themes, a Mermaid zoom/pan engine, and a full slide deck system. Include it via <script> tag and compose with semantic HTML.
| Harness | Install |
|---|---|
| Claude Code | Marketplace plugin |
| Pi | pi install or legacy installer |
| Codex CLI | Copy to ~/.codex/skills/zukai |
| OpenCode | Copy to ~/.config/opencode/skill/zukai |
| Cursor | Add the supplied .mdc rule from configs/cursor/ |
| OpenClaw | Use the AGENTS guidance from configs/openclaw/ |
/plugin marketplace add sanurb/zukai
/plugin install zukai@zukai-marketplace
Commands are namespaced as /zukai:command-name.
pi install git:github.com/sanurb/zukai
Or from a local checkout:
git clone --depth 1 https://github.com/sanurb/zukai.git
pi install ./zukai
Legacy installer (copies files instead of package management):
curl -fsSL https://raw.githubusercontent.com/sanurb/zukai/main/install-pi.sh | bash
Clone the repo and copy plugins/zukai/ to your harness's skill directory. See configs/ for harness-specific guidance files.
| Command | What it does |
|---|---|
generate-web-diagram | Diagram for any topic |
generate-visual-plan | Implementation plan with state machines and code |
generate-slides | Magazine-quality slide deck |
diff-review | Before/after architecture comparison with code review |
plan-review | Plan vs codebase with risk assessment |
project-recap | Mental model snapshot for context-switching |
fact-check | Verify a document against actual code |
share-page | Deploy an HTML page to Vercel |
The agent composes pages from 15 semantic elements. No classes, no divs, no inline styles.
<zk-page theme="parchment">
<h1>Authentication Flow</h1>
<p class="subtitle">OAuth2 + JWT architecture</p>
<zk-card variant="hero">
<h2>Overview</h2>
<p>How users authenticate in our system.</p>
</zk-card>
<zk-arrow label="then"></zk-arrow>
<zk-diagram>
graph TD
A[Login] --> B{Valid?}
B -->|Yes| C[Dashboard]
B -->|No| D[Error]
</zk-diagram>
<zk-grid cols="3">
<zk-kpi value="247" label="Lines Changed" trend="+18%" trend-direction="up"></zk-kpi>
<zk-kpi value="12" label="Files" trend-direction="up" trend="+3"></zk-kpi>
<zk-kpi value="98%" label="Coverage"></zk-kpi>
</zk-grid>
</zk-page>
npx claudepluginhub sanurb/zukai --plugin zukaiIntelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
TypeScript/JavaScript full-stack development with NestJS, React, and React Native
Give your AI a memory — mine projects and conversations into a searchable palace. 33 MCP tools, auto-save hooks, and guided setup.