/create-design-system
DESIGN.md
9-section spec: colors, typography, components, layout, depth, voice, responsive, agent prompt.
Light + Dark preview
Two interactive HTML files with real tokens, shadows, and component samples you can click around.
No slop, no stubs
Every hex, font, and pixel value is backed by real site research. Fresh palette every run.
Install the plugin
Three ways to pull the plugin from https://cohort.indianic.dev into your Claude Code CLI. Pick one.
One-line installrecommended
User-level install (~/.claude/plugins). Available in every project. Easiest path.
curl -L https://cohort.indianic.dev/api/plugin/download | tar -xz -C ~/.claude/plugins/
Project-level install
Installs into .claude/plugins in the current repo. Isolated to this project.
mkdir -p .claude/plugins && curl -L https://cohort.indianic.dev/api/plugin/download | tar -xz -C .claude/plugins/
Manual two-step
Download first, extract second — useful if you're behind a proxy or want to inspect the tarball.
curl -L -o create-design-system.tar.gz https://cohort.indianic.dev/api/plugin/download tar -xzf create-design-system.tar.gz -C ~/.claude/plugins/
Reload Claude Code
/reload-plugins
Use it
/create-design-system https://stripe.com
/create-design-system
Marketplace endpoints
Machine-readable URLs for plugin registries, CI scripts, or automation. CORS is wide open.
Uninstall
Plugins are just folders — delete and reload.
rm -rf ~/.claude/plugins/create-design-system && /reload-plugins