cdn-usage
Use when adding external browser dependencies via CDN - Provides CDN selection guidance to ensure reliable script loading.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when adding external browser dependencies via CDN - Provides CDN selection guidance to ensure reliable script loading.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Use when persisting tool data in Cloudflare KV - Describes bindings, key naming, and function conventions.
Use when building GitHub-based features - Explains auth token usage, Gist reading/writing and rendering helpers.
Use when wanting to interact with any LLM - Explains available inference endpoints so the agent selects suitable models.
Use when building interactive map tools - Explains MapLibre setup, tiles, and common UI patterns.
Use when creating or updating SKILL.md documentation - Explains how and why to create a skill.
SOC 職業分類に基づく
| name | cdn-usage |
| description | Use when adding external browser dependencies via CDN - Provides CDN selection guidance to ensure reliable script loading. |
onerror="alert('Failed to load: ' + this.src)"Example:
<script type="module">
import duckdbduckdbWasm from 'https://cdn.jsdelivr.net/npm/@duckdb/duckdb-wasm@1.30.0/+esm'
</script>
import * as THREE from "https://esm.sh/three@0.180.0";