From zenbu-powers
Zenbu Apps (zenbu-cms, zb-cart, and all Zenbu modules) unified design system. Use when creating or modifying any admin dashboard UI, adding pages, components, layout structures, or applying color/typography/spacing tokens.
npx claudepluginhub zenbuapps/zenbu-powers --plugin zenbu-powersThis skill uses the workspace's default tool permissions.
Implementation-ready design system for all Zenbu admin dashboard modules (zenbu-cms, zb-cart, future modules). Extracted from the live production UI.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Checks Next.js compilation errors using a running Turbopack dev server after code edits. Fixes actionable issues before reporting complete. Replaces `next build`.
Guides code writing, review, and refactoring with Karpathy-inspired rules to avoid overcomplication, ensure simplicity, surgical changes, and verifiable success criteria.
Share bugs, ideas, or general feedback.
Implementation-ready design system for all Zenbu admin dashboard modules (zenbu-cms, zb-cart, future modules). Extracted from the live production UI.
/zb-cart/products standard), fixed bottom action bar, filter barvar(--color-*). Raw hex values are prohibited in component code.rounded-xl (12px), buttons/inputs use rounded-lg (8px). Never mix.fixed bottom-0 elements must offset with left-[220px] on desktop (lg+)./zb-cart/products is the canonical reference — other pages will be updated to match.--color-brand: #2563eb; /* primary actions, links */
--color-text-primary: #111827; /* headings, body */
--color-text-secondary: #374151; /* secondary text, nav */
--color-text-muted: #6b7280; /* placeholders, helpers */
--color-surface: #f9fafb; /* page background */
--color-surface-overlay:#f3f4f6; /* hover states */
--color-border: #e5e7eb; /* all borders */
--color-error: #ef4444; /* destructive actions */
--color-success: #22c55e; /* success states */
Font: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans TC", sans-serif
Radius: 4 | 6 | 8 | 12 | 9999 px
Spacing: 4 | 6 | 8 | 10 | 12 | 16 | 20 | 24 px