·workers
</>

workers

ハンドラー、構成、サービス バインディングなどのコア ワーカーの基礎。新しいワーカーの作成、wrangler.jsonc の構成、フェッチ/スケジュール/キュー ハンドラーの実装、RPC のサービス バインディングの使用、ラングラー型を使用した型の生成、またはマイクロサービスの構築時にロードされます。

8インストール·2トレンド·@null-shot

インストール

$npx skills add https://github.com/null-shot/cloudflare-skills --skill workers

workers のインストール方法

コマンドラインで workers AI スキルを開発環境にすばやくインストール

  1. ターミナルを開く: ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます
  2. インストールコマンドを実行: このコマンドをコピーして実行します: npx skills add https://github.com/null-shot/cloudflare-skills --skill workers
  3. インストールを確認: インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります

ソース: null-shot/cloudflare-skills。

Essential patterns for building Cloudflare Workers applications with TypeScript, proper configuration, and Service Bindings for microservices.

| Language | TypeScript by default | JavaScript only if explicitly requested | | Module Format | ES modules only | NEVER use Service Worker format | | Imports | Always import types/classes | Must import all used methods | | File Structure | Single file unless specified | Keep code in one file by default |

| Dependencies | Minimize external deps | Use official SDKs when available | | Native Bindings | Not supported | Avoid FFI/C bindings | | Types | Include TypeScript types | Define Env interface for bindings |

ハンドラー、構成、サービス バインディングなどのコア ワーカーの基礎。新しいワーカーの作成、wrangler.jsonc の構成、フェッチ/スケジュール/キュー ハンドラーの実装、RPC のサービス バインディングの使用、ラングラー型を使用した型の生成、またはマイクロサービスの構築時にロードされます。 ソース: null-shot/cloudflare-skills。

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/null-shot/cloudflare-skills --skill workers
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-25
更新日
2026-03-11

Browse more skills from null-shot/cloudflare-skills

クイックアンサー

workers とは?

ハンドラー、構成、サービス バインディングなどのコア ワーカーの基礎。新しいワーカーの作成、wrangler.jsonc の構成、フェッチ/スケジュール/キュー ハンドラーの実装、RPC のサービス バインディングの使用、ラングラー型を使用した型の生成、またはマイクロサービスの構築時にロードされます。 ソース: null-shot/cloudflare-skills。

workers のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/null-shot/cloudflare-skills --skill workers インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/null-shot/cloudflare-skills