UCSB-NLP-Chang/Skill-Usage

This repository also configures its own agents. See what Skill-Usage tells them →

48Stars on the repository
197Mods indexed here, across every type
5mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

fuzzy-name-search

145

UCSB-NLP-Chang/Skill-Usage

Skill Claude CodeCodex

This skill includes search capability in 13F, such as fuzzy search a fund information using possibly inaccurate name, or fuzzy search a stock cusip info using its name.

not rated 48 5mo ago A 39 tokens

UCSB-NLP-Chang/Skill-Usage

Skill Claude CodeCodex

ObsPy allows you to easily download earthquake data from various data centers/networks through its client API. This is an overview of available services and a demo of the client API for International Federation of Digital Seismograph Networks (FDSN). Use this if you need to download earthquake research data.

not rated 48 5mo ago A 66 tokens

fuzzing-python

148

UCSB-NLP-Chang/Skill-Usage

Skill Claude CodeCodex

Creating fuzz driver for Python libraries using LibFuzzer. This skill is useful when agent needs to work with creating fuzz drivers / fuzz targets for Python project and libraries.

not rated 48 5mo ago A 38 tokens

setup-env

149

UCSB-NLP-Chang/Skill-Usage

Skill Claude CodeCodex

When given a Python project codebase, this skill helps the agent to set up virtual environments, install dependencies, and run scripts.

not rated 48 5mo ago A 29 tokens

cvss-score-extraction

151

UCSB-NLP-Chang/Skill-Usage

Skill Claude CodeCodex

Extract CVSS (Common Vulnerability Scoring System) scores from vulnerability data sources with proper fallback handling. This skill covers understanding CVSS v3, handling multiple score sources (NVD, GHSA, RedHat), implementing source priority logic, and dealing with missing scores in security reporting.

not rated 48 5mo ago A 64 tokens

UCSB-NLP-Chang/Skill-Usage

Skill Claude CodeCodex

Use Trivy vulnerability scanner in offline mode to discover security vulnerabilities in dependency files. This skill covers setting up offline scanning, executing Trivy against package lock files, and generating JSON vulnerability reports without requiring internet access.

not rated 48 5mo ago A 51 tokens

UCSB-NLP-Chang/Skill-Usage

Skill Claude CodeCodex

Generate structured CSV security audit reports from vulnerability data with proper filtering and formatting. This skill covers CSV schema design for security reports, using Python csv.DictWriter, severity-based filtering, and field mapping from JSON to tabular format.

not rated 48 5mo ago A 52 tokens

UCSB-NLP-Chang/Skill-Usage

Skill Claude CodeCodex

Transcribe audio segments to text using Whisper models. Use larger models (small, base, medium, large-v3) for better accuracy, or faster-whisper for optimized performance. Always align transcription timestamps with diarization segments for accurate speaker-labeled subtitles.

not rated 48 5mo ago A 58 tokens

UCSB-NLP-Chang/Skill-Usage

Skill Claude CodeCodex

Combine visual features (face detection, lip movement analysis) with audio features to improve speaker diarization accuracy in video files. Use OpenCV for face detection and lip movement tracking, then fuse visual cues with audio-based speaker embeddings. Essential when processing video files with multiple visible…

not rated 48 5mo ago A 74 tokens

UCSB-NLP-Chang/Skill-Usage

Skill Claude CodeCodex

Choose and implement clustering algorithms for grouping speaker embeddings after VAD and embedding extraction. Compare Hierarchical clustering (auto-tunes speaker count), KMeans (fast, requires known count), and Agglomerative clustering (fixed clusters). Use Hierarchical clustering when speaker count is unknown…

not rated 48 5mo ago A 74 tokens

UCSB-NLP-Chang/Skill-Usage

Skill Claude CodeCodex

Detect speech segments in audio using VAD tools like Silero VAD, SpeechBrain VAD, or WebRTC VAD. Use when preprocessing audio for speaker diarization, filtering silence, or segmenting audio into speech chunks. Choose Silero VAD for short segments, SpeechBrain VAD for general purpose, or WebRTC VAD for lightweight…

not rated 48 5mo ago A 79 tokens

hibernate-upgrade

158

UCSB-NLP-Chang/Skill-Usage

Skill Claude CodeCodex

Migrate Hibernate 5 to Hibernate 6 with Spring Boot 3. Use when fixing HQL/JPQL query parsing issues, removing deprecated Criteria API, updating ID generation strategies, or diagnosing N+1 query behavior changes. Covers breaking changes, type mappings, and performance monitoring.

not rated 48 5mo ago A 61 tokens

jakarta-namespace

159

UCSB-NLP-Chang/Skill-Usage

Skill Claude CodeCodex

Migrate Java EE javax. imports to Jakarta EE jakarta. namespace. Use when upgrading to Spring Boot 3.x, migrating javax.persistence, javax.validation, javax.servlet imports, or fixing compilation errors after Jakarta EE transition. Covers package mappings, batch sed commands, and verification steps.

not rated 48 5mo ago A 61 tokens

restclient-migration

160

UCSB-NLP-Chang/Skill-Usage

Skill Claude CodeCodex

Migrate RestTemplate to RestClient in Spring Boot 3.2+. Use when replacing deprecated RestTemplate with modern fluent API, updating HTTP client code, or configuring RestClient beans. Covers GET/POST/DELETE migrations, error handling, and ParameterizedTypeReference usage.

not rated 48 5mo ago A 60 tokens

spring-boot-migration

161

UCSB-NLP-Chang/Skill-Usage

Skill Claude CodeCodex

Migrate Spring Boot 2.x applications to Spring Boot 3.x. Use when updating pom.xml versions, removing deprecated JAXB dependencies, upgrading Java to 17/21, or using OpenRewrite for automated migration. Covers dependency updates, version changes, and migration checklist.

not rated 48 5mo ago A 60 tokens

spring-security-6

162

UCSB-NLP-Chang/Skill-Usage

Skill Claude CodeCodex

Migrate Spring Security 5 to Spring Security 6 configuration. Use when removing WebSecurityConfigurerAdapter, replacing @EnableGlobalMethodSecurity with @EnableMethodSecurity, converting antMatchers to requestMatchers, or updating to lambda DSL configuration style. Covers SecurityFilterChain beans and authentication…

not rated 48 5mo ago A 63 tokens

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: