Skip to main content

Skills en este repositorio

cxcscmu/SkillLearnBench - Página 26

SkillsMP ha recopilado 1216 skills de cxcscmu/SkillLearnBench. Abre una skill para revisar su origen y sus detalles.

cxcscmu/SkillLearnBench

Mostrando 40 de 1216 skills recopiladas.

ocupación
Editores de escritorio
descripción

Generate filled offer letters from a JSON employee data file and a Word template. Use this skill whenever you need to create offer letters by matching data fields to document placeholders, handling conditional relocation packages, and saving the final…

Idioma del texto original: inglés

actualizado
ocupación
Editores de escritorio
descripción

Replace placeholders in Word documents (.docx files) and handle conditional sections. Use this skill whenever you need to fill in {{PLACEHOLDER}} markers in a .docx template, or when working with conditional blocks like {{IF_CONDITION}}...{{END_IF_CONDITION}}.

Idioma del texto original: inglés

actualizado
ocupación
Empleados de oficina generales
descripción

Organize large collections of files into categorized folders. Use this skill when you need to move or copy 100+ files into multiple destination folders based on classification data. Handles PDF, DOCX, PPTX and other file types while preserving original…

Idioma del texto original: inglés

actualizado
ocupación
Empleados de oficina generales
descripción

Classify documents by subject matter. Use this skill when you need to determine which category (LLM, Trapped Ion & Quantum Computing, Black Hole, DNA, Music History) a PDF, DOCX, or PPTX file belongs to based on its content. Analyzes titles, abstracts,…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

How to handle type variance in Scala generics when translating from Python's flexible type system. Use this whenever translating Python generic types (TypeVar with covariant/contravariant bounds) to Scala. Covers covariance (+T), contravariance (-T), and…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

How to convert Python mutable dataclasses and enums to immutable Scala case classes, sealed traits, and sealed objects. Use when translating Python @dataclass, Enum, and mutable collection patterns to idiomatic Scala. Covers immutable-by-default patterns,…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Scala patterns specific to tokenizer implementations: builder pattern with generics, JSON handling with circe, temporal types (LocalDate/LocalDateTime), and functional tokenization pipelines. Use when implementing tokenizer classes, handling JSON structures,…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

How to convert Python Protocol classes (structural typing) to Scala traits and type classes. Use when translating Python's @runtime_checkable Protocol patterns to Scala's nominal typing with traits. Covers trait-based abstraction, implicit type classes, and…

Idioma del texto original: inglés

actualizado
ocupación
Empleados de oficina generales
descripción

Parse meeting request emails from test_input.json to extract meeting details. This skill helps extract recipient email, message ID, meeting duration, and any date/time constraints from JSON email records. Use this whenever you need to process meeting requests…

Idioma del texto original: inglés

actualizado
ocupación
Empleados de oficina generales
descripción

Generate properly formatted meeting confirmation emails and save results. This skill handles creating reply text files with exact formatting (date format with day name and full date, time format with leading zeros), generating results.json with metadata, and…

Idioma del texto original: inglés

actualizado
ocupación
Empleados de oficina generales
descripción

Find the earliest available meeting time slots that satisfy constraints. This skill implements the scheduling algorithm to match meeting requests with available calendar slots, handling blue (flexible) block overwriting, time constraints, and date…

Idioma del texto original: inglés

actualizado
ocupación
Empleados de oficina generales
descripción

Extract appointments and time blocks from a calendar PDF. This skill helps parse calendar.pdf to identify appointment blocks, their positions on the timeline, duration, and color coding (including blue blocks that represent flexible/overwritable slots). Use…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores web
descripción

Synchronize interactions between D3 visualizations and HTML tables, enabling click-to-highlight and hover effects across both elements. Use this skill when you need chart and table elements to stay in sync - clicking a bubble highlights its table row,…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores web
descripción

Create sector-clustered bubble charts with D3.js force simulation. Use this skill when building bubble charts that need to cluster elements by category (sectors, regions, types), avoid overlap, size bubbles by numeric values, and organize clusters spatially.…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores web
descripción

Load, parse, and transform stock market data from CSV files for D3 visualization. Use this skill when working with financial CSV data, handling missing values (ETFs often lack market cap/country data), formatting market capitalization as human-readable…

Idioma del texto original: inglés

actualizado
ocupación
Científicos y especialistas ambientales, incluyendo salud
descripción

