Toolverse
All skills

perplexity-local-dev-loop

by jeremylongshore

Configure Perplexity local development with hot reload and testing.\nUse when setting up a development environment, configuring test workflows,\nor establishing a fast iteration cycle with Perplexity.\nTrigger with phrases like \

Installation

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

Installation

Quick info

Category
Testing

About this skill

Configure Perplexity local development with hot reload and testing.\nUse when setting up a development environment, configuring test workflows,\nor establishing a fast iteration cycle with Perplexity.\nTrigger with phrases like \

How to use

  1. Upewnij się, że masz zainstalowaną autentykację Perplexity (skill perplexity-install-auth) oraz Node.js 18 lub nowszy z npm lub pnpm.

  2. Wyzwól skill frazami takimi jak "perplexity dev setup", "perplexity local development", "perplexity dev environment" lub "mock perplexity".

  3. Skill utworzy strukturę projektu z katalogami src/ i tests/. W src/perplexity/ znajdziesz client.ts (wrapper OpenAI dla Perplexity), search.ts (funkcje wyszukiwania z obsługą cytatów) oraz types.ts (rozszerzone typy odpowiedzi).

  4. W katalogu tests/ skill przygotuje fixtures/ z zapisanymi odpowiedziami API (sonar-response.json) do mockowania, plik setup.ts do konfiguracji testów oraz perplexity.test.ts z przykładowymi testami.

  5. Utwórz plik .env.local z kluczem API (wzór znajdziesz w .env.example) i dodaj go do .gitignore, aby nie commitować wrażliwych danych.

  6. Uruchom testy za pomocą vitest — będą one korzystać z mocków zamiast rzeczywistych zapytań API, co zaoszczędzi koszty i przyspieszył iterację podczas rozwoju.

Related skills

playwright-cli

by microsoft

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.

Testing
45103

playwright-browser-automation

by lackeyjb

Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test

Testing
13130

test-cases

by cexll

This skill should be used when generating comprehensive test cases from PRD documents or user requirements. Triggers when users request test case generation, QA planning, test scenario creation, or need structured test documentation. Produces detailed test cases covering

Testing
2862

creating-financial-models

by anthropics

This skill provides an advanced financial modeling suite with DCF analysis, sensitivity testing, Monte Carlo simulations, and scenario planning for investment decisions

Testing
25137

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

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