wireframe-agent-skill 是做什麼的?
Claude Code skill for generating black-and-white structural wireframe mockups — grayscale, dashed borders, monospace typography, React + Tailwind CSS
Claude Code 技能,用於生成黑白結構線稿——灰階、虛線邊框、等寬字體,React + Tailwind CSS。
此技能專為 Claude Code 設計,能快速產生黑白灰階的結構性線稿(wireframes),強調簡潔與結構清晰。輸出包含虛線邊框與等寬字體等典型 Wireframe 元素,適合用於 UI 概念驗證與早期設計溝通。以 React 與 Tailwind CSS 實作,開發者可直接整合或修改。支援在 Claude Code 中透過自然語言描述觸發,提升前端原型迭代效率。
npx skills add qubernetic/wireframe-agent-skillClaude Code skill for generating black-and-white structural wireframe mockups — grayscale, dashed borders, monospace typography, React + Tailwind CSS
ElevenLabs text-to-speech with mac-style say UX.
Oracle CLI second-model review/debug/refactor/design with selected files, dry-run token checks, API or browser engine.
Capture and automate macOS UI with the Peekaboo CLI.
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Prisma ORM patterns for TypeScript backends — schema design, query optimization, transactions, pagination, and critical traps like updateMany returning count not records, $transaction timeouts, migrate dev resetting the DB, @updatedAt skipped on bulk writes, and serverless connection exhaustion.
Django + Celery async task patterns — configuration, task design, beat scheduling, retries, canvas workflows, monitoring, and testing. Use when adding background jobs, scheduled tasks, or async processing to a Django app.