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)。其输出强调简洁与功能性,包括虚线边框、等宽排版等元素,适合早期设计验证与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.