Toolverse
All skills

vercel-load-scale

by jeremylongshore

Implement Vercel load testing, auto-scaling, and capacity planning strategies.\nUse when running performance tests, configuring horizontal scaling,\nor planning capacity for Vercel integrations.\nTrigger with phrases like \

Installation

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

Installation

Quick info

Category
Testing

About this skill

Implement Vercel load testing, auto-scaling, and capacity planning strategies.\nUse when running performance tests, configuring horizontal scaling,\nor planning capacity for Vercel integrations.\nTrigger with phrases like \

How to use

  1. Zainstaluj narzędzie do testowania obciążenia — wybierz k6, autocannon lub artillery. Dla autocannon uruchom npm install -g autocannon w terminalu.
  2. Przygotuj testowe wdrożenie na Vercel — nigdy nie testuj obciążenia produkcji bez zgody. Upewnij się, że masz dostęp do Vercel Analytics do monitorowania podczas testów.
  3. Zrozum model skalowania Vercel: nowe instancje funkcji pojawiają się na żądanie, bezczynne instancje wyłączają się po ~15 minutach, każda instancja obsługuje domyślnie jedno żądanie naraz. Zwróć uwagę na limity współbieżności: plan Hobby — 10, Pro — 1000, Enterprise — 100000.
  4. Uruchom podstawowy test obciążenia poleceniem autocannon z parametrami: -c dla liczby połączeń (np. 50), -d dla czasu trwania w sekundach (np. 30), a następnie URL twojej aplikacji na Vercel.
  5. Przeanalizuj wyniki testu, zwracając uwagę na zimne starty (koszt inicjalizacji pierwszego żądania do nowej instancji) i próg współbieżności, gdzie wydajność spada. Użyj danych do planowania pojemności dla spodziewanych skoków ruchu.

Related skills

pair-trade-screener

by tradermonty

Statistical arbitrage tool for identifying and analyzing pair trading opportunities. Detects cointegrated stock pairs within sectors, analyzes spread behavior, calculates z-scores, and provides entry/exit recommendations for market-neutral strategies. Use when user requests pair

Testing
994

ad-creative

by alirezarezvani

When the user needs to generate, iterate, or scale ad creative for paid advertising. Use when they say 'write ad copy,' 'generate headlines,' 'create ad variations,' 'bulk creative,' 'iterate on ads,' 'ad copy validation,' 'RSA headlines,' 'Meta ad copy,' 'LinkedIn ad,' or

Testing
2863

differential-review

by trailofbits

Performs security-focused differential review of code changes (PRs, commits, diffs). Adapts analysis depth to codebase size, uses git history for context, calculates blast radius, checks test coverage, and generates comprehensive markdown reports. Automatically detects and

Testing
2510

go-dev-guidelines

by jumppad-labs

This skill should be used when writing, refactoring, or testing Go code. It provides idiomatic Go development patterns, TDD-based workflows, project structure conventions, and testing best practices using testify/require and mockery. Activate this skill when creating new Go

Testing
1190

powershell-windows

by davila7

PowerShell Windows patterns. Critical pitfalls, operator syntax, error handling.

Testing
1074

backtesting-frameworks

by wshobson

Build robust backtesting systems for trading strategies with proper handling of look-ahead bias, survivorship bias, and transaction costs. Use when developing trading algorithms, validating strategies, or building backtesting infrastructure.

Testing
12105