homebrew-skillsmith 是做什么的?
Homebrew formula for build-an-agent skill
用于构建智能体技能的 Homebrew 公式
该技能是一个 Homebrew 公式,旨在帮助开发者和 AI 代理用户通过 Homebrew 包管理器安装和集成“构建智能体”(build-an-agent)技能。它支持在 macOS 和 Linux 等 Homebrew 兼容的平台上轻松部署,简化了从命令行安装、更新和管理 AI 代理自定义技能的过程。该技能利用 Homebrew 的标准化工作流(如 tap、install 和 link),确保依赖项正确配置,避免手动设置错误。对于使用 Claude Code、Cursor 或 Codex 等工具的 AI 工程师而言,该技能显著降低了重复性安装工作,提高了技能部署的可靠性和效率。总之,它是扩展 AI 代理功能集时的即插即用型基础设施组件。
npx skills add andychanfp/homebrew-skillsmithHomebrew formula for build-an-agent skill
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.