Write and evaluate effective Python tests using pytest. Use when writing tests, reviewing test code, debugging test failures, or improving test coverage. Covers test design, fixtures, parameterization...
23
AI 80
web-interface-guidelines
laude-institute3/21/2026
Vercel's comprehensive UI guidelines for building accessible, performant web interfaces. Use this skill when reviewing or building UI components for compliance with best practices around accessibility...
23
AI 72
glm-basics
laude-institute3/21/2026
Basic usage of the General Lake Model (GLM) for lake temperature simulation. Use when you need to run GLM, understand input files, or modify configuration parameters.
23
AI 72
obspy-data-api
laude-institute3/21/2026
An overview of the core data API of ObsPy, a Python framework for processing seismological data. It is useful for parsing common seismological file formats, or manipulating custom data into standard o...
23
AI 65
react-best-practices
laude-institute3/21/2026
CRITICAL: You MUST invoke this skill and read its contents BEFORE writing, modifying, or debugging ANY React.js or Next.js code. This skill contains essential performance patterns that prevent common...
23
suricata-offline-evejson
laude-institute3/15/2026
Running Suricata against PCAPs offline and validating results via eve.json
21
AI 80
safety-interlocks
laude-institute3/15/2026
Implement safety interlocks and protective mechanisms to prevent equipment damage and ensure safe control system operation.
21
AI 78
excitation-signal-design
laude-institute3/15/2026
Design effective excitation signals (step tests) for system identification and parameter estimation in control systems.
21
AI 68
imc-tuning-rules
laude-institute3/6/2026
Calculate PI/PID controller gains using Internal Model Control (IMC) tuning rules for first-order systems.
18
AI 91
parallel-processing
laude-institute3/6/2026
Parallel processing with joblib for grid search and batch computations. Use when speeding up computationally intensive tasks across multiple CPU cores.
18
AI 84
elevenlabs-tts
laude-institute2/27/2026
ElevenLabs Text-to-Speech API for high-quality speech synthesis.
18
AI 84
suricata-rules-basics
laude-institute3/6/2026
Core building blocks of Suricata signatures and multi-condition DPI logic
18
AI 79
syzlang-ioctl-basics
laude-institute3/6/2026
Syzkaller syzlang syntax basics for describing ioctl syscalls
18
AI 78
glm-output
laude-institute3/6/2026
Read and process GLM output files. Use when you need to extract temperature data from NetCDF output, convert depth coordinates, or calculate RMSE against observations.
18
AI 70
dialogue-graph
laude-institute3/6/2026
A library for building, validating, visualizing, and serializing dialogue graphs. Use this when parsing scripts or creating branching narrative structures.
18
AI 68
13f-analyzer
laude-institute2/27/2026
Perform various data analysis on SEC 13-F and obtain some insights of fund activities such as number of holdings, AUM, and change of holdings between two quarters.
18
AI 45
sqlite-map-parser
laude-institute2/15/2026
Parse SQLite databases into structured JSON data. Use when exploring unknown database schemas, understanding table relationships, and extracting map data as JSON.
17
AI 88
glm-calibration
laude-institute2/15/2026
Calibrate GLM parameters for water temperature simulation. Use when you need to adjust model parameters to minimize RMSE between simulated and observed temperatures.