hibernate-upgrade

Spring Boot 3 uses Hibernate 6, which includes significant changes from Hibernate 5. This skill covers the key migration...

github

sqlite-map-parser

Parse SQLite databases by exploring schemas first, then extracting data into structured JSON. Always start by understand...

github

power-flow-data

Network data follows the MATPOWER format, a standard for power system test cases. The data comes from the PGLib-OPF benc...

github

excitation-signal-design

When identifying the dynamics of an unknown system, you must excite the system with a known input and observe its respon...

github

pcap-triage-tshark

This skill shows a fast workflow to inspect PCAPs and extract protocol-level details. List HTTP traffic: tshark -r file....

github

pptx

A user may ask you to create, edit, or analyze the contents of a .pptx file. A .pptx file is essentially a ZIP archive c...

github

conditioning

Data conditioning is essential before matched filtering. Raw gravitational wave detector data contains low-frequency noi...

github

sampling-and-indexing

You need to decide a sampling stride/FPS and ensure all downstream outputs (interval instructions, per-frame artifacts, ...

github

glm-calibration

GLM calibration involves adjusting physical parameters to minimize the difference between simulated and observed water t...

github

suricata-offline-evejson

This skill covers running Suricata against PCAPs offline and validating results via eve.json. Typical offline invocation...

github

find-bugs

Review changes on this branch for bugs, security vulnerabilities, and code quality issues. Get the FULL diff: git diff m...

github

mpc-horizon-tuning

Horizon N affects performance and computation: Too short (N < 5): Poor disturbance rejection Too long (N > 20): Excessiv...

github

discover-important-function

This skill helps an agent quickly narrow a Python repository down to a small set of high-value fuzz targets. It produces...

github

python-scala-oop

class Person: def init(self, name: str, age: int): self.name = name self.age = age def greet(self) -> str: return f"Hell...

github

senior-security

Complete toolkit for senior security with modern tools and best practices. This skill provides three core capabilities t...

github

scipy-curve-fit

scipy.optimize.curvefit is a tool for fitting models to experimental data using nonlinear least squares optimization. fr...

github

reflow_machine_maintenance_guidance

This skill should be considered when you need to answer reflow equipment maintenance questions based on thermocouple dat...

github

pubchem-database

PubChem is the world's largest freely available chemical database with 110M+ compounds and 270M+ bioactivities. Query ch...

github

speech-to-text

Transcribe video to text with timestamps. python3 scripts/transcribe.py /root/tutorialvideo.mp4 -o transcript.txt --mode...

github

egomotion-estimation

You need to classify camera motion (Stay/Dolly/Pan/Tilt/Roll) from video, allowing multiple labels on the same frame. 1)...

github

syzlang-ioctl-basics

Syzkaller's description language (syzlang) describes syscalls for fuzzing. Description files are located at /opt/syzkall...

github

contribution-analysis

Contribution analysis quantifies how much each factor contributes to explaining the variance of a response variable. Thi...

github

output-validation

After generating your outputs (interval instructions, masks, etc.), before submission/hand-off. Key format: every key is...

github

rdkit

RDKit is a comprehensive cheminformatics library providing Python APIs for molecular analysis and manipulation. This ski...

github