Skip to main content
Manusで任意のスキルを実行
ワンクリックで
cloudflare
GitHub クリエイタープロフィール

cloudflare

16 件の GitHub リポジトリにある 83 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
83
リポジトリ
16
更新
2026-07-08
リポジトリマップ

skills がある場所

収集済み skill 数が多いリポジトリを、このクリエイターカタログ内の比率と職業範囲とともに表示します。

#01
workerd
21 件の skills · 2026-03-25
ソフトウェア品質保証アナリスト・テスターソフトウェア開発者その他コンピュータ職
3 件の職業カテゴリ · 100% 分類済み
25%比率
#02
cloudflare-docs
12 件の skills · 2026-07-06
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスター
2 件の職業カテゴリ · 100% 分類済み
14%比率
#03
skills
11 件の skills · 2026-06-21
ソフトウェア開発者ネットワーク・コンピュータシステム管理者ウェブ開発者
3 件の職業カテゴリ · 100% 分類済み
13%比率
#04
agents
9 件の skills · 2026-07-08
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスターテクニカルライター一般事務員
4 件の職業カテゴリ · 100% 分類済み
11%比率
#05
sandbox-sdk
9 件の skills · 2026-07-02
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスター
2 件の職業カテゴリ · 100% 分類済み
11%比率
#06
workspace
7 件の skills · 2026-06-15
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスター
2 件の職業カテゴリ · 100% 分類済み
8.4%比率
#07
vibesdk
4 件の skills · 2026-06-10
ウェブ開発者ウェブ・デジタルインターフェースデザイナーソフトウェア開発者
3 件の職業カテゴリ · 100% 分類済み
4.8%比率
#08
polystella
2 件の skills · 2026-07-05
ソフトウェア開発者
1 件の職業カテゴリ · 100% 分類済み
2.4%比率
ここでは上位 8 件のリポジトリを表示しています。完全なリストは下に続きます。
リポジトリエクスプローラー

リポジトリと代表的な skills

module-registry
ソフトウェア開発者

Load when working with the module registry in workerd — reading, modifying, debugging, or reviewing module resolution, compilation, evaluation, or registration code. Provides pointers to three reference documents covering the legacy registry, V8 module internals, and the new registry design.

2026-03-25
pr-review-guide
ソフトウェア品質保証アナリスト・テスター

Guidelines for posting pull request review comments via GitHub CLI, including suggested edits format, handling unresolved comments, etiquette, and report/issue tracking. Load this skill when reviewing a PR via GitHub and posting inline comments.

2026-03-23
bazel-test-hygiene
ソフトウェア品質保証アナリスト・テスター

Mandatory rules for running bazel tests during development. Load this skill before running any bazel test command, especially when validating fixes or verifying regression tests. Prevents false confidence from cached results, filter flags that silently match nothing, and partial test runs that miss breakage.

2026-03-19
investigation-notes
ソフトウェア開発者

Structured scratch tracking document for investigation state during bug hunts - prevents re-reading code, losing context, and rabbit holes; maintains external memory so you don't re-derive conclusions

2026-03-19
update-v8
ソフトウェア開発者

Step-by-step guide for updating the V8 JavaScript engine in workerd, including patch rebasing, dependency updates, integrity hashes, and verification. Load this skill when performing or assisting with a V8 version bump.

2026-02-26
kj-style
ソフトウェア開発者

KJ/workerd C++ style guidelines for code review. Covers naming, type usage, memory management, error handling, inheritance, constness, and formatting conventions. Load this skill when reviewing or writing C++ code in the workerd codebase.

2026-02-25
ts-style
ソフトウェア開発者

JS/TS style guidelines and review checklist for workerd. Covers TypeScript strictness, import conventions, export patterns, private field syntax, error handling, feature gating, and test structure. Load this skill when reviewing or writing JavaScript or TypeScript code in src/node/, src/cloudflare/, or JS/TS test files under src/workerd/.

2026-02-25
workerd-api-review
ソフトウェア品質保証アナリスト・テスター

Performance optimization, API design & compatibility, security vulnerabilities, and standards spec compliance for workerd code review. Covers tcmalloc-aware perf analysis, compat flags, autogates, web standards adherence, and security patterns. Load this skill when reviewing API changes, performance-sensitive code, security-relevant code, or standards implementations.

