Skip to main content

Skills dans ce dépôt

Pyfagorass/bookofspells - Page 22

SkillsMP a collecté 870 skills depuis Pyfagorass/bookofspells. Ouvrez un skill pour examiner sa source et ses détails.

Pyfagorass/bookofspells

Affichage de 30 skills collectés sur 870.

métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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 /…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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,…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Administrateurs de réseaux et de systèmes informatiques
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Best practices for Remotion - Video creation in React

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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;…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Concepteurs web et d'interfaces numériques
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
Affichage de 30 skills collectés sur 870.