agents-sdk
agents 패키지를 사용하여 Cloudflare Agents SDK 애플리케이션을 빌드, 디버그 또는 검토할 수 있습니다.
SKILL DIRECTORY
설치 수와 최근 흐름을 기준으로 필요한 Agent Skill을 찾아보세요.
skills.sh API 기준방금 확인
agents 패키지를 사용하여 Cloudflare Agents SDK 애플리케이션을 빌드, 디버그 또는 검토할 수 있습니다.
Nx 작업 공간을 살펴보고 이해해 봅시다. 작업 공간, 프로젝트 또는 작업에 관한 질문에 답할 때 이 내용을 활용하세요. 또한 nx 명령어가 실패하거나, 작업을 실행하기 전에 사용 가능한 타깃/구성을 확인해야 할 때도 이 내용을 활용하세요. 예시: '이 워크스페이스에는 어떤 프로젝트가 있나요?', '프로젝트 X는 어떻게 구성되어 있나요?', '라이브러리 Y에 의존하는 것은 무엇인가요?', '실행할 수 있는 타깃은 무엇인가요?', '작업에 대한 구성을 찾을 수 없습니다', 'nx 작업 오류 디버깅'.
TypeScript 또는 JavaScript를 사용하여 Fastify Node.js 백엔드 서버 및 REST API를 개발하는 방법을 안내합니다. Fastify 애플리케이션을 구축, 구성 또는 디버깅할 때 이 가이드를 활용하세요. 여기에는 경로 정의, 플러그인 구현, JSON 스키마 유효성 검사 설정, 오류 처리, 성능 최적화, 인증 관리, CORS 및 보안 헤더 구성, 데이터베이스 통합, WebSockets 사용, 프로덕션 환경 배포 등이 포함됩니다. 이 문서는 Fastify 요청의 전체 라이프사이클(훅, 직렬화, Pino를 사용한 로깅)과 strip types을 통한 TypeScript 통합을 다룹니다. 관련 키워드: Fastify, Node.js 서버, REST API, API 경로, 백엔드 프레임워크, fastify.config, server.ts, app.ts.
End-to-end analytics instrumentation workflow for a PR, branch, file, directory, or feature. Reads the code, discovers what events should be tracked, and produces a concrete instrumentation plan — all in one shot. Use this skill whenever a user wants to add analytics to a PR, asks "instrument this PR", "add tracking to this branch", "what analytics does this file need", "instrument the checkout flow", "run the full instrumentation workflow", or any request that implies going from code changes to a tracking plan. Also trigger when the user gives you a PR link, branch name, file path, or feature description and mentions analytics, events, or instrumentation. This is the main entry point for the analytics workflow — prefer it over calling the individual steps (diff-intake, discover-event-surfaces, instrument-events) separately.
Given a change_brief YAML (output from diff-intake), generates an exhaustive list of candidate analytics events to instrument. Takes the perspective of an engineer with a PM mindset — surfaces everything worth considering so a PM can decide what actually matters. Use this as step 2 of the analytics instrumentation workflow, immediately after diff-intake produces a change_brief. Trigger whenever a user has a change_brief YAML and wants to know what analytics events to add, or asks "what should I track for this PR", "what events should I instrument", "generate event candidates", or any request to surface analytics coverage gaps for a code change.
Discovers how analytics tracking calls are actually written in this codebase — the concrete SDK calls, function signatures, and import patterns used to send events. Use this skill whenever you need to understand the existing analytics instrumentation patterns before adding new tracking, when someone asks "how do we track events here?", "show me the analytics setup", "what's the analytics pattern in this codebase?", or any time the instrument-events or discover-event-surfaces skills are about to run and you need to know the correct coding style to follow. Outputs a deduplicated list of patterns with generalized examples and the file paths where each pattern appears, plus the dominant event and property naming conventions inferred from those call sites. Always use this skill before writing any analytics instrumentation code.
Reads a PR or branch diff and produces a structured YAML change brief for downstream analytics instrumentation skills. Use this as the first step whenever a user shares a PR link, branch comparison, or raw diff and wants to understand what changed, what needs tracking, or how to instrument a feature. Trigger on phrases like "review this PR", "what changed in this branch", "help me instrument this diff", "check analytics coverage for this change", or any request to start the analytics review workflow.
Source of truth for event taxonomy generation, data auditing, and governance best practices in Amplitude. Use when an agent needs to create, validate, audit, score, or recommend improvements to event tracking plans, naming conventions, property standards, data quality, or deprecation workflows. Covers naming rules, property standards, scoring frameworks, safe metadata operations, deprecation procedures, and AI readiness guidance.
Given event_candidates YAML (output from discover-event-surfaces), generates a concrete instrumentation plan for priority-3 (critical) events. Acts as a Software Architect: discovers existing analytics patterns in the codebase, reads the hinted files to determine what variables are in scope, designs minimal chart-useful properties, and identifies the exact insertion point for each tracking call. Outputs a structured JSON trackingPlan. Use this as step 3 of the analytics instrumentation workflow, after discover-event-surfaces. Trigger whenever a user has event_candidates and wants to generate tracking code, asks "instrument these events", "generate tracking plan", "add analytics for these events", "where should I put the tracking calls", or any request to turn event candidates into concrete implementation guidance.
웹사이트의 로딩 및 상호작용 성능, 코어 웹 바이탈(Core Web Vitals), 라이트하우스(Lighthouse) 성능 점수를 점검, 진단 또는 최적화합니다.
Cloudflare 이메일 전송 및 이메일 라우팅 통합 기능과 해당 전송 설정을 구현하거나 문제를 해결합니다.
Read when the user asks what OpenKnowledge is, wants to install it on a repository, wants to open or preview a single markdown file that is not part of an OpenKnowledge project, wants to share an OpenKnowledge project with collaborators, asks whether OpenKnowledge supports a particular capability, or asks how `ok init` / `ok cowork` / OK Desktop set up a project. Do NOT load to perform OpenKnowledge reads/writes — the runtime guidance for editing markdown inside an initialized OK project ships as a separate project-local skill installed into each detected agent's skills dir (for example `.claude/skills/open-knowledge/`) whenever `ok init` runs.
새로운 스킬을 생성하고, 기존 스킬을 수정 및 개선하며, 스킬 성능을 측정합니다. 사용자가 스킬을 처음부터 새로 생성하거나, 기존 스킬을 편집 또는 최적화하거나, 평가(evals)를 실행하여 스킬을 테스트하거나, 분산 분석을 통해 스킬 성능을 벤치마킹하거나, 더 나은 트리거 정확도를 위해 스킬 설명을 최적화하려는 경우에 사용합니다.
대화를 시작할 때 사용하세요. 스킬을 찾고 사용하는 방법을 정하며, 확인 질문을 포함한 모든 응답 전에 반드시 스킬을 발동해야 합니다.
안정 버전의 @cloudflare/sandbox 패키지를 사용하여 Cloudflare Sandbox 앱을 구축하거나 유지 관리하세요. 미리보기용 앱의 경우 sandbox-next를, 안정 버전에서 미리보기 버전으로 마이그레이션할 때는 sandbox-migrate-to-next를 사용하세요.
서버 측 Siteverify를 포함하여 기존 프론트엔드 및 백엔드 환경에서 Cloudflare Turnstile 봇 인증 기능을 설정, 수정 또는 마이그레이션합니다.
새로운 스킬을 생성하거나, 기존 스킬을 수정하거나, 배포 전에 스킬이 정상적으로 작동하는지 확인할 때 사용합니다.
Cloudflare One Zero Trust 및 SASE 배포를 설계, 구성, 문제 해결 또는 검토합니다. 타사 솔루션에서 마이그레이션을 계획할 때는 cloudflare-one-migrations를 사용하십시오.
에이전트 코딩용 터미널 멀티플렉서인 Control Herdr를 사용합니다. 사용자가 Herdr를 명시적으로 언급하거나, 패널, 탭, 작업 공간, 명령어 또는 다른 에이전트를 검사하거나 제어하기 위해 Herdr 사용을 요청한 경우에만 사용하십시오. 단순히 백그라운드 터미널, 위임 또는 병렬 작업이 작업 수행에 도움이 될 수 있다는 이유만으로 사용해서는 안 됩니다. HERDR_ENV=1이 설정되어 있어야 합니다.
기존 VPN, SWG 또는 SASE 플랫폼에서 Cloudflare One으로의 마이그레이션을 평가하고 계획하며, 여기에는 정책 매핑, 기능 격차 분석 및 단계적 도입이 포함됩니다.