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 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.
| 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";