Anthropic's official brand color palette, typography, and design tokens for use in branded materials.
Idioma del texto original: inglés
Menú
Skills en este repositorio
SkillsMP ha recopilado 1216 skills de cxcscmu/SkillLearnBench. Abre una skill para revisar su origen y sus detalles.
cxcscmu/SkillLearnBenchMostrando 40 de 1216 skills recopiladas.
Anthropic's official brand color palette, typography, and design tokens for use in branded materials.
Idioma del texto original: inglés
Creating technical diagrams and exploded-view illustrations using Python Pillow with geometric primitives and text annotations.
Idioma del texto original: inglés
Modern Mandarin rhyme groups for classical Chinese poetry composition, mapping finals to rhyme categories.
Idioma del texto original: inglés
Rules and structure of Chinese seven-character regulated verse (七言律诗), including tonal patterns, parallelism, and rhyme schemes.
Idioma del texto original: inglés
California SC-100 Small Claims Court form field mapping and filling guide.
Idioma del texto original: inglés
Fill PDF form fields using pypdf library in Python, including text fields and checkboxes.
Idioma del texto original: inglés
Define custom distance/similarity metrics for DBSCAN clustering with sklearn, using weighted Euclidean distances.
Idioma del texto original: inglés
Parallel processing with joblib for grid search and batch computations across multiple CPU cores.
Idioma del texto original: inglés
Multi-objective optimization with Pareto frontiers for finding trade-off solutions between conflicting objectives.
Idioma del texto original: inglés
Extract CVSS scores from vulnerability data sources with proper fallback handling across NVD, GHSA, and RedHat sources.
Idioma del texto original: inglés
Use Trivy vulnerability scanner in offline mode to discover security vulnerabilities in dependency files.
Idioma del texto original: inglés
Generate structured CSV security audit reports from vulnerability data with proper filtering and formatting.
Idioma del texto original: inglés
Loading and processing GeoJSON earthquake and plate boundary data with GeoPandas for spatial analysis.
Idioma del texto original: inglés
Using GeoPandas coordinate projections for accurate distance calculations on geospatial data.
Idioma del texto original: inglés
Analyzing earthquake data relative to tectonic plate boundaries using PB2002 dataset and GeoPandas.
Idioma del texto original: inglés
Techniques for retrieving structured information from enterprise Slack/document JSON data files.
Idioma del texto original: inglés
Patterns for analyzing and outputting structured JSON answers from enterprise data queries.
Idioma del texto original: inglés
Analyze SEC 13-F filings data including AUM, holdings count, and cross-quarter comparisons using TSV files.
Idioma del texto original: inglés
Fuzzy string matching for fund names and stock CUSIPs using thefuzz library.
Idioma del texto original: inglés
Apache Druid JavaScript RCE vulnerability (CVE-2021-25646) fix via @JacksonInject hardening and constructor validation.
Idioma del texto original: inglés
Preventing Jackson @JacksonInject override attacks where JSON input can replace server-side injected values.
Idioma del texto original: inglés
Computing pull request statistics (merge time, top contributors) from gh CLI JSON output using jq.
Idioma del texto original: inglés
Using the gh CLI to search and list GitHub issues and pull requests with date filters and label queries.
Idioma del texto original: inglés
Using jq to parse, filter, and aggregate JSON data from CLI tools for generating reports.
Idioma del texto original: inglés
PyTorch patterns for implementing preference optimization losses (DPO, SimPO, etc.) for LLM training.
Idioma del texto original: inglés
SimPO (Simple Preference Optimization) loss computation for LLM alignment without a reference model.
Idioma del texto original: inglés
Handle conditional sections in Word templates with IF/END_IF markers, removing or keeping content based on data values.
Idioma del texto original: inglés
Manipulate Word .docx files with python-docx, including handling split placeholders across runs and conditional sections.
Idioma del texto original: inglés
Extract text from DOCX and PPTX files using python-docx and python-pptx for content analysis.
Idioma del texto original: inglés
Classify academic papers and documents into subject categories using keyword-based text analysis.
Idioma del texto original: inglés
Extract text from PDF files using Python libraries (PyPDF2, pdfplumber) for content analysis and classification.
Idioma del texto original: inglés
Guide for mapping Python collection types and operations to Scala equivalents.
Idioma del texto original: inglés
Guide for translating Python functional patterns (map, flatMap, Option, monads) to idiomatic Scala.
Idioma del texto original: inglés
Guide for writing idiomatic Scala including naming conventions, error handling, and pattern matching.
Idioma del texto original: inglés
Guide for translating Python classes, inheritance, ABC, generics and builder patterns to idiomatic Scala.
Idioma del texto original: inglés
Reference for translating Python syntax constructs (enums, dataclasses, type vars, protocols) to Scala equivalents.
Idioma del texto original: inglés
Techniques for parsing visual calendar PDFs to extract appointment blocks, free slots, and time boundaries.
Idioma del texto original: inglés
Workflow for parsing meeting request emails, matching constraints to calendar availability, and generating reply files.
Idioma del texto original: inglés
Load and parse CSV data with D3.js v6 using d3.csv() and d3.autoType for local file serving.
Idioma del texto original: inglés
Build interactive HTML data tables with D3.js v6, including row highlighting and click-based selection synced with charts.
Idioma del texto original: inglés