GitHub
Skills harvested from GitHub repositories
14810 skills availableautomatic-speech-recognition
After speaker diarization, you need to transcribe each speech segment to text. Whisper is the current state-of-the-art f...
speaker-clustering
After extracting speaker embeddings from audio segments, you need to cluster them to identify unique speakers. Different...
ordered-window-sequencing-mip
When a sequencing objective depends on neighboring ordered patterns, a plain item-position assignment model may be too w...
transaction-protocol-reasoning
Use this skill when a protocol is already given (paper, spec, pseudocode, implementation notes) and you need to understa...
ortools-routing-modeling
Use this skill for vehicle-routing models built with ortools.constraintsolver.pywrapcp.RoutingModel. Normalize integer d...
flight-plan-parser
Converts human-readable flight commands into structured waypoints compatible with the drone simulator's trajectory plann...
gmail-skill
This skill provides comprehensive Gmail integration through lightweight CLI scripts. All operations are token-efficient ...
attitude-controller-planner
Two cooperating modules form the inner loop: Attitude planner — converts desired linear acceleration → desired roll/pitc...
unit-commitment-data-modeling
Use this skill when a unit commitment task provides structured data and you need to map fields into UC concepts. The sou...
geospatial-routing-data
Use this skill before building a routing model or validating a routing report that contains coordinates, depots, station...
radar-vital-signs
End-to-end pipeline: raw radar I/Q → cleaned phase signal → HR and BR in bpm. Parse binary I/Q into a complex 1-D array ...
voice-activity-detection
Voice Activity Detection identifies which parts of an audio signal contain speech versus silence or background noise. Th...
skill-creator
This skill provides guidance for creating effective skills. Skills are modular, self-contained packages that extend Code...
scip-opt
Use SCIP through pyscipopt when a task asks you to minimize or maximize an objective subject to constraints. SCIP is a s...
task-creator
Build a task that scores well on the task principles. Two artifacts when you're done: a directory under tasks/<task-id>/...
logistics-rules-to-optimization
Use this skill when the problem statement gives operational rules in words and the agent must turn them into an optimiza...
plannotator-annotate
Use this skill when the user wants to annotate a document in Plannotator instead of reviewing it inline in chat. Run: pl...
plannotator-last
Use this skill when the user wants to annotate the latest assistant response in Plannotator. Run: plannotator last Behav...
plannotator-review
Use this skill when the user wants to review current code changes in Plannotator instead of reading a diff inline. Run: ...
plannotator-setup-goal
Create a durable goal package in the current project at goals/<slug>/ so Codex /goal has a clear mission, guardrails, pr...
agent-development
Agents are autonomous subprocesses that handle complex, multi-step tasks independently. Understanding agent structure, t...
m5-onboard
This skill automates the full cold-start workflow for an M5Stack ESP32 device: detect on USB, identify model, flash UIFl...
cardputer-buddy
The buddy/ directory in the local build-with-claude clone is the MicroPython payload that m5-onboard installs onto /flas...
antfu
Single responsibility: Each source file should have a clear, focused scope/purpose Split large files: Break files when t...