coding-style
01Cursor rule
Coding style.
Cursor rule
Coding style.
Cursor rule
General.
Cursor rule
Playwright e2e guidelines distilled from PR.
Cursor rule
For Typescript.
Skill Claude CodeCodex
Finish a GitHub PR by using gh to gather full PR context, creating a markdown todo list of open review comments, addressing them (err on the side of fixing), running council-review and the repo-required checks (often yarn check), committing/pushing updates, and monitoring CI until green. Use when asked to…
Skill Claude CodeCodex
Create or update a concise handover doc for the current repo/session.
Skill Claude CodeCodex
Checklist for releasing packages from this monorepo (code PR -> Version Packages PR -> npm publish).
Instructions file CodexOpenCode
Instructions for transloadit/node-sdk, covering transloadit repository guide, coding style, general, playwright and typescript.
Instructions file
Instructions for transloadit/node-sdk, covering transloadit repository guide, coding style, general, playwright and typescript.
MCP server Claude CodeCodexCursor +2
Process video, audio, images, and documents with 86+ cloud media processing robots. Runs locally from the @transloadit/mcp-server npm package. Needs 2 environment variables to run.
Skill Claude CodeCodex
Offline lookup for Transloadit Robots and their parameter docs/examples via the transloadit CLI. Use to draft or validate steps JSON without guessing robot names/params.
Skill Claude CodeCodex
Add Transloadit Smart CDN URL signing to a Next.js App Router project (server-side signing route + optional client demo page).
Skill Claude CodeCodex
Add Uppy Dashboard + Transloadit uploads to a Next.js (App Router) app, with server-side signature generation and optional /s3/store export.
Skill Claude CodeCodex
One-off justified mosaic photo collage (N local images -> single image) using the official @transloadit/node CLI. Uses the /image/merge Robot's mosaic effect to build a tiled layout that keeps every photo fully visible, and downloads the result to an explicit output path via --output.
Skill Claude CodeCodex
One-off polaroid-stack photo collage (N local images -> single image) using the official @transloadit/node CLI. Uses the /image/merge Robot's polaroid-stack effect and downloads the result to an explicit output path via --output.
Skill Claude CodeCodex
Convert a local Markdown file to a sibling PDF via the official @transloadit/node CLI. Use when the user wants a .md file rendered as a .pdf, especially from an agent session or local repo. The CLI resolves auth from the shell environment, the current working directory .env, then /.transloadit/credentials.
Skill Claude CodeCodex
One-off image description using the official @transloadit/node CLI. Use image describe --fields labels for object-style labels, or image describe --for wordpress for structured alt text, title, caption, and description JSON.
Skill Claude CodeCodex
One-off HLS encoding (local video -> HLS renditions + playlist) using Transloadit via the transloadit CLI. Prefer builtin templates (builtin/encode-hls-video@latest) and download outputs locally via -o.
Skill Claude CodeCodex
One-off image generation (prompt -> image file) using Transloadit via the transloadit CLI. Prefer image generate for text-only and input-guided generation, and use --output when you need a deterministic path.
Skill Claude CodeCodex
One-off background removal (local image -> transparent PNG) using the official @transloadit/node CLI. Use a minimal /image/bgremove steps JSON and download the result to an explicit .png path via -o.
Skill Claude CodeCodex
One-off transcription of local audio or video files to text or subtitle files using Transloadit via the official @transloadit/node CLI. Use when the user wants speech in local media converted to .txt, .json, .srt, or .webvtt; prefer the speech transcribe intent with Replicate while ElevenLabs Scribe is not ready.
Skill Claude CodeCodex
One-off AI image upscaling (local image -> upscaled image) using Transloadit via the transloadit CLI. Prefer the image upscale intent and use --output for a deterministic path.
Skill Claude CodeCodex
Main entry-point skill for Transloadit. Route to the right integrate-, transform-, or docs- skill, and prefer executing via npx -y @transloadit/node ... (CLI) for deterministic behavior.