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