bergside

Typeui Generate Or Update — Design skill for Claude Code

Design community

Generate or update local design-system SKILL.md files using the TypeUI CLI for Cursor.

How to install Typeui Generate Or Update

Installs to ~/.claude/skills/bergside-typeui-cursor-typeui-generate-or-update/SKILL.md

Terminal
mkdir -p ~/.claude/skills/bergside-typeui-cursor-typeui-generate-or-update && curl -fsSL https://raw.githubusercontent.com/bergside/typeui-cursor/HEAD/commands/typeui-generate-or-update.md -o ~/.claude/skills/bergside-typeui-cursor-typeui-generate-or-update/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Typeui Generate Or Update does


name: typeui-generate-or-update description: Generate or update local design-system SKILL.md files using the TypeUI CLI for Cursor.

TypeUI Generate Or Update

Generate a new TypeUI managed design skill file, or update an existing managed one.

Command behavior

  1. Check whether .cursor/skills/design-system/SKILL.md exists.
  2. If it exists and contains TYPEUI_SH_MANAGED_START, run update:
    • npx typeui.sh update --format skill -p cursor
  3. If it does not exist, run generate:

Alternatives in Design

  • CloudCLI — 8,400+ Free open-source web/mobile UI for Claude Code, Cursor CLI, and Codex 8.7k ★
  • Studio — Launch the local design Studio — a live token editor over the latest extraction 3.6k ★
  • Canvas — Open, create, or update a visual canvas — add images, text, PDFs, wiki pages, and banana-generated assets to O 3.3k ★

Full documentation available on GitHub

View Source Repository