Toolverse
All skills

customerio-performance-tuning

by jeremylongshore

Optimize Customer.io API performance.\nUse when improving response times, reducing latency,\nor optimizing high-volume integrations.\nTrigger with phrases like \

Installation

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

Installation

Quick info

Category
Security
Views
2

About this skill

Optimize Customer.io API performance.\nUse when improving response times, reducing latency,\nor optimizing high-volume integrations.\nTrigger with phrases like \

How to use

  1. Upewnij się, że masz działającą integrację Customer.io i rozumiesz wzorce ruchu w Twojej aplikacji — skill wymaga istniejącego setup'u SDK customerio-node. 2. Aktywuj skill poprzez Claude Code, Codex lub OpenClaw, używając jednej z trigger phrase: "customer.io performance", "optimize customer.io", "customer.io latency" lub "customer.io connection pooling". 3. Skill zaproponuje implementację HTTP connection pooling z keep-alive agentem — ustaw maxSockets na 25 i maxFreeSockets na 10 dla typowych obciążeń, dostosuj timeout do 30 sekund. 4. Wdrażaj event batching — zamiast wysyłać zdarzenia pojedynczo (~200ms każde), grupuj je w partie i wysyłaj równolegle, co zmniejsza czas z 20 sekund do 500ms dla 100 zdarzeń. 5. Dodaj deduplication cache dla operacji identify — eliminuje duplikaty bez dodatkowych żądań API (latencja spada do ~0ms). 6. Włącz fire-and-forget dla zdarzeń niekrytycznych — asynchroniczne śledzenie zamiast blokowania, oraz rozważ routing regionalny dla rozproszonego ruchu. Monitoruj poprawę za pomocą narzędzi obserwacyjności (patrz skill customerio-observability).

Related skills

payload

by payloadcms

Use when working with Payload CMS projects (payload.config.ts, collections, fields, hooks, access control, Payload API). Use when debugging validation errors, security issues, relationship queries, transactions, or hook behavior.

Security
50171

ui-audit

by openclaw

AI skill for automated UI audits. Evaluate interfaces against proven UX principles for visual hierarchy, accessibility, cognitive load, navigation, and more. Based on Making UX Decisions by Tommy Geoco.

Security
1223

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

brand-voice

by anthropics

Apply and enforce brand voice, style guide, and messaging pillars across content. Use when reviewing content for brand consistency, documenting a brand voice, adapting tone for different audiences, or checking terminology and style guide compliance.

Security
48158

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