Skip to main content

이 저장소의 skills

cxcscmu/SkillLearnBench - 19페이지

SkillsMP는 cxcscmu/SkillLearnBench에서 1,216개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

cxcscmu/SkillLearnBench

수집된 skill 1,216개 중 40개를 표시합니다.

직업 분류
프로젝트 관리 전문가
설명

Identify and select pet-friendly lodging options that welcome dogs and meet budget constraints. Use this when travelers have pets and need verified pet-friendly hotel/lodging information.

원문 언어: 영어

업데이트
직업 분류
재무 및 투자 분석가
설명

Distribute a total travel budget across accommodations, meals, transportation, and attractions while tracking spending against real data. Use this when ensuring costs stay within specified limits.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Processes all extracted keyframes by converting them to grayscale, then counts coins, enemies, and turtles in each frame using template matching. Generates a CSV file with frame-by-frame object counts. Use this as the main analysis pipeline after keyframe…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Converts an MP4 video file into individual keyframe PNG images. Use this to decompose a video into analyzable still frames. Extracts one keyframe per scene and stores them in the root directory with sequential naming.

원문 언어: 영어

업데이트
직업 분류
재무 및 투자 분석가
설명

Use INDEX-MATCH with two conditions (series code and year) to retrieve values from a source data table. Apply this when you need to pull specific data points based on multiple criteria from an unstructured data range.

원문 언어: 영어

업데이트
직업 분류
재무 및 투자 분석가
설명

Calculate net exports as a percentage of GDP for multiple countries, then compute descriptive statistics (min, max, median, mean, percentiles) on the percentage values. Use this when analyzing trade performance across multiple entities.

원문 언어: 영어

업데이트
직업 분류
재무 및 투자 분석가
설명

Calculate a weighted average using SUMPRODUCT when weights and values have a one-to-one correspondence. Use this for computing aggregate statistics where different entities have different importance (weights).

원문 언어: 영어

업데이트
직업 분류
그래픽 디자이너
설명

Use this skill when you need to apply Anthropic's official brand color palette to any design artifact, poster, or visual. Contains the correct HEX values for all brand color tokens as of 2024.

원문 언어: 영어

업데이트
직업 분류
그래픽 디자이너
설명

Use this skill when selecting and applying fonts for Anthropic brand materials. Specifies the official heading and body typefaces with correct fallback chains.

원문 언어: 영어

업데이트
직업 분류
그래픽 디자이너
설명

Use this skill when creating a technical exploded-view diagram poster of a hardware device. Covers layout, layer spacing, annotation style, and rendering approach using Python Pillow.

원문 언어: 영어

업데이트
직업 분류
기술 작가
설명

Use this skill when composing a seven-character regulated verse (七言律诗) to ensure correct structural requirements including rhyme scheme, parallelism (对仗), thematic progression, and formatting rules.

원문 언어: 영어

업데이트
직업 분류
기술 작가
설명

Use this skill when composing a seven-character regulated verse (七言律诗) to ensure strict compliance with tonal patterns (平仄). This skill defines the four canonical tonal forms, provides a character-by-character verification method, and enforces a pattern-first…

원문 언어: 영어

업데이트
직업 분류
법률 보조사
설명

Use this skill when you need to fill out the California Small Claims Court form SC-100. It maps the form's PDF field names to their meanings and expected values.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use this skill when you need to programmatically fill PDF form fields using Python. Covers inspecting field names and writing values to fillable PDFs.

원문 언어: 영어

업데이트
직업 분류
법률 보조사
설명

Use this skill to extract and organize case data from a natural language case description for filling the SC-100 form. Maps case facts to form fields.

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

How to run DBSCAN clustering with a custom weighted Euclidean distance metric, particularly using scikit-learn's DBSCAN with a precomputed distance matrix or custom metric function.

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

How to perform greedy matching between predicted cluster centroids and ground-truth expert points using closest-pairs-first strategy with a maximum distance threshold.

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

How to parallelize a grid search over hyperparameter combinations in Python using joblib or multiprocessing for CPU-bound tasks like DBSCAN clustering.

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

How to identify Pareto-optimal solutions from a set of multi-objective optimization results, specifically maximizing one metric while minimizing another.

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

How to use offline vulnerability scanning tools like grype, trivy, or osv-scanner to detect vulnerabilities in dependency lock files without network access.

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

How to perform security audits on Node.js package-lock.json files using npm audit and other offline tools to identify vulnerabilities in third-party dependencies.

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

How to parse package-lock.json to extract all dependency names and versions for vulnerability lookups, covering both lockfile v1, v2, and v3 formats.

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

How to generate a properly formatted CSV security audit report from vulnerability scan results, including handling of special characters and proper escaping.

원문 언어: 영어

업데이트
직업 분류
지구과학자(수문학자·지리학자 제외)
설명

Converting earthquake timestamps from USGS GeoJSON format (epoch milliseconds) to ISO 8601 format for output.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guidance on selecting appropriate CRS projections for geospatial distance calculations, especially EPSG:4087 for global analyses.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Finding the earthquake furthest from the Pacific plate boundary within the Pacific plate itself, using GeoPandas with EPSG:4087 projection for distance calculations and EPSG:4326 for spatial containment checks.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Core skill for retrieving information from enterprise data files (JSON, JSONL, CSV, Parquet, Markdown, etc.) located at /root/DATA, answering questions from /root/question.txt, and writing structured answers to /root/answer.json. Handles multi-hop reasoning,…

원문 언어: 영어

업데이트
직업 분류
재무 및 투자 분석가
설명

How to compare fund holdings between Q2 and Q3 to find top stocks with increased investment by dollar value

원문 언어: 영어

업데이트
직업 분류
재무 및 투자 분석가
설명

Understanding the structure of SEC 13F filing datasets stored in /root/2025-q2 and /root/2025-q3 folders, including available scripts and data files

원문 언어: 영어

업데이트
직업 분류
재무 및 투자 분석가
설명

How to analyze a fund's AUM and stock count using accession_number, with proper filtering of options and deduplication. Covers Q1 (AUM) and Q2 (stock count).

원문 언어: 영어

업데이트
직업 분류
재무 및 투자 분석가
설명

How to fuzzy search for a fund in COVERPAGE.tsv to find its accession_number, using either built-in scripts or manual search

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Step-by-step instructions for creating and applying patches to fix the JavaScript RCE vulnerability in Apache Druid 0.20.0. Covers inspecting actual source code patterns, creating correct sed replacements or patch files, and verifying the fix. Use this when…

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Understanding the CVE in Apache Druid 0.20.0 where authenticated attackers can execute arbitrary code via JavaScript payloads. The vulnerability exploits @JacksonInject with empty key "" to override JavaScriptConfig and enable JavaScript execution even when…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

How to compile PR and issue statistics into a report.json file for a GitHub repository community pulse report, using jq to build the final JSON structure.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

How to accurately search for issues (excluding pull requests) in a GitHub repository using the gh CLI, since GitHub's search API treats PRs as a type of issue.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

How to accurately search for pull requests in a specific GitHub repository within a date range using the gh CLI, and correctly distinguish merged vs closed-without-merge PRs.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

How to set up the correct Python environment for the SimPO project, specifically using Python 3.10 and resolving version conflicts. Use this when setting up the environment to run SimPO code and unit tests.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

How to implement the SimPO (Simple Preference Optimization) loss function based on the SimPO paper. Use this when implementing the simpo_loss method in SimPOTrainer.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

How to correctly run the SimPO unit test to generate the loss.npz output file with reproducible results. Use when executing the unit test after implementing the loss function.

원문 언어: 영어

업데이트
직업 분류
데스크톱 출판 전문가
설명

How to open a .docx Word document template with python-docx, replace placeholder tags like {{PLACEHOLDER}} in all document locations (body, headers, footers, tables including nested tables), handle conditional sections, and save the result.

원문 언어: 영어

업데이트
수집된 skill 1,216개 중 40개를 표시합니다.