The sandbox-sdk AI agent skill enables developers to build secure, isolated code execution environments on Cloudflare Workers, perfect for AI code execution, code interpreters, and CI/CD systems.
Reviews and authors Cloudflare Workers code against production best practices. Load when writing new Workers, reviewing Worker code, configuring wrangler.jsonc, or checking for common Workers anti-patterns (streaming, floating promises, global state, secrets, bindings, observability). Biases towa...
This Cloudflare AI agent skill empowers developers to build, secure, and optimize applications with ease, leveraging Workers, Pages, and other Cloudflare technologies. Enhance your development workflow with AI-driven automation.
Create and update pull requests with GitHub CLI (gh) into upstream/dev, using changelog-style descriptions. Use when the user asks to create a PR, update a PR, open a pull request, or refresh PR title, body, or status (draft/ready/close/reopen).
Create new AI chat interface components for the ai-elements library following established composable patterns, shadcn/ui integration, and Vercel AI SDK conventions. Use when creating new components in packages/elements/src or when the user asks to add a new component to ai-elements.
Start here for all API mocking in tests. Covers auto-generation, fixtures, and when to use other skills. Required reading before creating, refactoring, or modifying any test involving API calls.
Test that components send correct query parameters or request arguments. Use when testing filtering, sorting, pagination, or any read operation where request parameters matter. Use for test-scoped mock customization.
Modifying service configuration types or defaults. Use when changing config structs, adding config fields, or updating default values for any Golem service.
Review code for adherence to project guidelines, style guides, and best practices. Use after writing or modifying code, especially before committing changes or creating pull requests.