GitHub
Skills harvested from GitHub repositories
14810 skills availableobspy-datacenter-client
The most common use case is likely to download waveforms and event/station meta information. In almost all cases you wil...
energy-calculator
Calculates per-second RMS (Root Mean Square) energy from audio files. Produces an energy profile that can be used for op...
browser-testing
Diagnose performance issues by measuring actual load times and network activity. Playwright is pre-installed. Just use t...
jakarta-namespace
Spring Boot 3.0 has upgraded from Java EE to Jakarta EE APIs for all dependencies. This is one of the most significant b...
maven-build-lifecycle
Master Maven's build lifecycle including phases, goals, profiles, and build customization for efficient Java project bui...
restclient-migration
Spring Framework 6.1 (Spring Boot 3.2+) introduces RestClient, a modern, fluent API for synchronous HTTP requests that r...
marker
Convert PDFs to Markdown while preserving LaTeX formulas and document structure. Uses the markersingle CLI from the mark...
finite-horizon-lqr
Minimize cost over horizon N: J = Σ(k=0 to N-1) [x'Qx + u'Ru] + xN' P xN Initialize: PN = Q (or LQR solution for stabili...
erlang-distribution
Erlang's built-in distribution enables building clustered, fault-tolerant systems across multiple nodes. Processes on di...
vulnerability-csv-reporting
This skill provides guidance on generating structured CSV reports from vulnerability scan data—a common format for secur...
react-best-practices
Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 45 rules...
d3-visualization
Use this skill to turn structured data (CSV/TSV/JSON) into clean, reproducible visualizations using D3.js. The goal is t...
citation-management
Manage citations systematically throughout the research and writing process. This skill provides tools and strategies fo...
gemini-count-in-video
This skill enables video analysis and object counting using the Google Gemini API, with a focus on counting pedestrians,...
qutip
QuTiP provides comprehensive tools for simulating and analyzing quantum mechanical systems. It handles both closed (unit...
threejs
1) Load the module, call createScene(), then updateMatrixWorld(true). 2) Treat named THREE.Group nodes as parts/links. 3...
video-frame-extraction
This skill enables extraction of individual frames from video files (MP4, AVI, MOV, etc.) using OpenCV. Extracted frames...
fuzzy-name-search
This tool is essentially a search engine that provides you the ability to search a fund or stock meta information with a...
pddl-skills
Domain files must follow PDDL standard syntax. Problem files must reference the correct domain. Plans must be sequential...
memory-optimization
Transform Python code to minimize memory usage while maintaining functionality. Profile to identify memory bottlenecks (...
seisbench-model-api
The recommended way is installation through pip. Simply run: pip install seisbench SeisBench offers the abstract class W...
mesh-analysis
This skill provides the MeshAnalyzer tool for robustly processing 3D STL files. It handles Binary STL parsing and connec...
python-scala-syntax-mapping
| Python | Scala | |--------|-------| | x = 5 | val x = 5 (immutable) or var x = 5 (mutable) | | x: int = 5 | val x: Int...
search-cities
Map states to their cities from the background text file. No external dependencies. from searchcities import Cities citi...