Skip to main content

이 저장소의 skills

Pyfagorass/bookofspells - 22페이지

SkillsMP는 Pyfagorass/bookofspells에서 870개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

Pyfagorass/bookofspells

수집된 skill 870개 중 30개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
네트워크·컴퓨터 시스템 관리자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Best practices for Remotion - Video creation in React

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
웹·디지털 인터페이스 디자이너
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
수집된 skill 870개 중 30개를 표시합니다.