xuansenpa1/skillrevise

Official release for SkillRevise: trace-conditioned revision of LLM-authored agent skills

56Stars on the repository
186Mods indexed here, across every type
7d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

workload-balancing

121

xuansenpa1/skillrevise

Skill Claude CodeCodex

Optimize workload distribution across workers, processes, or nodes for efficient parallel execution. Use when asked to balance work distribution, improve parallel efficiency, reduce stragglers, implement load balancing, or optimize task scheduling. Covers static/dynamic partitioning, work stealing, and adaptive load…

not rated 56 +1 7d ago A 63 tokens copy · 100% MIT

xuansenpa1/skillrevise

Skill Claude CodeCodex

Model OR-Tools paired pickup-and-delivery routing problems, including PDPTW, dial-a-ride, paratransit, patient transport, and courier jobs with same-vehicle pairing, precedence, capacity, optional connected service, rider time windows, and vehicle shifts.

not rated 56 +1 7d ago A 64 tokens copy · 100% MIT

xuansenpa1/skillrevise

Skill Claude CodeCodex

Build OR-Tools RoutingModel vehicle-routing models with transit matrices, dimensions, capacity constraints, time windows, optional visits, invalid-arc handling, search parameters, and route extraction.

not rated 56 +1 7d ago A 42 tokens copy · 100% MIT

pddl-skills

124

xuansenpa1/skillrevise

Skill Claude CodeCodex

Automated Planning utilities for loading PDDL domains and problems, generating plans using classical planners, validating plans, and saving plan outputs. Supports standard PDDL parsing, plan synthesis, and correctness verification.

not rated 56 +1 7d ago A 44 tokens copy · 100% MIT

gemini-count-in-video

125

xuansenpa1/skillrevise

Skill Claude CodeCodex

Analyze and count objects in videos using Google Gemini API (object counting, pedestrian detection, vehicle tracking, and surveillance video analysis).

not rated 56 +1 7d ago A 31 tokens copy · 100% MIT

xuansenpa1/skillrevise

Skill Claude CodeCodex

Analyze videos with Google Gemini API (summaries, Q&A, transcription with timestamps + visual context, scene/timeline detection, video clipping, FPS control, multi-video comparison, and YouTube URL analysis).

not rated 56 +1 7d ago A 47 tokens copy · 100% MIT

gpt-multimodal

127

xuansenpa1/skillrevise

Skill Claude CodeCodex

Analyze images and multi-frame sequences using OpenAI GPT series.

not rated 56 +1 7d ago A 18 tokens copy · 100% MIT

audiobook

128

xuansenpa1/skillrevise

Skill Claude CodeCodex

Create audiobooks from web content or text files. Handles content fetching, text processing, and TTS conversion with automatic fallback between ElevenLabs, OpenAI TTS, and gTTS.

not rated 56 +1 7d ago A 42 tokens copy · 100% MIT

elevenlabs-tts

129

xuansenpa1/skillrevise

Skill Claude CodeCodex

ElevenLabs Text-to-Speech API for high-quality speech synthesis.

not rated 56 +1 7d ago A 20 tokens copy · 100% MIT

gtts

130

xuansenpa1/skillrevise

Skill Claude CodeCodex

Google Text-to-Speech (gTTS) for converting text to audio. Use when creating audiobooks, podcasts, or speech synthesis from text. Handles long text by chunking at sentence boundaries and concatenating audio segments with pydub.

not rated 56 +1 7d ago A 52 tokens copy · 100% MIT

openai-tts

131

xuansenpa1/skillrevise

Skill Claude CodeCodex

OpenAI Text-to-Speech API for high-quality speech synthesis. Use for generating natural-sounding audio from text with customizable voices and tones.

not rated 56 +1 7d ago A 33 tokens copy · 100% MIT

powerlifting

132

xuansenpa1/skillrevise

Skill Claude CodeCodex

Calculating powerlifting scores to determine the performance of lifters across different weight classes.

not rated 56 +1 7d ago A 21 tokens copy · 100% MIT

senior-data-scientist

133

xuansenpa1/skillrevise

Skill Claude CodeCodex needs its repo

World-class data science skill for statistical modeling, experimentation, causal inference, and advanced analytics. Expertise in Python (NumPy, Pandas, Scikit-learn), R, SQL, statistical methods, A/B testing, time series, and business intelligence. Includes experiment design, feature engineering, model evaluation, and…

not rated 56 +1 7d ago A 91 tokens copy · 89% MIT

xuansenpa1/skillrevise

Skill Claude CodeCodex

Guide for translating Python collection operations to idiomatic Scala. Use when converting Python code that uses lists, dictionaries, sets, or involves collection transformations like map, filter, reduce, sorting, and aggregations.

not rated 56 +1 7d ago A 47 tokens copy · 100% MIT

xuansenpa1/skillrevise

Skill Claude CodeCodex

Guide for translating Python code to functional Scala style. Use when converting Python code involving higher-order functions, decorators, closures, generators, or when aiming for idiomatic functional Scala with pattern matching, Option handling, and monadic operations.

not rated 56 +1 7d ago A 51 tokens copy · 100% MIT

python-scala-idioms

136

xuansenpa1/skillrevise

Skill Claude CodeCodex

Guide for writing idiomatic Scala when translating from Python. Use when the goal is not just syntactic translation but producing clean, idiomatic Scala code. Covers immutability, expression-based style, sealed hierarchies, and common Scala conventions.

not rated 56 +1 7d ago A 56 tokens copy · 100% MIT

xuansenpa1/skillrevise

Skill Claude CodeCodex

Guide for mapping common Python libraries and idioms to Scala equivalents. Use when converting Python code that uses standard library modules (json, datetime, os, re, logging) or needs equivalent Scala libraries for HTTP, testing, or async operations.

not rated 56 +1 7d ago B 54 tokens copy · 100% MIT

python-scala-oop

138

xuansenpa1/skillrevise

Skill Claude CodeCodex

Guide for translating Python classes, inheritance, and object-oriented patterns to Scala. Use when converting Python code with classes, dataclasses, abstract classes, inheritance, properties, static methods, class methods, or design patterns.

not rated 56 +1 7d ago A 49 tokens copy · 100% MIT

xuansenpa1/skillrevise

Skill Claude CodeCodex

Reference guide for translating Python syntax constructs to Scala equivalents. Use when converting Python code to Scala and need mappings for basic syntax elements like variable declarations, control flow, comprehensions, string formatting, and common operators.

not rated 56 +1 7d ago A 50 tokens copy · 100% MIT

qutip

140

xuansenpa1/skillrevise

Skill Claude CodeCodex

Quantum mechanics simulations and analysis using QuTiP (Quantum Toolbox in Python). Use when working with quantum systems including: (1) quantum states (kets, bras, density matrices), (2) quantum operators and gates, (3) time evolution and dynamics (Schrödinger, master equations, Monte Carlo), (4) open quantum systems…

not rated 56 +1 7d ago A 149 tokens copy · 89% MIT

finite-horizon-lqr

141

xuansenpa1/skillrevise

Skill Claude CodeCodex

Solving finite-horizon LQR via dynamic programming for MPC.

not rated 56 +1 7d ago A 19 tokens copy · 100% MIT

mpc-horizon-tuning

143

xuansenpa1/skillrevise

Skill Claude CodeCodex

Selecting MPC prediction horizon and cost matrices for web handling.

not rated 56 +1 7d ago A 18 tokens copy · 100% MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: