Toolverse
All skills

juicebox-performance-tuning

by jeremylongshore

Optimize Juicebox API performance.\nUse when improving response times, reducing latency,\nor optimizing Juicebox integration throughput.\nTrigger with phrases like \

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Category
Security
Views
1

About this skill

Optimize Juicebox API performance.\nUse when improving response times, reducing latency,\nor optimizing Juicebox integration throughput.\nTrigger with phrases like \

How to use

  1. Zainstaluj skill w swoim środowisku Claude Code, wpisując komendę aktywacyjną: "juicebox performance" lub "optimize juicebox".

  2. Zamiast wysyłać szerokie zapytania (np. search({ query: 'engineer' })), zastosuj precyzyjne filtry — dodaj parametry location, skills i limit. Przykład: search({ query: 'backend engineer', filters: { location: 'SF', skills: ['Go'] }, limit: 20 }).

  3. Dla powtarzających się zapytań wdroż cache'owanie wyników. Skill dostarcza wzór funkcji cachedSearch(), która przechowuje rezultaty przez 5 minut — sprawdź cache przed każdym nowym zapytaniem i zwróć wynik z pamięci, jeśli jest aktualny.

  4. Gdy musisz wzbogacić dane wielu profili naraz, użyj operacji batch'owania zamiast pojedynczych żądań. Wywołaj client.enrichBatch() z tablicą identyfikatorów profili i listą pól do pobrania (np. skills_map, contact).

  5. Skopiuj kod wzorcowy z dokumentacji skill'u bezpośrednio do swojej integracji i dostosuj parametry (query, filters, limit, fields) do Twoich potrzeb.

  6. Monitoruj czas odpowiedzi API — optymalizacja powinna zmniejszyć latencję i zwiększyć przepustowość zapytań w systemie rekrutacyjnym.

Related skills

qmd

by tobi

Search personal markdown knowledge bases, notes, meeting transcripts, and documentation using QMD - a local hybrid search engine. Combines BM25 keyword search, vector semantic search, and LLM re-ranking. Use when users ask to search notes, find documents, look up information in

Security
1951

reverse-engineering-tools

by gmh5225

Guide for reverse engineering tools and techniques used in game security research. Use this skill when working with debuggers, disassemblers, memory analysis tools, binary analysis, or decompilers for game security research.

Security
3168

skill-writer

by pytorch

Guide users through creating Agent Skills for Claude Code. Use when the user wants to create, write, author, or design a new Skill, or needs help with SKILL.md files, frontmatter, or skill structure.

Security
15116

llama-cpp

by zechenzhangAGI

Runs LLM inference on CPU, Apple Silicon, and consumer GPUs without NVIDIA hardware. Use for edge deployment, M1/M2/M3 Macs, AMD/Intel GPUs, or when CUDA is unavailable. Supports GGUF quantization (1.5-8 bit) for reduced memory and 4-10× speedup vs PyTorch on CPU.

Security
11252

obsidian

by gapmiss

Comprehensive guidelines for Obsidian.md plugin development including all 27 ESLint rules, TypeScript best practices, memory management, API usage (requestUrl vs fetch), UI/UX standards, and submission requirements. Use when working with Obsidian plugins, main.ts files,

Security
14111

reviewing-code

by CaptainCrouton89

Systematically evaluate code changes for security, correctness, performance, and spec alignment. Use when reviewing PRs, assessing code quality, or verifying implementation against requirements.

Security
1493