Zhang-Henry/CoEvoSkills

CoEvoSkills: Self-Evolving Agent Skills via Co-Evolutionary Verification — COLM 2026

66Stars on the repository
86Mods indexed here, across every type
22d agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

evo-tpp-solver

49

Zhang-Henry/CoEvoSkills

Skill Claude CodeCodex

Solve Travelling Purchase Problem (TPP) PDDL planning tasks using pyperplan. Reads problem.json, runs pyperplan with multiple search strategies, converts output to action(arg1, arg2, ...) format.

not rated 66 +1 22d ago A SkillSpector: pass 51 tokens original Apache-2.0

evo-hr-diff

50

Zhang-Henry/CoEvoSkills

Skill Claude CodeCodex

Extract employee table from PDF backup, compare with current Excel file, identify deleted and modified employee records, output JSON diff report.

not rated 66 +1 22d ago A SkillSpector: pass 32 tokens original Apache-2.0

Zhang-Henry/CoEvoSkills

Skill Claude CodeCodex

Count unique pedestrians in surveillance videos using YOLOv8 detection and multi-object tracking. Deduplicates across frames, excludes cyclists. Writes per-video counts to Excel.

not rated 66 +1 22d ago A SkillSpector: pass 40 tokens original Apache-2.0

Zhang-Henry/CoEvoSkills

Skill Claude CodeCodex

Fetches web articles/essays, extracts main text content, converts to speech using edge-tts (local, no API key needed), and concatenates into a single MP3 audiobook. Use when you need to convert online text content to audio.

not rated 66 +1 22d ago A SkillSpector: pass 59 tokens original Apache-2.0

evo-dots-calculator

53

Zhang-Henry/CoEvoSkills

Skill Claude CodeCodex

Calculate Dots coefficients for IPF powerlifting data. Copies relevant columns from Data sheet to Dots sheet, adds TotalKg and Dots formulas. Use when computing normalized strength scores for powerlifting competitions.

not rated 66 +1 22d ago A SkillSpector: pass 48 tokens original Apache-2.0

Zhang-Henry/CoEvoSkills

Skill Claude CodeCodex

Detect and process dangling paper titles in PPTX presentations. Reformats text boxes with paper titles (font, size, color), repositions them to bottom center, and creates a reference slide with auto-numbered unique titles.

not rated 66 +1 22d ago A SkillSpector: pass 55 tokens original Apache-2.0

Zhang-Henry/CoEvoSkills

Skill Claude CodeCodex

Fills a proteomics Task sheet with INDEX-MATCH expression lookups, group statistics (AVERAGE/STDEV for Control vs Treated), and fold change formulas (Log2FC and FC). Discovers layout at runtime from the workbook itself. Use when a proteinexpression.xlsx has Task and Data sheets requiring two-way lookups and…

not rated 66 +1 22d ago A SkillSpector: pass 78 tokens original Apache-2.0

evo-python-to-scala

56

Zhang-Henry/CoEvoSkills

Skill Claude CodeCodex

Translate Python code to idiomatic Scala 2.13. Handles type system mapping (enums to sealed traits, Union to ADTs, Optional to Option), naming conventions (snakecase to camelCase), Protocol to type class pattern, dataclass to case class, and compilation validation via sbt.

not rated 66 +1 22d ago A SkillSpector: pass 67 tokens original Apache-2.0

evo-dicke-wigner

57

Zhang-Henry/CoEvoSkills

Skill Claude CodeCodex

Simulate open Dicke model steady state and compute cavity Wigner function using QuTiP PIQS. Use for tasks involving Dicke model, collective spin-cavity systems, Wigner function calculation, and open quantum systems with various loss channels.

not rated 66 +1 22d ago A SkillSpector: warn 56 tokens original Apache-2.0

evo-r2r-mpc

58

Zhang-Henry/CoEvoSkills

Skill Claude CodeCodex

MPC controller for 6-section Roll-to-Roll web handling system. Derives linearized state-space model using Euler discretization matching the simulator, designs MPC with LQR fallback, runs simulation with time-varying reference tracking, and computes performance metrics.

not rated 66 +1 22d ago A SkillSpector: pass 60 tokens original Apache-2.0

Zhang-Henry/CoEvoSkills

Skill Claude CodeCodex

Diagnose and fix common Next.js/React performance issues: sequential API fetches, excessive re-rendering, and bundle bloat. Use when a Next.js app has slow page loads, slow API routes, or sluggish UI interactions.

not rated 66 +1 22d ago A SkillSpector: pass 56 tokens original Apache-2.0

evo-rar-analysis

60

Zhang-Henry/CoEvoSkills

Skill Claude CodeCodex

Build Reserves-at-Risk workbook from IMF commodity data and reserve templates.

not rated 66 +1 22d ago A SkillSpector: pass 21 tokens original Apache-2.0

Zhang-Henry/CoEvoSkills

Skill Claude CodeCodex