2026-02-25
このリポジトリの収集済み skills 21 件中、上位 8 件を表示しています。
code-review
ソフトウェア品質保証アナリスト・テスター

Review the changed lines of a single file in a pull request for bugs, correctness, error handling, security, and maintainability, and return structured findings.

2026-07-06
conventions-check
ソフトウェア品質保証アナリスト・テスター

Review a pull request's title, description, and scope against the repository's PR conventions.

2026-07-06
reconcile-code-review
ソフトウェア品質保証アナリスト・テスター

Reconcile raw specialist findings against the previous bot review and human PR comments to produce a final classified finding list.

2026-07-06
style-guide-review
ソフトウェア開発者

Review changed MDX/docs files in a pull request against the Cloudflare docs style guide and return structured findings.

2026-07-06
contributing
ソフトウェア開発者

Use when contributing to the Cloudflare Docs repository — writing or editing documentation pages, choosing content types or components, adding changelog entries, reviewing docs, or learning how to contribute.

2026-06-19
pr
ソフトウェア開発者

Creates and updates GitHub pull requests for cloudflare-docs changes. Load when asked to open, create, submit, update, or edit a PR, or write a PR title or description. Covers title conventions, branch naming, PR body structure, and the documentation checklist template.

2026-06-19
workers-code-review
ソフトウェア品質保証アナリスト・テスター

Reviews Workers and Cloudflare Developer Platform code for type correctness, API usage, and configuration validity. Load when reviewing TypeScript/JavaScript using Workers APIs, wrangler.jsonc/toml config, or Cloudflare bindings (KV, R2, D1, Durable Objects, Queues, Vectorize, AI, Hyperdrive).

2026-06-19
dependabot-review
ソフトウェア開発者

Reviews a Dependabot PR for the cloudflare/cloudflare-docs repo. Analyzes every bumped package — what changed upstream, how this repo uses it, and whether the bump requires action beyond merging.

2026-06-11
このリポジトリの収集済み skills 12 件中、上位 8 件を表示しています。
cloudflare
ソフトウェア開発者

Comprehensive Cloudflare platform skill covering Workers, Pages, storage (KV, D1, R2), AI (Workers AI, Vectorize, Agents SDK), feature flags (Flagship), networking (Tunnel, Spectrum), security (WAF, DDoS), and infrastructure-as-code (Terraform, Pulumi). Use for any Cloudflare development task. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.

2026-06-21
turnstile-spin
ウェブ開発者

Set up Cloudflare Turnstile end-to-end in a project — scan the codebase, create the widget via the Cloudflare API, deploy the managed siteverify Worker, write the frontend snippets, validate, and persist the skill. Load this when a user asks to add Turnstile, set up CAPTCHA, protect a form from bots, or fix a Turnstile integration. Mirrors developers.cloudflare.com/turnstile/spin.

2026-06-17
cloudflare-one-migrations
ネットワーク・コンピュータシステム管理者

Plans migrations from Zscaler ZIA/ZPA, Palo Alto, legacy VPN, SWG, or SASE stacks to Cloudflare One. Use for migration assessments, policy mapping, rollout plans, and parity/gap analysis.

2026-06-14
cloudflare-one
ネットワーク・コンピュータシステム管理者

Guides Cloudflare One Zero Trust and SASE work across Access, Gateway, WARP, Tunnel, Cloudflare WAN, DLP, CASB, device posture, and identity. Use when designing, configuring, troubleshooting, or reviewing Cloudflare One deployments. Retrieval-first: use current Cloudflare docs/API schemas instead of embedded product docs.

2026-06-14
wrangler
ソフトウェア開発者

Cloudflare Workers CLI for deploying, developing, and managing Workers, KV, R2, D1, Vectorize, Hyperdrive, Workers AI, Containers, Queues, Workflows, Pipelines, and Secrets Store. Load before running wrangler commands to ensure correct syntax and best practices. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.

2026-04-22
cloudflare-email-service
ソフトウェア開発者

Send and receive transactional emails with Cloudflare Email Service (Email Sending + Email Routing). Use when building email sending (Workers binding or REST API), email routing, Agents SDK email handling, or integrating email into any app — Workers, Node.js, Python, Go, etc. Also use for email deliverability, SPF/DKIM/DMARC, wrangler email setup, MCP email tools, or when a coding agent needs to send emails. Even for simple requests like "add email to my Worker" — this skill has critical config details.

2026-04-15
agents-sdk
ソフトウェア開発者

Build AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, chat applications, voice agents, or browser automation. Covers Agent class, state management, callable RPC, Workflows, durable execution, queues, retries, observability, and React hooks. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.

2026-04-15
sandbox-sdk
ソフトウェア開発者

Build sandboxed applications for secure code execution. Load when building AI code execution, code interpreters, CI/CD systems, interactive dev environments, or executing untrusted code. Covers Sandbox SDK lifecycle, commands, files, code interpreter, and preview URLs. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.

2026-04-01
このリポジトリの収集済み skills 11 件中、上位 8 件を表示しています。
open-pr
ソフトウェア開発者

Take a cloudflare/agents GitHub issue plus any repro findings and one-shot a fix PR — branch, change, test, push, and open the PR linked to the issue.

2026-07-08
reproduce
ソフトウェア品質保証アナリスト・テスター

Reproduce a cloudflare/agents GitHub issue by scaffolding a minimal Agents/Worker project and deploying it to a temporary Cloudflare account, then report findings back on the issue.

2026-07-08
code-review
ソフトウェア品質保証アナリスト・テスター

Review code changes for correctness, clarity, and risk. Use when the user asks for a review, a second opinion on a diff, or feedback on code they wrote.

2026-06-07
escalation
一般事務員

Decide when and how to escalate a customer conversation to a human agent. Use when a request is high-risk, the customer is frustrated, or the issue is outside what you can resolve.

2026-06-07
workspace-digest
ソフトウェア開発者

Summarize the files saved in this assistant's shared workspace. Use when the user asks what is in their workspace, for a file inventory, or a digest of saved work.

2026-06-07
debug-plan
ソフトウェア開発者

Create a systematic debugging plan for a bug report. Use when the user asks how to investigate a failure, regression, or unexpected behavior.

2026-05-29
pirate-voice
テクニカルライター

Rewrite or answer in a playful pirate voice. Use when the user asks for pirate tone, nautical phrasing, or says to talk like a pirate.

2026-05-29
release-notes
ソフトウェア開発者

Draft short release notes from a list of changes. Use when the user asks for changelogs, release notes, or a concise product update.

2026-05-29
このリポジトリの収集済み skills 9 件中、上位 8 件を表示しています。
changesets
ソフトウェア開発者

Use when creating a changeset, preparing a release, or bumping versions. Covers which packages to reference, how to write user-facing changeset descriptions, the release automation flow, and the npm/Docker version sync requirement. (project)

2026-07-02
sandbox-bridge
ソフトウェア開発者

Use when you need to exercise a real, running Sandbox deployment via HTTP — for example to validate SDK changes against a live container, reproduce a user-reported issue, or experiment with the API (including FUSE bucket mounts) without spinning up `wrangler dev`. Documents the Sandbox bridge worker reachable via `SANDBOX_WORKER_URL` + `SANDBOX_API_KEY` when the host injects them.

2026-06-24
examples
ソフトウェア開発者

Use when working in the examples/ directory, running an example with wrangler dev, adding a new example, or answering questions about EXPOSE directives and the local Docker dev loop. (project)

2026-06-08
architecture
ソフトウェア開発者

Use when navigating the codebase for the first time, adding a new client method, adding a new container handler/service, or understanding how a request flows from Worker through the Sandbox DO into the container. Covers the three-layer architecture, client pattern, container runtime structure, and monorepo layout. (project)

2026-05-28
coding-standards
ソフトウェア開発者

Use when writing or reviewing TypeScript in this repo. Covers the no-`any` rule and where to put new types, the uppercase-acronym style guide, and the rules for code comments (no historical context). (project)

2026-04-30
git-commit
ソフトウェア開発者

Use when creating git commits to ensure commit messages follow project standards. Applies the 7 rules for great commit messages with focus on conciseness and imperative mood.

2026-04-30
logging
ソフトウェア開発者

Use when adding logs, debugging, or working with the Logger across the SDK and container runtime. Covers the constructor-injection pattern, child loggers, env-var configuration, and test mocking. (project)

