Integrate Open-Meteo Weather Forecast, Air Quality, and Geocoding APIs: query design, variable selection,...
find ~/itechmeat/ -name "*.skill"
Build serverless applications on Cloudflare Workers. Covers runtime APIs, handlers (fetch, scheduled, queue, email),...
Cloudflare Durable Objects stateful serverless playbook: DurableObjectState, Storage API (SQLite/KV), WebSocket...
GNU Make automation and build system guidance
CodeRabbit AI code review. Covers CLI, configuration, triage workflow. Keywords: @coderabbitai, code review.
Cloudflare Queues message queue playbook: producers, consumers, Workers integration, message batching, retries, dead...
OpenAPI Specification (OAS 3.x): document structure, paths, operations, schemas, parameters, security schemes, and...
Base UI unstyled React components. Covers forms, menus, overlays, composition. Keywords: @base-ui/react, render props.
Cloudflare Workflows durable execution playbook: multi-step orchestration, state persistence, retries,...
Store, transform, and deliver optimized images with Cloudflare Images. Covers image upload (API, Worker, Direct...
Inworld TTS API. Covers voice cloning, audio markups, timestamps. Keywords: text-to-speech, visemes.
Conventional Commits specification. Covers commit structure, types, breaking changes. Keywords: feat, fix, BREAKING CHANGE.
Deploy full-stack applications on Cloudflare Pages. Covers Git integration, Direct Upload, Wrangler CLI, build...
Mantine UI library for React: 100+ components, hooks, forms, theming, dark mode, CSS modules, and Vite/TypeScript setup.
Keep a Changelog format. Covers structure, change types, versioning. Keywords: CHANGELOG.md, semver.
Cloudflare R2 object storage playbook: buckets, Workers Binding API, S3 compatibility, presigned URLs, multipart...
Headless browser automation CLI for AI agents. Covers commands, refs, sessions, snapshots, cloud providers,...
Beads (bd) distributed git-backed issue tracker for AI agents: hash-based IDs, dependency graphs, worktrees,...
Cloudflare Workers KV key-value storage playbook: namespaces, bindings, Workers API (get/put/delete/list), metadata,...
FastAPI Python framework. Covers REST APIs, validation, dependencies, security. Keywords: Pydantic, async, OAuth2, JWT.