bricks-builder-skill は何をしますか?
Code-first website building for Bricks Builder (WordPress) — a Claude Code skill
Source: https://github.com/beenacle/bricks-builder-skill
Pushed: 2026-06-02T09:34:32Z
Bricks Builder(WordPress)のためのコードファーストなウェブサイト構築スキル — Claude Code対応
これはClaude Code用のスキルであり、WordPressテーマ「Bricks Builder」をコード優先で操作・構築できるようにします。従来のビジュアルビルダーに依存せず、コードを使ってサイト構造やスタイルを定義したい開発者向けです。Bricks Builderのクラスやグリッドシステム、カスタムCSSを効率的に適用できるよう、Claudeが生成するコードが最適化されます。GitHubリポジトリからインストール可能で、2025年6月時点で最新版が公開されています。このスキールによって、ヘッドレスCMS的アプローチやCI/CDパイプラインとの統合が容易になり、WordPress開発の生産性が向上します。
npx skills add beenacle/bricks-builder-skillCode-first website building for Bricks Builder (WordPress) — a Claude Code skill
Source: https://github.com/beenacle/bricks-builder-skill
Pushed: 2026-06-02T09:34:32Z
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.