Skip to main content

이 저장소의 skills

Zurybr/lefarma-skills - 3페이지

SkillsMP는 Zurybr/lefarma-skills에서 186개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

Zurybr/lefarma-skills

수집된 skill 186개 중 40개를 표시합니다.

직업 분류
재료 과학자
설명

This skill provides guidance for Raman spectrum peak fitting tasks. It should be used when analyzing spectroscopic data, fitting Lorentzian or Gaussian peaks to Raman spectra, or working with graphene/carbon material characterization. The skill emphasizes…

원문 언어: 영어

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

Guidance for generating legal chess moves using only regex pattern matching and substitution. This skill applies when implementing chess move generators constrained to regex-only solutions, FEN notation parsing/manipulation, or similar pattern-matching-based…

원문 언어: 영어

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

Guidance for constructing complex regular expressions that extract and validate data from log files. This skill applies when building regex patterns to parse log entries with requirements like IP address validation, date extraction, boundary conditions, and…

원문 언어: 영어

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

Guidance for converting R-Stan (RStan) code to Python-Stan (PyStan). This skill applies when translating Stan models and inference code from R to Python, including API mapping between RStan and PyStan 3.x, hyperparameter translation, and handling differences…

원문 언어: 영어

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

Guidance for SAM-based cell segmentation and mask conversion tasks involving MobileSAM, mask-to-polygon conversion, CSV processing, and command-line interface design. This skill applies when working with Segment Anything Model (SAM) for biological image…

원문 언어: 영어

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

Guide for sanitizing git repositories by identifying and replacing sensitive information such as API keys, tokens, and credentials. This skill should be used when tasks involve removing secrets from codebases, sanitizing repositories before sharing, or…

원문 언어: 영어

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

Guide for building metacircular evaluators in Scheme-like languages. This skill applies when implementing interpreters that can interpret themselves, handling tasks involving eval/apply loops, environment management, closure implementation, and multi-level…

원문 언어: 영어

업데이트
직업 분류
데이터베이스 아키텍트
설명

Guidance for writing SPARQL queries against RDF/Turtle datasets, particularly for university or academic data. This skill should be used when tasks involve querying RDF data with SPARQL, filtering entities based on multiple criteria, aggregating results, or…

원문 언어: 영어

업데이트
직업 분류
데이터베이스 아키텍트
설명

Guidance for recovering data from corrupted or truncated SQLite database files through binary analysis and manual parsing. This skill applies when working with damaged SQLite databases that cannot be opened with standard tools, particularly when corruption is…

원문 언어: 영어

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

Guidance for compiling SQLite (or similar C projects) with gcov code coverage instrumentation. This skill should be used when tasks involve building software with gcov flags, setting up code coverage instrumentation, or troubleshooting coverage data file…

원문 언어: 영어

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

Guidance for implementing PyTorch pipeline parallelism for distributed model training. This skill should be used when tasks involve implementing pipeline parallelism, distributed training with model partitioning across GPUs/ranks, AFAB…

원문 언어: 영어

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

Guidance for implementing tensor parallelism in PyTorch, including ColumnParallelLinear and RowParallelLinear layers. This skill should be used when implementing distributed tensor parallel operations, sharding linear layers across multiple GPUs, or…

원문 언어: 영어

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

Guidance for training FastText text classification models with constraints on model size and accuracy. This skill should be used when training FastText models, optimizing hyperparameters, or balancing trade-offs between model size and classification accuracy.

원문 언어: 영어

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

Guidance for optimizing MuJoCo MJCF model files for simulation performance while maintaining numerical accuracy. This skill should be used when tuning physics simulation parameters, optimizing MuJoCo XML configurations, or balancing speed vs accuracy…

원문 언어: 영어

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

Guide for video analysis and frame-level event detection tasks using OpenCV and similar libraries. This skill should be used when detecting events in videos (jumps, movements, gestures), extracting frames, analyzing motion patterns, or implementing computer…

원문 언어: 영어

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

Guidance for extracting secrets from protected or obfuscated binaries through systematic static and dynamic analysis. This skill should be used when tasks involve reverse engineering executables, extracting hidden flags or keys, analyzing binary protections,…

원문 언어: 영어

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

Guidance for developing CoreWars warriors that achieve target win rates against specific opponents. This skill should be used when tasks involve writing, optimizing, or debugging Redcode assembly warriors for the CoreWars programming game, particularly when…

원문 언어: 영어

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

Guidance for implementing encoders/compressors that must produce output compatible with an existing decoder/decompressor. This skill applies when tasked with writing compression algorithms, arithmetic coders, entropy encoders, or any encoder that must be the…

원문 언어: 영어

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

Guidance for implementing adaptive rejection sampling (ARS) algorithms for generating random samples from log-concave probability distributions. This skill should be used when tasks involve implementing ARS, rejection sampling, or Monte Carlo methods that…

원문 언어: 영어

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

Guidance for Bayesian Network DAG structure recovery, parameter learning, and causal intervention tasks. This skill should be used when tasks involve recovering DAG structure from observational data, learning Bayesian Network parameters, performing causal…

원문 언어: 영어

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