2026-04-30
session-execution
ソフトウェア開発者

Use when working on or reviewing session execution, command handling, shell state, FIFO-based streaming, or stdout/stderr separation. Relevant for session.ts, command handlers, exec/execStream, or anything involving shell process management. (project)

2026-04-30
このリポジトリの収集済み skills 9 件中、上位 8 件を表示しています。
pull-requests
ソフトウェア開発者

Describes how to write pull/merge requests. Use when asked to write or edit a pull request or merge request description. This skill is not relevant to commit messages.

2026-06-15
cloudflare
ソフトウェア開発者

Index of Cloudflare-platform skills relevant to this repo. Load when working on anything that touches Workers, Durable Objects, wrangler, the sandbox SDK, the agents SDK, or other Cloudflare platform surface. Triggers include "Cloudflare", "Workers", "Durable Object", "wrangler", "KV", "R2", "D1", "Vectorize", "Containers", "sandbox".

2026-06-09
debugging-wsd-fuse
ソフトウェア開発者

Debug wsd in real-FUSE mode end-to-end without workerd, vitest-pool-workers, or wrangler in the loop. Boot the linux-x64 binary in a privileged docker container, drive its capnweb /ws endpoint from Node, simulate DO-side sync from a SQLiteTestStorage, and isolate FUSE-related deadlocks. Load when a real-FUSE bug reproduces locally but unit tests pass, when the harness vitest tests hang against a real container, or when you need to attribute a wedge to FUSE vs sync vs exec.

2026-06-05
triage
ソフトウェア開発者

How the TriageAgent should approach a GitHub issue. Load this before deciding whether to attempt a fix or to write up findings.

2026-06-04
capnweb
ソフトウェア開発者

capnweb RPC patterns for this repo, with a heavy focus on stub lifecycle and disposal. Load when touching anything that crosses the Durable Object ↔ wsd boundary: packages/rpc, packages/workspace, the wsd client, or the Durable Object server. Triggers include "capnweb", "RpcTarget", "stub", "RPC wire", "promise pipelining", "stub disposal", "RpcPromise".

2026-06-04
prose
ソフトウェア開発者

Style guidance for the written word. Use when asked to write code comments, commit messages, pull requests, READMEs, or documentation. Triggers might be phrases like "write a commit", "document this", or "add a README".

2026-06-04
test-driven-development
ソフトウェア品質保証アナリスト・テスター

Drives development with tests. Use when implementing any logic, fixing any bug, or changing any behavior. Use when you need to prove that code works, when a bug report arrives, or when you're about to modify existing functionality.

2026-06-04
cloudflare-bundler-apps
ソフトウェア開発者

Author Cloudflare Worker Bundler-compatible apps that build and preview correctly inside a space. Use this skill whenever you scaffold, modify, or deploy a project that will be built with `@cloudflare/worker-bundler` (i.e. anything served from `/space/:name/preview/:branch/`). Covers wrangler config, project layout, static asset rules, server entry conventions, npm dependency limits, and the most common cause of blank previews (JSX in browser scripts).

2026-06-10
frontend-design-landing-page
ウェブ開発者

Marketing landing page and conversion-focused product page reference. Use this skill when building hero sections, feature grids, pricing pages, testimonials, CTAs, footers, navigation bars, or any public-facing marketing surface. Covers a warm, professional, developer-friendly design language (cream backgrounds, generous whitespace, pill CTAs, corner-bracket card decorations) and a complete token set, animation system, and copy-paste component snippets. NOT for product/dashboard UIs — use frontend-design-saas for those.

2026-06-10
frontend-design-saas
ウェブ・デジタルインターフェースデザイナー

S-tier SaaS dashboard and product UI reference. Use this skill when building application shells, data tables, settings panels, billing pages, dashboards, auth flows, admin tools, or any internal/customer-facing SaaS product UI. Inspired by Stripe, Linear, Vercel, Airbnb, Notion. Covers neutral-led design tokens, sidebar+content shells, dense data UIs, form-heavy configuration pages, command palettes, empty states, and the accessibility (WCAG AA+) bar these products clear.

2026-06-10
frontend-design
ウェブ開発者

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.

2026-06-10
16 件中 12 件のリポジトリを表示