automatic-speech-recognition

After speaker diarization, you need to transcribe each speech segment to text. Whisper is the current state-of-the-art f...

github

speaker-clustering

After extracting speaker embeddings from audio segments, you need to cluster them to identify unique speakers. Different...

github

ordered-window-sequencing-mip

When a sequencing objective depends on neighboring ordered patterns, a plain item-position assignment model may be too w...

github

transaction-protocol-reasoning

Use this skill when a protocol is already given (paper, spec, pseudocode, implementation notes) and you need to understa...

github

ortools-routing-modeling

Use this skill for vehicle-routing models built with ortools.constraintsolver.pywrapcp.RoutingModel. Normalize integer d...

github

flight-plan-parser

Converts human-readable flight commands into structured waypoints compatible with the drone simulator's trajectory plann...

github

gmail-skill

This skill provides comprehensive Gmail integration through lightweight CLI scripts. All operations are token-efficient ...

github

attitude-controller-planner

Two cooperating modules form the inner loop: Attitude planner — converts desired linear acceleration → desired roll/pitc...

github

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...

github

geospatial-routing-data

Use this skill before building a routing model or validating a routing report that contains coordinates, depots, station...

github

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 ...

github

voice-activity-detection

Voice Activity Detection identifies which parts of an audio signal contain speech versus silence or background noise. Th...

github

skill-creator

This skill provides guidance for creating effective skills. Skills are modular, self-contained packages that extend Code...

github

scip-opt

Use SCIP through pyscipopt when a task asks you to minimize or maximize an objective subject to constraints. SCIP is a s...

github

task-creator

Build a task that scores well on the task principles. Two artifacts when you're done: a directory under tasks/<task-id>/...

github

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...

github

plannotator-annotate

Use this skill when the user wants to annotate a document in Plannotator instead of reviewing it inline in chat. Run: pl...

github

plannotator-last

Use this skill when the user wants to annotate the latest assistant response in Plannotator. Run: plannotator last Behav...

github

plannotator-review

Use this skill when the user wants to review current code changes in Plannotator instead of reading a diff inline. Run: ...

github

plannotator-setup-goal

Create a durable goal package in the current project at goals/<slug>/ so Codex /goal has a clear mission, guardrails, pr...

github

agent-development

Agents are autonomous subprocesses that handle complex, multi-step tasks independently. Understanding agent structure, t...

github

m5-onboard

This skill automates the full cold-start workflow for an M5Stack ESP32 device: detect on USB, identify model, flash UIFl...

github

cardputer-buddy

The buddy/ directory in the local build-with-claude clone is the MicroPython payload that m5-onboard installs onto /flas...

github

antfu

Single responsibility: Each source file should have a clear, focused scope/purpose Split large files: Break files when t...

github