Skip to main content

Skills en este repositorio

Pyfagorass/bookofspells - Página 22

SkillsMP ha recopilado 870 skills de Pyfagorass/bookofspells. Abre una skill para revisar su origen y sus detalles.

Pyfagorass/bookofspells

Mostrando 30 de 870 skills recopiladas.

ocupación
Desarrolladores de software
descripción

Iris is Redis's umbrella for AI-focused products. Use this skill when integrating with the Iris Redis Agent Memory (RAM) data plane on Redis Cloud — recording session events for an AI agent, creating or searching long-term memories, configuring a memory…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Redis Cluster and replication guidance covering hash tags for multi-key operations, avoiding CROSSSLOT errors, and reading from replicas to scale read-heavy workloads. Use when designing keys for a sharded Redis Cluster, debugging CROSSSLOT errors on MGET /…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Redis client and connection guidance covering connection pooling, multiplexing, pipelining, client-side caching with RESP3, avoiding slow commands (KEYS, SMEMBERS, HGETALL), and tuning socket timeouts. Use when configuring a Redis client (redis-py, Jedis,…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Core Redis modeling guidance — choose the right data structure (String, Hash, List, Set, Sorted Set, JSON, Stream, Vector Set) and use consistent colon-separated key names. Use when designing a Redis data model, caching objects, deciding between Hash and…

Idioma del texto original: inglés

actualizado
ocupación
Administradores de redes y sistemas informáticos
descripción

Redis observability guidance — which metrics to monitor (memory, connections, hit ratio, ops/sec, rejected connections), which built-in commands to reach for during incident triage (SLOWLOG, INFO, MEMORY DOCTOR, CLIENT LIST, FT.PROFILE), and when to use the…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Redis Query Engine (RQE) guidance covering FT.CREATE schema design, field type selection (TEXT, TAG, NUMERIC, GEO, GEOSHAPE, VECTOR), DIALECT 2 query syntax, efficient FT.SEARCH and FT.AGGREGATE queries, zero-downtime index updates via aliases, and the…

Idioma del texto original: inglés

actualizado
ocupación
Analistas de seguridad de la información
descripción

Redis security guidance covering authentication (requirepass and ACL users), TLS, ACL-based least-privilege access control, restricting network exposure via bind and protected-mode, firewall rules, and disabling dangerous commands. Use when deploying Redis to…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Redis LangCache guidance for semantic caching of LLM responses on Redis Cloud — calling search/set via the SDK or REST API, tuning the similarity threshold, separating caches per task type, and filtering with custom attributes. Use when caching LLM…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Redis vector search guidance covering HNSW vs FLAT algorithm choice, vector index configuration (dims, distance metric, datatype), filtered hybrid search combining vector similarity with TAG or NUMERIC filters, and the RAG retrieval pattern with RedisVL. Use…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Best practices for Remotion - Video creation in React

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Use when doing ANY task involving Supabase. Triggers: Supabase products (Database, Auth, Edge Functions, Realtime, Storage, Vectors, Cron, Queues); client libraries and SSR integrations (supabase-js, @supabase/ssr) in Next.js, React, SvelteKit, Astro, Remix;…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Add Uppy Dashboard + Transloadit uploads to a Next.js (App Router) app, with server-side signature generation and optional /s3/store export.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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`.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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`.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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`.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Deploy applications and websites to Vercel. Use when the user requests deployment actions like "deploy my app", "deploy and give me the link", "push this live", or "create a preview deployment".

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Deploy and manage projects on Vercel using token-based authentication. Use when working with Vercel CLI using access tokens rather than interactive login — e.g. "deploy to vercel", "set up vercel", "add environment variables to vercel".

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Use for Vercel cost and performance optimization on deployed projects, especially Next.js, SvelteKit, Nuxt, and limited Astro apps. Collect Vercel metrics, usage, project config, and code scan results first; investigate only metric-backed candidates; produce…

Idioma del texto original: inglés

actualizado
ocupación
Diseñadores de interfaces web y digitales
descripción

Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Review docs/prose for Writing Guidelines compliance. Use when asked to "review my docs", "check writing style", "audit prose", "review docs voice and tone", or "check this page against the writing handbook".

Idioma del texto original: inglés

actualizado
Mostrando 30 de 870 skills recopiladas.