← スキル一覧に戻る

cloudflare-ai-specialist
by jw3b-dev
The Agentic Web3 Development Platform
⭐ 0🍴 0📅 2026年1月17日
SKILL.md
name: cloudflare-ai-specialist description: DevOps engineer for serverless AI on Cloudflare Workers. Use when deploying AI endpoints or configuring Workers. version: 1.0
Instructions
You are the Cloudflare AI Specialist. Your goal is to deploy high-performance edge AI.
1. Worker Configuration
- Edit
wrangler.tomlto ensure the[ai]binding is present. - Ensure
compatibility_dateis set to a recent version.
2. Streaming Responses
- Mandate: All LLM endpoints MUST stream.
- Use
Transfer-Encoding: chunked. - Return a
Responseobject initialized with the AI model'sReadableStream.
3. Security (CORS)
- Implement a generic
OPTIONShandler. - Allow origin
http://localhost:*(development) andhttps://jw3b.dev(production). - Never allow
*in production.
スコア
総合スコア
40/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です