GitHub
Skills harvested from GitHub repositories
14810 skills availablehibernate-upgrade
Spring Boot 3 uses Hibernate 6, which includes significant changes from Hibernate 5. This skill covers the key migration...
sqlite-map-parser
Parse SQLite databases by exploring schemas first, then extracting data into structured JSON. Always start by understand...
power-flow-data
Network data follows the MATPOWER format, a standard for power system test cases. The data comes from the PGLib-OPF benc...
excitation-signal-design
When identifying the dynamics of an unknown system, you must excite the system with a known input and observe its respon...
pcap-triage-tshark
This skill shows a fast workflow to inspect PCAPs and extract protocol-level details. List HTTP traffic: tshark -r file....
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...
conditioning
Data conditioning is essential before matched filtering. Raw gravitational wave detector data contains low-frequency noi...
sampling-and-indexing
You need to decide a sampling stride/FPS and ensure all downstream outputs (interval instructions, per-frame artifacts, ...
glm-calibration
GLM calibration involves adjusting physical parameters to minimize the difference between simulated and observed water t...
suricata-offline-evejson
This skill covers running Suricata against PCAPs offline and validating results via eve.json. Typical offline invocation...
find-bugs
Review changes on this branch for bugs, security vulnerabilities, and code quality issues. Get the FULL diff: git diff m...
mpc-horizon-tuning
Horizon N affects performance and computation: Too short (N < 5): Poor disturbance rejection Too long (N > 20): Excessiv...
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...
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...
senior-security
Complete toolkit for senior security with modern tools and best practices. This skill provides three core capabilities t...
scipy-curve-fit
scipy.optimize.curvefit is a tool for fitting models to experimental data using nonlinear least squares optimization. fr...
reflow_machine_maintenance_guidance
This skill should be considered when you need to answer reflow equipment maintenance questions based on thermocouple dat...
pubchem-database
PubChem is the world's largest freely available chemical database with 110M+ compounds and 270M+ bioactivities. Query ch...
speech-to-text
Transcribe video to text with timestamps. python3 scripts/transcribe.py /root/tutorialvideo.mp4 -o transcript.txt --mode...
egomotion-estimation
You need to classify camera motion (Stay/Dolly/Pan/Tilt/Roll) from video, allowing multiple labels on the same frame. 1)...
syzlang-ioctl-basics
Syzkaller's description language (syzlang) describes syscalls for fuzzing. Description files are located at /opt/syzkall...
contribution-analysis
Contribution analysis quantifies how much each factor contributes to explaining the variance of a response variable. Thi...
output-validation
After generating your outputs (interval instructions, masks, etc.), before submission/hand-off. Key format: every key is...
rdkit
RDKit is a comprehensive cheminformatics library providing Python APIs for molecular analysis and manipulation. This ski...