Create demographic analysis Excel workbooks with pivot tables from PDF population data and Excel income data. Handles PDF table extraction, data joining on SA2CODE, quartile binning (equal-width ranges on MEDIANINCOME), derived columns, and proper openpyxl pivot table creation with cache fields, pivot fields, and…

not rated 66 +1 22d ago A SkillSpector: pass 72 tokens original Apache-2.0

Zhang-Henry/CoEvoSkills

Skill Claude CodeCodex

Analyze SEC Form 13F filings from EDGAR bulk data: fuzzy search fund managers, calculate AUM, count stock positions, compare holdings across quarters, and find top holders of specific securities.

not rated 66 +1 22d ago A SkillSpector: pass 47 tokens original Apache-2.0

evo-seismic-picker

63

Zhang-Henry/CoEvoSkills

Skill Claude CodeCodex

Seismic phase picking using PhaseNet deep learning model via SeisBench. Normalizes waveform data, handles single-channel traces by replication, runs PhaseNet classify(), auto-calibrates probability thresholds from data, and falls back to metadata-based travel time picks when PhaseNet fails.

not rated 66 +1 22d ago A SkillSpector: pass 61 tokens original Apache-2.0

evo-python-fuzzing

64

Zhang-Henry/CoEvoSkills

Skill Claude CodeCodex

Set up coverage-guided fuzzing for Python libraries using Atheris and libFuzzer. Discovers libraries, analyzes fuzz targets, generates fuzz drivers, creates virtual environments, runs fuzzers, and validates results.

not rated 66 +1 22d ago A SkillSpector: pass 50 tokens original Apache-2.0

evo-demand-shock

65

Zhang-Henry/CoEvoSkills

Skill Claude CodeCodex

Build a demand-side macroeconomic investment shock analysis workbook for a small open economy. Fetches IMF WEO data and country supply-use tables, calculates import content share, and produces multi-scenario Excel output with formulas.

not rated 66 +1 22d ago A SkillSpector: pass 49 tokens original Apache-2.0

evo-supply-shock

66

Zhang-Henry/CoEvoSkills

Skill Claude CodeCodex

Supply-side shock analysis using Cobb-Douglas production function to estimate potential GDP impact of investment spending shock on a small open economy. Collects data from PWT, IMF WEO, and ECB, implements HP filter via LibreOffice Solver, and builds Excel model.

not rated 66 +1 22d ago A SkillSpector: pass 60 tokens original Apache-2.0

evo-simpo-loss

67

Zhang-Henry/CoEvoSkills

Skill Claude CodeCodex

Implement the SimPO (Simple Preference Optimization) loss function for the SimPOTrainer class. Use when reproducing the SimPO paper's loss computation, injecting the simpoloss method into simpotrainer.py, running unit tests, and generating validated loss outputs.

not rated 66 +1 22d ago A SkillSpector: pass 60 tokens original Apache-2.0

Zhang-Henry/CoEvoSkills

Skill Claude CodeCodex

Perform security audit on npm/node dependency lockfiles using trivy offline scanner. Identifies HIGH and CRITICAL vulnerabilities and produces a structured CSV report with package, version, CVE, severity, CVSS score, fixed version, title, and reference URL.

not rated 66 +1 22d ago A SkillSpector: pass 58 tokens original Apache-2.0

evo-diarization

69

Zhang-Henry/CoEvoSkills

Skill Claude CodeCodex

Speaker diarization and transcription pipeline for video files. Extracts audio, performs VAD with SpeechBrain, speaker embedding extraction with ECAPA-TDNN, data-driven clustering, and Whisper ASR. Produces RTTM, ASS subtitle, and JSON report files.

not rated 66 +1 22d ago A SkillSpector: pass 59 tokens original Apache-2.0

Zhang-Henry/CoEvoSkills

Skill Claude CodeCodex

Migrate a Spring Boot 2.7/Java 8 microservice to Spring Boot 3.2/Java 21. Handles pom.xml updates, javax-to-jakarta namespace migration, Spring Security 6 component-based config, RestTemplate-to-RestClient migration, Hibernate 6 compatibility, and application properties updates.

not rated 66 +1 22d ago A SkillSpector: pass 74 tokens original Apache-2.0

Zhang-Henry/CoEvoSkills

Skill Claude CodeCodex

Generate and validate Suricata rules for detecting HTTP-based data exfiltration patterns. Use when the task requires writing Suricata signatures that match specific HTTP method, URI, headers, and body field patterns with regex validation. Supports incremental testing against positive/negative pcaps.

not rated 66 +1 22d ago C 64 tokens original Apache-2.0

Zhang-Henry/CoEvoSkills

Skill Claude CodeCodex

Write syzkaller syzlang system call descriptions for the Linux ppdev (parallel port) driver. Use when creating .txt and .txt.const files for fuzzing /dev/parportN devices, describing ppdev ioctls, resources, structs, flags, and computing ioctl command numbers.

not rated 66 +1 22d ago A SkillSpector: pass 70 tokens original Apache-2.0

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: