OverviewMIT · agent-agnostic
Documentation
DZINE documentation
Public docs for the MIT CLI: install from GitHub, generate a build pack in your project, hand it to any agent, and score the result.
Start here
New here? Read who it is for, then follow the install guide.
After cloning the repo (from your app directory)
npx dzine-skill run "your product brief" --write-build-packDocumentation
StartWhat is DZINE?Plain-language product explanation and repository map.5 minGetting startedInstall CLI, generate ./build-pack/, verify with doctor.GuidesUsage guideBriefs, review loops, and common failure modes.CoreDesignContract v1Schema, compile, lint, render, and score.ReferenceCLI referenceEvery open-source CLI command.GuidesAgent handoffClaude, Codex, Cursor, v0, and more.OptionalMCPTool bridge for MCP-capable hosts.OptionalAdvancedStarter, strict score, Brain, npm publish.SupportTroubleshootingSmoke tests, ports, and CI diagnostics.
What you get
Every successful compile produces a build pack your agents and CI can share:
design-contract.jsonCanonical contract: route, proof, sections, forbidden patterns, QA gates.
DESIGN.mdHuman-readable contract for review and agent context.
route.jsonSection jobs, acceptance criteria, architecture constraints.
tokens.cssSemantic visual constraints for implementation.
scorecard.mdPass/fail gates — run after the first build.
Source on GitHub
Report issues, contribute routes, or fork for your team. The CLI lives in packages/dzine-skill/; the full taste corpus is under skills/ and style-systems/.