DUI
⌘K

Skills / Engineering

Repository Guide

Teach agents where source, registry items, and documentation belong. Use when onboarding or explaining DUI architecture.

Ownership

InstructionsSKILL.md Source

Repository Guide

## Goal

Provide architectural context and navigation patterns for contributors and automated agents working in the DUI monorepo.

## The Thing

File structure, registry conventions, and documentation organization for the DUI codebase.

## Structure

1.**Source mapping** — Component source lives in `components/ui/`, blocks in `components/blocks/`.
2.**Registry flow** — Installable definitions compile from `registry.json` to `public/r/`.
3.**Documentation layers** — User docs in `app/docs/`, skill instructions in `lib/catalog.ts`.
4.**Pattern consistency** — All components export displayName, use cn() for className, follow variant patterns.

Installation

Toggle your package manager and copy the command to add this skill directly to your workspace configuration.

CLI Add Command

Installs skill bundle
npx @qentrah/skills add repository-guide