Calibrating General Lake Model (GLM) parameters to match field observations of water temperature. Use this skill whenever you need to adjust light extinction (Kw), mixing coefficients (coef_mix_hyp), or atmospheric bulk transfer factors (wind_factor,…

Idioma del texto original: inglés

actualizado
ocupación
Científicos y especialistas ambientales, incluyendo salud
descripción

Managing and modifying GLM configuration files (glm3.nml) for calibration. Use this skill whenever you need to safely update GLM parameters, preserve non-calibration settings, validate configuration syntax, or manage multiple parameter sets. Essential for…

Idioma del texto original: inglés

actualizado
ocupación
Científicos y especialistas ambientales, incluyendo salud
descripción

How to run the General Lake Model (GLM) for lake water temperature simulation. Use this skill whenever you need to execute GLM simulations, understand GLM configuration files (*.nml), interpret GLM output (NetCDF), or troubleshoot GLM execution. Essential for…

Idioma del texto original: inglés

actualizado
ocupación
Científicos y especialistas ambientales, incluyendo salud
descripción

Computing RMSE (Root Mean Squared Error) and other metrics for water temperature model validation. Use this skill whenever you need to match simulated temperatures with field observations, compute RMSE by depth categories, calculate annual/seasonal subsets,…

Idioma del texto original: inglés

actualizado
ocupación
Planificadores de reuniones, convenciones y eventos
descripción

Build multi-day travel itineraries with routing, scheduling, and constraint satisfaction. Use this skill whenever creating a structured travel plan that must span multiple days, visit specific cities, include meals and accommodations, and respect travel time…

Idioma del texto original: inglés

actualizado
ocupación
Analistas financieros y de inversiones
descripción

Optimize travel costs including accommodations, meals, transportation, and attractions while respecting budget constraints. Use this skill whenever building a trip with specific budget limits that require cost calculation, price comparison, or financial…

Idioma del texto original: inglés

actualizado
ocupación
Planificadores de reuniones, convenciones y eventos
descripción

Parse and search travel-related databases including cities, accommodations, restaurants, attractions, and distances. Use this skill whenever building a travel itinerary that requires querying real-world data from CSV files or text databases. This skill helps…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Complete workflow for analyzing Super Mario game video frames and generating statistics. Use this skill when you need to extract video frames, process them for analysis, count game objects using template matching, and generate CSV reports of game element…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Count specific objects in images using template matching with reference object images. Use this skill when you need to detect and count game elements, sprites, or recurring visual patterns in screenshots or game frames using a template image as reference.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Extract keyframes from MP4 video files and convert them to grayscale. Use this skill when you need to process video files for analysis by extracting I-frames (keyframes) and converting them to grayscale images for computer vision tasks.

Idioma del texto original: inglés

actualizado
ocupación
Analistas financieros y de inversiones
descripción

Calculate financial metrics in Excel including percentages of GDP, percentage changes, and weighted averages. Use this skill when working with economic data, calculating net exports as percentage of GDP, or deriving financial ratios from raw data.

Idioma del texto original: inglés

actualizado
ocupación
Analistas financieros y de inversiones
descripción

Master two-condition lookups in Excel using INDEX&MATCH, XLOOKUP&MATCH, and HLOOKUP&MATCH. Use this skill whenever working with Excel lookups that require matching on two or more criteria (e.g., finding values based on both a row and column condition, or…

Idioma del texto original: inglés

actualizado
ocupación
Diseñadores gráficos
descripción

Anthropic's official brand design tokens — colors, typography, and visual style guidelines. Use this skill whenever generating visual assets, posters, diagrams, or any artifact that must conform to Anthropic's corporate brand identity. Triggers on: Anthropic…

Idioma del texto original: inglés

actualizado
ocupación
Delineantes mecánicos
descripción

Generate technical exploded-view posters of hardware devices using Python Pillow. Use this skill when creating engineering diagrams, exploded-view illustrations, hardware layer breakdowns, or technical documentation posters programmatically. Triggers on:…

Idioma del texto original: inglés

actualizado
ocupación
Redactores técnicos
descripción

Rules and structure for composing Chinese seven-character regulated verse (七言律诗). Use this skill whenever composing, analyzing, or explaining 七言律诗, 律诗, or classical Chinese regulated verse — even if the user just says "write a Chinese poem" in a formal style.

Idioma del texto original: inglés

actualizado
ocupación
Redactores técnicos
descripción

Classical Chinese poetic imagery and techniques for war and peace themes. Use this skill when composing or analyzing Chinese poetry about war, peace, soldiers, refugees, or the suffering of common people during conflict.

Idioma del texto original: inglés

actualizado
ocupación
Paralegales y asistentes legales
descripción

California Small Claims Court SC-100 form field mapping and filling guide. Use this skill when filling out California SC-100 Plaintiff's Claim forms, understanding small claims court procedures, or mapping case details to SC-100 form fields.

Idioma del texto original: inglés

actualizado
ocupación
Editores de escritorio
descripción

Fill PDF form fields programmatically using Python and pypdf. Use this skill whenever the user needs to fill out a PDF form, set text fields, or check checkboxes in a PDF document.

Idioma del texto original: inglés

actualizado
ocupación
Científicos de datos
descripción

Define custom distance/similarity metrics for clustering and ML algorithms. Use when working with DBSCAN, sklearn, or scipy distance functions with application-specific metrics.

Idioma del texto original: inglés

actualizado
ocupación
Científicos de datos
descripción

Parallel processing with joblib for grid search and batch computations. Use when speeding up computationally intensive tasks across multiple CPU cores.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Multi-objective optimization with Pareto frontiers. Use when optimizing multiple conflicting objectives simultaneously, finding trade-off solutions, or computing Pareto-optimal points.

Idioma del texto original: inglés

actualizado
ocupación
Analistas de seguridad de la información
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Analistas de seguridad de la información
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Analistas de seguridad de la información
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Calculate geodesic distances between earthquake points and plate boundaries using GeoPandas projections. Use this skill when computing distances in kilometers between geographic points and linestring/polygon boundaries, especially for finding the earthquake…

Idioma del texto original: inglés

actualizado
Mostrando 40 de 1216 skills recopiladas.