This skill provides guidance for XSS filter bypass tasks where the goal is to craft HTML payloads that execute JavaScript despite sanitization filters. Use this skill when tasks involve bypassing HTML sanitizers (like BeautifulSoup), exploiting parser…

원문 언어: 영어

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

Guide for building pMARS (Portable Memory Array Redcode Simulator) and similar software from Debian/Ubuntu source packages. Use this skill when tasks involve enabling source repositories, downloading distribution source packages, removing X11/GUI…

원문 언어: 영어

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

Guidance for compiling POV-Ray 2.2 (a 1990s-era ray tracing software) from source on modern Linux systems. This skill should be used when the task involves downloading, extracting, and building POV-Ray 2.2 or similar legacy/historical software that requires…

원문 언어: 영어

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

Guidance for building and training with the Caffe deep learning framework on CIFAR-10 dataset. This skill applies when tasks involve compiling Caffe from source, training convolutional neural networks on image classification datasets, or working with legacy…

원문 언어: 영어

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

Guidance for implementing asyncio task cancellation with proper cleanup, especially for handling keyboard interrupts (Ctrl+C). This skill should be used when tasks involve asyncio cancellation, signal handling, or graceful shutdown of concurrent Python tasks.

원문 언어: 영어

업데이트
직업 분류
운동선수 및 스포츠 경쟁자
설명

Guide for analyzing chess positions from images and determining optimal moves. This skill should be used when asked to find the best move, checkmate, or tactical solution from a chess board image. It provides structured approaches for image-based chess…

원문 언어: 영어

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

Guidance for building digital logic circuits that compute composite functions like Fibonacci of integer square root. This skill applies when implementing combinational and sequential logic in gate-level simulators, particularly when combining algorithms (like…

원문 언어: 영어

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

This skill provides guidance for translating COBOL programs to modern languages (Python, Java, etc.) while preserving exact behavior. It should be used when tasks involve COBOL-to-modern-language migration, legacy code translation, fixed-width file format…

원문 언어: 영어

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

Extracting code or pseudocode from images using OCR, then interpreting and implementing it. This skill should be used when tasks involve reading code, pseudocode, or algorithms from image files (PNG, JPG, screenshots) and converting them to executable code.…

원문 언어: 영어

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

Guidance for building CompCert, a formally verified C compiler. This skill applies when tasks involve compiling CompCert from source, setting up Coq/OCaml environments with opam, or building software with strict proof assistant dependencies. Use for CompCert…

원문 언어: 영어

업데이트
직업 분류
네트워크·컴퓨터 시스템 관리자
설명

Guidance for setting up Git-based web deployment systems where pushing to a Git repository automatically deploys content to a web server. This skill should be used when tasks involve configuring bare Git repositories with post-receive hooks for automated web…

원문 언어: 영어

업데이트
직업 분류
디스패처(경찰·소방·구급 제외)임원 비서 및 행정 보좌관
설명

Provides systematic approaches for solving multi-person scheduling problems with complex constraints. This skill should be used when finding meeting times, scheduling events, or solving optimization problems involving multiple calendars, availability windows,…

원문 언어: 영어

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

This skill provides guidance for counting tokens in datasets using specific tokenizers. It should be used when tasks involve tokenizing dataset content, filtering data by domain or category, and aggregating token counts. Common triggers include requests to…

원문 언어: 영어

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

This skill provides guidance for cracking 7z archive password hashes. It should be used when tasks involve extracting hashes from password-protected 7z archives, selecting appropriate cracking tools, and recovering passwords through dictionary or brute-force…

원문 언어: 영어

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

Debugging crashes related to custom memory heap implementations, particularly release-only crashes involving static destruction order, use-after-free during program shutdown, and memory lifecycle issues between custom allocators and standard library…

원문 언어: 영어

업데이트
직업 분류
데이터베이스 관리자
설명

Guide for recovering data from SQLite Write-Ahead Log (WAL) files that may be corrupted, encrypted, or inaccessible through standard methods. This skill should be used when tasks involve SQLite database recovery, WAL file analysis, encrypted database files,…

원문 언어: 영어

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

Guidance for finding probability distributions that satisfy specific statistical constraints such as KL divergence targets, entropy requirements, or moment conditions. This skill should be used when tasks involve constructing discrete or continuous…

원문 언어: 영어

업데이트
직업 분류
생화학자 및 생물물리학자
설명

Guidance for Golden Gate assembly primer design and DNA assembly tasks. This skill should be used when designing primers for Golden Gate cloning, Type IIS restriction enzyme assembly, or multi-fragment DNA assembly workflows. It covers overhang selection,…

원문 언어: 영어

업데이트
직업 분류
미생물학자
설명

Specialized skill for designing primers to insert DNA sequences into circular plasmids using Q5 site-directed mutagenesis (SDM). This skill should be used when tasks involve inserting sequences into plasmids, designing primers for Q5 SDM insertions, or…

원문 언어: 영어

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

Guidance for extracting memory values from ELF (Executable and Linkable Format) binary files. This skill should be used when parsing ELF headers, extracting LOAD segments, dumping memory addresses and values, or converting binary data to structured output…

원문 언어: 영어

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